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() *Application
func (*Application) Run ¶
func (app *Application) Run(host string) error
func (*Application) Server ¶
func (app *Application) Server() *g.Server
type ServiceProvider ¶
type ServiceProvider struct {
}
func (*ServiceProvider) Boot ¶
func (route *ServiceProvider) Boot()
Boot Bootstrap any application services after register.
func (*ServiceProvider) Register ¶
func (route *ServiceProvider) Register()
Register Register any application services.
Click to show internal directories.
Click to hide internal directories.