Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseRouter ¶
type BaseRouter struct {
// contains filtered or unexported fields
}
BaseRouter is a base router to be embedded in all routers, and it implements Router interface.
func (*BaseRouter) Load ¶
func (b *BaseRouter) Load(rg *gin.RouterGroup)
func (*BaseRouter) Register ¶
func (b *BaseRouter) Register(path string, router Router)
Click to show internal directories.
Click to hide internal directories.