Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthProvider ¶
type AuthProvider string
const ( NONE AuthProvider = "none" BASIC AuthProvider = "basic" )
type Config ¶
type Config struct {
Base string `json:"base"`
Adderss string `json:"address"`
Version string `json:"version"`
Hostname string `json:"host_name"`
AuthProvider AuthProvider `json:"auth_provider"`
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) GetContainers ¶
GetContainers @Summary Get list of containers
func (*Handler) StreamContainerEvents ¶
Click to show internal directories.
Click to hide internal directories.