Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager provides convenience methods to configure appliance proxy.
func NewManager ¶
NewManager creates a new Manager with the given client
type Proxy ¶
type Proxy struct {
Server string `json:"server,omitempty"`
Port int `json:"port,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
Enabled bool `json:"enabled,omitempty"`
}
Proxy represents configuration for specific proxy - ftp, http, https.
Click to show internal directories.
Click to hide internal directories.