Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent interface {
Initialize() error
Start() error
Stop() error
Describe() *meta.AgentInfo
Info() *meta.AgentInfo
}
Agent is the standard contract for all supervised agents
type OptionalHooks ¶
OptionalHooks can be optionally implemented by agents
Click to show internal directories.
Click to hide internal directories.