Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( NewRouting, )
Functions ¶
This section is empty.
Types ¶
type Routing ¶
type Routing struct { Config *config.Config DB *db.DataBase Gin *gin.Engine Logger *logger.LogBase // contains filtered or unexported fields }
func NewRouting ¶
func NewRouting( config *config.Config, db *db.DataBase, r *gin.Engine, logger *logger.LogBase, loginCtrl *controllers.AccessTokenController, jwtInteractor *middleware.JwtInteractor, corsInteractor *middleware.CorsInteractor, userCtrl *controllers.UserController, systemUserCtrl *controllers.SystemUserController, ) *Routing
Click to show internal directories.
Click to hide internal directories.