Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func NewApplication ¶ added in v1.8.0
func NewApplication() *Application
func (*Application) Call ¶
func (app *Application) Call(callback func()) schedule.Event
func (*Application) Register ¶
func (app *Application) Register(events []schedule.Event)
func (*Application) Run ¶
func (app *Application) Run()
type ServiceProvider ¶
type ServiceProvider struct { }
func (*ServiceProvider) Boot ¶
func (receiver *ServiceProvider) Boot()
func (*ServiceProvider) Register ¶
func (receiver *ServiceProvider) Register()
Click to show internal directories.
Click to hide internal directories.