set configuration for each extractor
This commit is contained in:
parent
6baa965534
commit
0a63df9ce6
19 changed files with 337 additions and 175 deletions
7
models/http.go
Normal file
7
models/http.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
import "net/http"
|
||||
|
||||
type HTTPClient interface {
|
||||
Do(req *http.Request) (*http.Response, error)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue