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
Addr string
Version string
Hostname string
AuthProvider AuthProvider
}
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.