impl real fe do req
parent
1359be1db4
commit
bbe4c4b6ae
|
|
@ -128,7 +128,7 @@ func (fe FastExact) newRequest(state config.State) (*http.Request, error) {
|
|||
}
|
||||
|
||||
func (fe FastExact) doRequest(req *http.Request) (*http.Response, error) {
|
||||
return nil, errors.New("not impl: fe.doreq")
|
||||
return do(req)
|
||||
}
|
||||
|
||||
func (fe FastExact) parse(resp *http.Response) ([]Job, error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue