Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendAddOptions ¶
type BackendAddOptions struct { If string `json:"if"` Frontend []string `json:"frontend"` Host string `json:"host"` Sni string `json:"sni"` Address []string `json:"address"` Options []string `json:"options"` Path string `json:"path"` Mode string `json:"mode"` Default bool `json:"default"` BasicAuth []string `json:"basic_auth"` ProvisionCertificate bool `json:"provision_certificate"` }
type BackendDeleteOptions ¶
type BackendListOptions ¶
type BackendListOptions struct {
Frontend string `json:"frontend"`
}
type BackendListOptionsResponse ¶
type BackendListOptionsResponse struct {
Frontend Frontend `json:"frontend"`
}
type BackendServer ¶
type FrontendAddOptions ¶
type FrontendDeleteOptions ¶
type FrontendDeleteOptions struct {
Name string
}
type FrontendListOptions ¶
type FrontendListOptions struct{}
type FrontendListOptionsResponse ¶
type FrontendListOptionsResponse struct {
Frontends []Frontend
}
Click to show internal directories.
Click to hide internal directories.