Versions in this module Expand all Collapse all v1 v1.9.2 Oct 22, 2019 v1.9.1 Oct 22, 2019 Changes in this version + const ErrSecurityProviderApiKeyInvalidIn + func BindQueryParameter(style string, explode bool, required bool, paramName string, ...) error + func BindStringToObject(src string, dst interface{}) error + func BindStyledParameter(style string, explode bool, paramName string, value string, dest interface{}) error + func StyleParam(style string, explode bool, paramName string, value interface{}) (string, error) + type EchoRouter interface + CONNECT func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + DELETE func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + GET func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + HEAD func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + OPTIONS func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + PATCH func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + POST func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + PUT func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + TRACE func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + type SecurityProviderApiKey struct + func NewSecurityProviderApiKey(in, name, apiKey string) (*SecurityProviderApiKey, error) + func (s *SecurityProviderApiKey) Intercept(req *http.Request, ctx context.Context) error + type SecurityProviderBasicAuth struct + func NewSecurityProviderBasicAuth(username, password string) (*SecurityProviderBasicAuth, error) + func (s *SecurityProviderBasicAuth) Intercept(req *http.Request, ctx context.Context) error + type SecurityProviderBearerToken struct + func NewSecurityProviderBearerToken(token string) (*SecurityProviderBearerToken, error) + func (s *SecurityProviderBearerToken) Intercept(req *http.Request, ctx context.Context) error + type SecurityProviderError string + func (e SecurityProviderError) Error() string