Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriftHandler ¶
type DriftHandler struct{}
DriftHandler handles drift detection requests
func NewDriftHandler ¶
func NewDriftHandler() *DriftHandler
NewDriftHandler creates a new drift handler
func (*DriftHandler) HandleDetect ¶
func (h *DriftHandler) HandleDetect(w http.ResponseWriter, r *http.Request)
HandleDetect handles drift detection requests
type RemediationHandler ¶
type RemediationHandler struct{}
RemediationHandler handles remediation requests
func NewRemediationHandler ¶
func NewRemediationHandler() *RemediationHandler
NewRemediationHandler creates a new remediation handler
func (*RemediationHandler) HandleRemediate ¶
func (h *RemediationHandler) HandleRemediate(w http.ResponseWriter, r *http.Request)
HandleRemediate handles remediation requests
type StateHandler ¶
type StateHandler struct{}
StateHandler handles state management requests
func NewStateHandler ¶
func NewStateHandler() *StateHandler
NewStateHandler creates a new state handler
func (*StateHandler) HandleAnalyze ¶
func (h *StateHandler) HandleAnalyze(w http.ResponseWriter, r *http.Request)
HandleAnalyze handles state analysis
func (*StateHandler) HandleList ¶
func (h *StateHandler) HandleList(w http.ResponseWriter, r *http.Request)
HandleList handles listing states
Click to show internal directories.
Click to hide internal directories.