Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(e EventInterface)
Types ¶
type EventInterface ¶
type EventInterface interface { OnFlag(app.AppInterface) error OnBefore(app.AppInterface) error OnRun() error OnAfter(app.AppInterface) error OnShutdown() }
Click to show internal directories.
Click to hide internal directories.