Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ResetState ¶
type Proxy ¶
type Proxy struct {
Name string `json:"name"`
Listen string `json:"listen"`
Upstream string `json:"upstream"`
Enabled bool `json:"enabled"`
ToxicsUpstream map[string]interface{} `json:"upstream_toxics"`
ToxicsDownstream map[string]interface{} `json:"downstream_toxics"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.