Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( InitGin, NewRouter, NewSystemRouter, )
Functions ¶
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func (*Router) SetupRoutes ¶
func (r *Router) SetupRoutes()
type SystemRouter ¶
type SystemRouter struct {
}
func NewSystemRouter ¶
func NewSystemRouter() *SystemRouter
func (*SystemRouter) Register ¶
func (router *SystemRouter) Register(sys *gin.RouterGroup)
Click to show internal directories.
Click to hide internal directories.