Documentation ¶
Index ¶
Constants ¶
View Source
const DOCROUTES = VERSION + "/docs"
DOCROUTES ...
View Source
const HEALTHROUTES = VERSION + "/health"
HEALTHROUTES ...
View Source
const LOOGERROUTES = VERSION + "/logger"
LOOGERROUTES ...
View Source
const VERSION = "v1"
VERSION ...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V1RouterLoader ¶
type V1RouterLoader struct { Middleware middleware.DefaultMiddleware Health health.HealthControllerInterface Logger logger.LoggerControllerInterface }
V1RouterLoader types
func (*V1RouterLoader) V1Routes ¶
func (rLoader *V1RouterLoader) V1Routes(router *gin.Engine)
V1Routes Params @router: gin.Engine
type V1RouterLoaderInterface ¶
V1RouterLoaderInterface ...
Click to show internal directories.
Click to hide internal directories.