Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustBind ¶
func MustBind(handler PostHandler, path string, fn interface{}, m ...echo.MiddlewareFunc)
Types ¶
type PostHandler ¶
type PostHandler interface {
POST(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
}
Click to show internal directories.
Click to hide internal directories.