Documentation ¶
Overview ¶
Package api implements the agent IPC api. Using HTTP calls, it's possible to communicate with the agent, sending commands and receiving infos.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements security agent API server
func NewServer ¶
func NewServer(runtimeAgent *secagent.RuntimeSecurityAgent) (*Server, error)
NewServer creates a new Server instance
Click to show internal directories.
Click to hide internal directories.