Documentation
¶
Index ¶
- func RequestParseJson(fn interface{}) gin.HandlerFunc
- type ApiEngine
- type ApiGroup
- func (r *ApiGroup) Any(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) DELETE(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) GET(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) HEAD(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) Handle(httpMethod, relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) OPTIONS(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) PATCH(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) POST(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) PUT(relativePath string, fn interface{}) *ApiGroup
- func (r *ApiGroup) Use(middleware ...gin.HandlerFunc) *ApiGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestParseJson ¶
func RequestParseJson(fn interface{}) gin.HandlerFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.