Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent represents an instance of an agent
func InitAgent ¶
func InitAgent(exitChan chan os.Signal, scheduler service.GaiaScheduler, pipelineService gp.Servicer, store store.GaiaStore, certPath string) *Agent
InitAgent initiates the agent instance
func (*Agent) StartAgent ¶
StartAgent starts the agent and returns a clean up function.
Click to show internal directories.
Click to hide internal directories.