Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application interface { Startup(service service.Service) error Run() Shutdown() EventHub() event.Hub BackgroundRoutine() task.BackgroundRoutine }
func Get ¶
func Get() Application
Click to show internal directories.
Click to hide internal directories.