Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { *mux.Router FileService baasapi.FileService GitService baasapi.GitService StackService baasapi.StackService EndpointService baasapi.EndpointService ResourceControlService baasapi.ResourceControlService RegistryService baasapi.RegistryService DockerHubService baasapi.DockerHubService SwarmStackManager baasapi.SwarmStackManager ComposeStackManager baasapi.ComposeStackManager // contains filtered or unexported fields }
Handler is the HTTP handler used to handle stack operations.
func NewHandler ¶
func NewHandler(bouncer *security.RequestBouncer) *Handler
NewHandler creates a handler to manage stack operations.
Click to show internal directories.
Click to hide internal directories.