improved docs
This commit is contained in:
parent
a24d9348bf
commit
491867d7e4
8 changed files with 232 additions and 145 deletions
|
@ -1,6 +1,6 @@
|
|||
package models
|
||||
|
||||
type ProxyResponse struct {
|
||||
type EdgeProxyResponse struct {
|
||||
URL string `json:"url"`
|
||||
StatusCode int `json:"status_code"`
|
||||
Text string `json:"text"`
|
||||
|
|
|
@ -39,4 +39,5 @@ type ExtractorConfig struct {
|
|||
HTTPSProxy string `yaml:"https_proxy"`
|
||||
NoProxy string `yaml:"no_proxy"`
|
||||
EdgeProxyURL string `yaml:"edge_proxy_url"`
|
||||
Impersonate bool `yaml:"impersonate"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue