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 (*Application) Init ¶
func (app *Application) Init() *logrus.Logger
type ServiceProvider ¶
type ServiceProvider struct { }
func (*ServiceProvider) Boot ¶
func (log *ServiceProvider) Boot()
Boot Bootstrap any application services after register.
func (*ServiceProvider) Register ¶
func (log *ServiceProvider) Register()
Register Register any application services.
Click to show internal directories.
Click to hide internal directories.