Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // User ... User = &user{} // OAuth2 ... OAuth2 = &oauth2{} // Role ... Role = &role{} // Resource ... Resource = &resource{} // File ... File = &file{} // Organization ... Organization = &organization{} // Common ... Common = &common{} // Casbin ... Casbin = &casbin{} )
Functions ¶
func QueryChildren ¶ added in v0.3.0
func QueryChildren(v map[string]gin.HandlerFunc) gin.HandlerFunc
QueryChildren ...
Types ¶
type Result ¶ added in v0.3.0
type Result struct { Status string `json:"status"` Data interface{} `json:"data,omitempty"` Error *ResultError `json:"error,omitempty"` }
Result example...
type ResultError ¶
ResultError ...
Click to show internal directories.
Click to hide internal directories.