Documentation ¶
Overview ¶
Package agent implements the api endpoints for the `/agent` prefix. This group of endpoints is meant to provide high-level functionalities at the agent level.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶ added in v0.9.0
type Agent struct {
// contains filtered or unexported fields
}
Agent handles REST API calls
func NewAgent ¶ added in v0.9.0
func NewAgent(statusComponent status.Component, settings settings.Component, wmeta workloadmeta.Component) *Agent
NewAgent returns a new Agent
func (*Agent) SetupHandlers ¶ added in v0.9.0
SetupHandlers adds the specific handlers for /agent endpoints
Click to show internal directories.
Click to hide internal directories.