Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶ added in v0.8.0
type State struct {
// contains filtered or unexported fields
}
State represent the application state
func (*State) CommonFlags ¶ added in v0.8.0
CommonFlags return process common flags
func (*State) CustomFlags ¶ added in v0.8.0
func (state *State) CustomFlags() []cli.Flag
CustomFlags return process custom flags
func (*State) HTTPHandler ¶ added in v0.8.0
HTTPHandler returns the HTTP API the process expose
func (*State) Initialize ¶ added in v0.8.0
Initialize the process
func (*State) Subscribers ¶ added in v0.8.0
func (state *State) Subscribers() []process.SubscriberDef
Subscribers return the process subscribers
Click to show internal directories.
Click to hide internal directories.