Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) ApplyConfig ¶
ApplyConfig updates the config field of the Handler struct
type Options ¶
type Options struct {
ListenAddress string
EnableWebUI bool
EnableLifecycle bool
Version *VersionInfo
Flags map[string]string
}
Options for the web Handler.
type VersionInfo ¶
type VersionInfo = apiv1.VersionInfo
Click to show internal directories.
Click to hide internal directories.