Documentation
¶
Index ¶
- Constants
- Variables
- func Path(srv, ctl, act string) (interface{}, error)
- type AHC
- type Container
- type Exp
- type H
- type I
- func AiANY(relativePath, method interface{}) *I
- func AiDELETE(relativePath string) *I
- func AiGET(relativePath string) *I
- func AiHEAD(relativePath string) *I
- func AiOPTIONS(relativePath string) *I
- func AiPATCH(relativePath string) *I
- func AiPOST(relativePath string) *I
- func AiPUT(relativePath string) *I
- type M
Constants ¶
View Source
const (
DefaultRelativePath = "{_}"
)
Variables ¶
View Source
var Instance = new(Container)
Functions ¶
Types ¶
type AHC ¶
type AHC gin.HandlersChain
type Exp ¶
type Exp struct { NoR gin.HandlerFunc NoM gin.HandlerFunc }
Click to show internal directories.
Click to hide internal directories.