Documentation ¶
Index ¶
- Variables
- func CaptchaGoData(ctx echo.Context) error
- func CaptchaGoVerify(ctx echo.Context) error
- func GetStorer() (captcha.Storer, error)
- func NewStoreAPI(apiURL string, secret string) captcha.Storer
- func NewStoreCookie() captcha.Storer
- func NewStoreSession() captcha.Storer
- func RegisterAPIRoute(e echo.RouteRegister)
- func RegisterRoute(g echo.RouteRegister)
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStorer captcha.Storer = NewStoreSession()
View Source
var StorerConstructor = storerDefaultConstructor
Functions ¶
func CaptchaGoData ¶
func CaptchaGoVerify ¶
func NewStoreCookie ¶ added in v0.4.5
func NewStoreSession ¶ added in v0.5.4
func RegisterAPIRoute ¶ added in v0.5.4
func RegisterAPIRoute(e echo.RouteRegister)
func RegisterRoute ¶
func RegisterRoute(g echo.RouteRegister)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.