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