Documentation ¶
Overview ¶
Package controlmode contains some enums for switching between executor process control modes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlMode ¶
type ControlMode int
const ( DIRECT ControlMode = iota FAIRMQ )
func (*ControlMode) MarshalJSON ¶
func (cm *ControlMode) MarshalJSON() (text []byte, err error)
func (*ControlMode) MarshalText ¶
func (cm *ControlMode) MarshalText() (text []byte, err error)
func (*ControlMode) String ¶
func (cm *ControlMode) String() string
func (*ControlMode) UnmarshalJSON ¶
func (cm *ControlMode) UnmarshalJSON(b []byte) error
func (*ControlMode) UnmarshalText ¶
func (cm *ControlMode) UnmarshalText(b []byte) error
Click to show internal directories.
Click to hide internal directories.