Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ICaptcha ¶
type ICaptcha interface {
// keysValues: key1, value1, key2, value2
Render(ctx echo.Context, templatePath string, keysValues ...interface{}) template.HTML
Verify(ctx echo.Context, hostAlias string, name string, captchaIdent ...string) echo.Data
MakeData(ctx echo.Context, hostAlias string, name string) echo.H
}
Click to show internal directories.
Click to hide internal directories.