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 ¶
func NewApplication() *Application
func (*Application) GetJobs ¶
func (app *Application) GetJobs() []queue.Job
func (*Application) Register ¶
func (app *Application) Register(jobs []queue.Job)
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.