Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
Service
}
func (Cache) Register ¶
func (Cache) Register(app *app.Application)
type Database ¶
type Database struct {
Service
}
func (Database) Register ¶
func (Database) Register(app *app.Application)
type Gin ¶
type Gin struct {
Service
}
func (Gin) Register ¶
func (Gin) Register(app *app.Application)
type Logger ¶
type Logger struct {
Service
}
func (Logger) Register ¶
func (Logger) Register(app *app.Application)
type Redis ¶
type Redis struct {
Service
}
func (Redis) Register ¶
func (Redis) Register(app *app.Application)
type Router ¶
type Router struct {
Service
}
func (Router) Boot ¶
func (Router) Boot(app *app.Application)
type Service ¶
type Service struct{}
func (Service) Boot ¶
func (Service) Boot(*app.Application)
func (Service) Register ¶
func (Service) Register(*app.Application)
type Translator ¶
type Translator struct {
Service
}
func (Translator) Register ¶
func (Translator) Register(app *app.Application)
Click to show internal directories.
Click to hide internal directories.