Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimerAgent ¶
TimerAgent wraps a Python agent for timer-triggered behavior.
func NewTimerAgent ¶
func NewTimerAgent(path string) (*TimerAgent, error)
NewTimerAgent creates a new timer agent from a Python file.
func (*TimerAgent) Describe ¶
func (t *TimerAgent) Describe() *meta.AgentInfo
func (*TimerAgent) ID ¶
func (t *TimerAgent) ID() string
func (*TimerAgent) Reload ¶
func (t *TimerAgent) Reload() error
func (*TimerAgent) Restart ¶
func (t *TimerAgent) Restart() error
func (*TimerAgent) Scope ¶
func (t *TimerAgent) Scope() string
func (*TimerAgent) Start ¶
func (t *TimerAgent) Start() error
func (*TimerAgent) Stop ¶
func (t *TimerAgent) Stop() error
func (*TimerAgent) Type ¶
func (t *TimerAgent) Type() string
Click to show internal directories.
Click to hide internal directories.