Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindController ¶
type BindController struct{}
func NewBindController ¶
func NewBindController() *BindController
type FileController ¶
type FileController struct{}
func NewFileController ¶
func NewFileController() *FileController
type IndexController ¶
type IndexController struct{}
func NewIndexController ¶
func NewIndexController() *IndexController
func (IndexController) Build ¶
func (i IndexController) Build(r *global.Start)
func (IndexController) GetIndex ¶
func (i IndexController) GetIndex() gin.HandlerFunc
type TestController ¶
type TestController struct{}
func NewTestController ¶
func NewTestController() *TestController
func (TestController) Build ¶
func (t TestController) Build(r *global.Start)
func (TestController) GetList ¶
func (t TestController) GetList() gin.HandlerFunc
type UserController ¶
type UserController struct{}
func NewUserController ¶
func NewUserController() *UserController
func (UserController) Build ¶
func (u UserController) Build(r *global.Start)
func (UserController) GetList ¶
func (u UserController) GetList() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.