Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecutorInfos ¶
func ExecutorInfos() <-chan *ExecutorInfoEx
ExecutorInfos returns a channel on which all executor information can be received.
Types ¶
type ExecutorInfoEx ¶
type ExecutorInfoEx struct { types.ExecutorInfo Data []byte `json:"-"` }
ExecutorInfoEx is an extension of ExecutorInfo
func ExecutorInfoInspect ¶
func ExecutorInfoInspect(name string, data bool) (*ExecutorInfoEx, error)
ExecutorInfoInspect returns the executor info for the provided name.
func (*ExecutorInfoEx) MarshalJSON ¶
func (i *ExecutorInfoEx) MarshalJSON() ([]byte, error)
MarshalJSON marshals the ExecutorInfoEx to JSON.
Click to show internal directories.
Click to hide internal directories.