Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetProxiesResponse ¶ added in v0.6.0
type GetProxiesResponse struct {
Proxies map[string]interface{} `json:"proxies"`
}
type GetProxyDelayRequest ¶ added in v0.6.0
type GetProxyDelayResponse ¶ added in v0.6.0
type GetProxyDelayResponse struct {
Delay int16 `json:"delay"`
}
type GetRulesResponse ¶ added in v0.5.0
type GetRulesResponse struct {
Rules []Rule `json:"rules"`
}
type SampleProxy ¶ added in v0.5.0
type SampleProxy struct {
Type string `json:"type"`
}
type UpdateProxyRequest ¶ added in v0.5.0
type UpdateProxyRequest struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.