impl real fe do req
This commit is contained in:
@@ -128,7 +128,7 @@ func (fe FastExact) newRequest(state config.State) (*http.Request, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (fe FastExact) doRequest(req *http.Request) (*http.Response, 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) {
|
func (fe FastExact) parse(resp *http.Response) ([]Job, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user