Documentation ¶ Index ¶ type Command func NewStartCommand(options map[string]string) *Command func (c *Command) Agent(api iapi.Api, params map[string]string) error func (c *Command) Node(api iapi.Api, params map[string]string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { *generic.GenericCommand } func NewStartCommand ¶ func NewStartCommand(options map[string]string) *Command func (*Command) Agent ¶ func (c *Command) Agent(api iapi.Api, params map[string]string) error func (*Command) Node ¶ func (c *Command) Node(api iapi.Api, params map[string]string) error Source Files ¶ View all Source files Start.go Click to show internal directories. Click to hide internal directories.