Versions in this module Expand all Collapse all v0 v0.0.1 Jun 18, 2021 Changes in this version + func RequestParseJson(fn interface{}) gin.HandlerFunc + type ApiGroup struct + func DefaultGroup(path string) *ApiGroup + func NewGroup(r *ApiRouter, path string) *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 + type ApiRouter struct + func NewRouter() *ApiRouter + func (c *ApiRouter) NewGroup(s string) *ApiGroup