Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageType ¶
type MessageType int
const ( AcquireTasks MessageType = iota ConfigureTasks TransitionTasks ReleaseTasks KillTasks TaskStatusMessage TaskStateMessage Error )
func (*MessageType) MarshalJSON ¶
func (mt *MessageType) MarshalJSON() (text []byte, err error)
func (*MessageType) MarshalText ¶
func (mt *MessageType) MarshalText() (text []byte, err error)
func (MessageType) String ¶
func (mt MessageType) String() string
func (*MessageType) UnmarshalJSON ¶
func (mt *MessageType) UnmarshalJSON(b []byte) error
func (*MessageType) UnmarshalText ¶
func (mt *MessageType) UnmarshalText(b []byte) error
Click to show internal directories.
Click to hide internal directories.