executors

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL