Versions in this module Expand all Collapse all v0 v0.2.0 Dec 6, 2022 Changes in this version + func FormatRoute(method string, path string) string + type Engine struct + Routers map[string]ResourceType + func New() *Engine + func (e *Engine) Group(relativePath string, handlers ...gin.HandlerFunc) RouterGroupWrapper + type ResourceScope string + type ResourceType struct + Resource string + Scope ResourceScope + type RouterGroupWrapper struct + func (rg RouterGroupWrapper) DELETE(relativePath string, typ ResourceType, handlers ...gin.HandlerFunc) gin.IRoutes + func (rg RouterGroupWrapper) GET(relativePath string, typ ResourceType, handlers ...gin.HandlerFunc) gin.IRoutes + func (rg RouterGroupWrapper) Group(relativePath string, handlers ...gin.HandlerFunc) RouterGroupWrapper + func (rg RouterGroupWrapper) PATCH(relativePath string, typ ResourceType, handlers ...gin.HandlerFunc) gin.IRoutes + func (rg RouterGroupWrapper) POST(relativePath string, typ ResourceType, handlers ...gin.HandlerFunc) gin.IRoutes + func (rg RouterGroupWrapper) PUT(relativePath string, typ ResourceType, handlers ...gin.HandlerFunc) gin.IRoutes