Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitRouter ¶
InitRouter load handlers and middlewares, it contains check auth, frontend resource,
error recovery etc. and returns an instance of Engine
Types ¶
type APIController ¶
type APIController interface {
RegisterRoutes(routes *gin.RouterGroup)
}
Click to show internal directories.
Click to hide internal directories.