Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDatabaseConfig ¶ added in v0.1.2
GetDatabaseConfig Get database config from ENV.
Types ¶
type Kernel ¶
type Kernel interface {
Middleware() []gin.HandlerFunc
}
type ServiceProvider ¶
type ServiceProvider interface { //Boot Bootstrap any application services after register. Boot() //Register Register any application services. Register() }
Click to show internal directories.
Click to hide internal directories.