Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationResponse ¶
type Handler ¶
type Handler struct { *mux.Router OpenAMTService portainer.OpenAMTService DataStore dataservices.DataStore DockerClientFactory *docker.ClientFactory }
Handler is the HTTP handler used to handle OpenAMT operations.
func NewHandler ¶
func NewHandler(bouncer *security.RequestBouncer) *Handler
NewHandler returns a new Handler
type HostInfo ¶
type HostInfo struct { EndpointID portainer.EndpointID `json:"EndpointID"` RawOutput string `json:"RawOutput"` AMT string `json:"AMT"` UUID string `json:"UUID"` DNSSuffix string `json:"DNS Suffix"` BuildNumber string `json:"Build Number"` ControlMode string `json:"Control Mode"` ControlModeRaw int `json:"Control Mode (Raw)"` }
Click to show internal directories.
Click to hide internal directories.