Documentation
¶
Index ¶
- func GET(group *gin.RouterGroup, url string, handler Handler)
- func GETRAW(group *gin.RouterGroup, url string, handler Handler)
- func OPTIONS(group *gin.RouterGroup, url string, handler Handler)
- func POST(group *gin.RouterGroup, url string, handler Handler)
- func POSTRAW(group *gin.RouterGroup, url string, handler Handler)
- func ProcessError(c *gin.Context, err interface{}, formatHandler interface{})
- func ProcessSuccess(c *gin.Context, res interface{}, formatHandler interface{})
- func WS(group *gin.RouterGroup, url string, handler Process)
- type Handler
- type Process
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessError ¶
func ProcessSuccess ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.