Documentation
¶
Overview ¶
Package hostapi implements the authenticated airlock-host control-plane protocol.
Index ¶
- type Handler
- func (h *Handler) Begin(w http.ResponseWriter, r *http.Request)
- func (h *Handler) CompleteEnrollment(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ConnectorComplete(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ConnectorEvent(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ConnectorInventory(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ManagementComplete(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ManagementEvent(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Poll(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Sync(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) CompleteEnrollment ¶
func (h *Handler) CompleteEnrollment(w http.ResponseWriter, r *http.Request)
func (*Handler) ConnectorComplete ¶
func (h *Handler) ConnectorComplete(w http.ResponseWriter, r *http.Request)
func (*Handler) ConnectorEvent ¶
func (h *Handler) ConnectorEvent(w http.ResponseWriter, r *http.Request)
func (*Handler) ConnectorInventory ¶
func (h *Handler) ConnectorInventory(w http.ResponseWriter, r *http.Request)
func (*Handler) ManagementComplete ¶
func (h *Handler) ManagementComplete(w http.ResponseWriter, r *http.Request)
func (*Handler) ManagementEvent ¶
func (h *Handler) ManagementEvent(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.