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 DataStore dataservices.DataStore FileService portainer.FileService GitService portainer.GitService KubernetesDeployer portainer.KubernetesDeployer // contains filtered or unexported fields }
Handler is the HTTP handler used to handle environment(endpoint) group operations.
func NewHandler ¶
func NewHandler(bouncer *security.RequestBouncer, dataStore dataservices.DataStore, edgeStacksService *edgestackservice.Service) *Handler
NewHandler creates a handler to manage environment(endpoint) group operations.
type InvalidPayloadError ¶
type InvalidPayloadError struct {
// contains filtered or unexported fields
}
func (*InvalidPayloadError) Error ¶
func (e *InvalidPayloadError) Error() string
Click to show internal directories.
Click to hide internal directories.