Documentation
¶
Index ¶
- type AutoHTTP
- func (a *AutoHTTP) Add(method string, path string, handler interface{}, ...) *AutoHTTP
- func (a *AutoHTTP) AddDocGenerator(generator ...DocGenerator) *AutoHTTP
- func (a *AutoHTTP) Auto(handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Connect(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Delete(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) DocGenerators() []DocGenerator
- func (a *AutoHTTP) Get(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) GetEcho() *echo.Echo
- func (a *AutoHTTP) GetGroup() *echo.Group
- func (a *AutoHTTP) Group(path string) *AutoHTTP
- func (a *AutoHTTP) Head(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Options(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Patch(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Post(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Put(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Start(address string) error
- func (a *AutoHTTP) Trace(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
- func (a *AutoHTTP) Use(middleware ...echo.MiddlewareFunc) *AutoHTTP
- type DocGenerator
- type RouteSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoHTTP ¶
type AutoHTTP struct {
// contains filtered or unexported fields
}
func (*AutoHTTP) AddDocGenerator ¶
func (a *AutoHTTP) AddDocGenerator(generator ...DocGenerator) *AutoHTTP
func (*AutoHTTP) Auto ¶
func (a *AutoHTTP) Auto(handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Connect ¶
func (a *AutoHTTP) Connect(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Delete ¶
func (a *AutoHTTP) Delete(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) DocGenerators ¶
func (a *AutoHTTP) DocGenerators() []DocGenerator
func (*AutoHTTP) Get ¶
func (a *AutoHTTP) Get(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Head ¶
func (a *AutoHTTP) Head(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Options ¶
func (a *AutoHTTP) Options(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Patch ¶
func (a *AutoHTTP) Patch(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Post ¶
func (a *AutoHTTP) Post(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
func (*AutoHTTP) Put ¶
func (a *AutoHTTP) Put(path string, handler interface{}, middleware ...echo.MiddlewareFunc) *AutoHTTP
type DocGenerator ¶
Click to show internal directories.
Click to hide internal directories.