Documentation
¶
Index ¶
- type Endpoint
- type Group
- func (g *Group) ANY(path string, h echo.HandlerFunc, isAnonymous bool)
- func (g *Group) DELETE(path string, h echo.HandlerFunc, isAnonymous bool)
- func (g *Group) GET(path string, h echo.HandlerFunc, isAnonymous bool)
- func (g *Group) Group(path string) *Group
- func (g *Group) POST(path string, h echo.HandlerFunc, isAnonymous bool)
- func (g *Group) PUT(path string, h echo.HandlerFunc, isAnonymous bool)
- type Route
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.