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