Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Router *gin.Engine UserService services.IUserService HealthCheckService services.IHealthCheckService }
func (*App) RegisterControllers ¶
func (app *App) RegisterControllers()
func (*App) RegisterMiddlewares ¶
func (app *App) RegisterMiddlewares()
Click to show internal directories.
Click to hide internal directories.