Documentation
¶
Index ¶
- type BaseController
- func (s *BaseController) DefaultQueryInt64(c *gin.Context, key string) (int64, error)
- func (s *BaseController) DefaultQueryInt641(c *gin.Context, key string, value string) (int64, error)
- func (s *BaseController) ParamInt64(c *gin.Context, key string) (int64, error)
- func (s *BaseController) PostFormInt64(c *gin.Context, key string) (int64, error)
- type VersionController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶
type BaseController struct {
}
func (*BaseController) DefaultQueryInt64 ¶
func (*BaseController) DefaultQueryInt641 ¶
func (*BaseController) ParamInt64 ¶
func (*BaseController) PostFormInt64 ¶
type VersionController ¶
type VersionController struct {
BaseController
}
func NewVersionController ¶
func NewVersionController(context *service.AppContext) (*VersionController, error)
func (*VersionController) GetVersion ¶
func (s *VersionController) GetVersion(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.