Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetProxysResponse ¶ added in v0.5.0
type GetProxysResponse struct {
Proxys map[string]interface{} `json:"proxys"`
}
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.