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 SignatureService portainer.DigitalSignatureService ReverseTunnelService portainer.ReverseTunnelService KubernetesClientFactory *cli.ClientFactory // contains filtered or unexported fields }
Handler is the HTTP handler used to handle websocket operations.
func NewHandler ¶
func NewHandler(kubernetesTokenCacheManager *kubernetes.TokenCacheManager, bouncer *security.RequestBouncer) *Handler
NewHandler creates a handler to manage websocket operations.
Click to show internal directories.
Click to hide internal directories.