Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApp ¶
func NewApp(path string) contracts.ServiceProvider
func NewConsole ¶
func NewConsole() contracts.ServiceProvider
func NewEvents ¶
func NewEvents() contracts.ServiceProvider
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (App) Register ¶
func (app App) Register(instance contracts.Application)
type Console ¶
type Console struct { }
func (Console) Register ¶
func (app Console) Register(instance contracts.Application)
type EventsServiceProvider ¶
type EventsServiceProvider struct {
// contains filtered or unexported fields
}
func (EventsServiceProvider) Register ¶
func (provider EventsServiceProvider) Register(container contracts.Application)
func (EventsServiceProvider) Start ¶
func (provider EventsServiceProvider) Start() error
func (EventsServiceProvider) Stop ¶
func (provider EventsServiceProvider) Stop()
Click to show internal directories.
Click to hide internal directories.