Versions in this module Expand all Collapse all v1 v1.1.0 Jan 28, 2021 v1.0.0 Aug 6, 2020 Changes in this version + func BindDeleteData(ctx Context) (*model.DeleteData, error) + func BindPost(ctx Context) (*model.Post, error) + func BindUpdateData(ctx Context) (*model.UpdateData, error) + func GetID(ctx Context) (uint64, error) + func SendCreated(ctx Context, data *model.DeleteData) error + func SendOK(ctx Context, data interface{}) error + type App = echo.Echo + func NewApp() *App + type Context = echo.Context + type HTTPError = echo.HTTPError + func SendError(status int) *HTTPError + type HandlerFunc = echo.HandlerFunc + type MiddlewareFunc = echo.MiddlewareFunc + func CORS(methods ...string) MiddlewareFunc + func CheckHeader(expectedContentType string) MiddlewareFunc + func RateLimiter(ipRateLimiter *limiter.Limiter) MiddlewareFunc + func RemoveTrailingSlash() MiddlewareFunc + func Secure() MiddlewareFunc