Documentation ¶ Index ¶ type Command func (n Command) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command int Command enums const ( // StartEngine command will be sent once StartEngine Command = iota // FinishEngine command will be sent once at the end of the execution FinishEngine // StartTask StartTask // FinishTask FinishTask ) func (Command) String ¶ func (n Command) String() string Source Files ¶ View all Source files commands.go Click to show internal directories. Click to hide internal directories.