Documentation ¶ Index ¶ type Process func New(kind string) *Process func (p *Process) Label() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Process ¶ type Process struct { // contains filtered or unexported fields } TODO(jdef) add lifecycle funcs TODO(jdef) add messaging funcs func New ¶ func New(kind string) *Process func (*Process) Label ¶ func (p *Process) Label() string Source Files ¶ View all Source files process.go Click to show internal directories. Click to hide internal directories.