captcha

package
v4.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2022 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Has

func Has(name string) bool

func Register

func Register(name string, ic ICaptcha)

Types

type ICaptcha

type ICaptcha interface {
	Render(ctx echo.Context, args ...interface{}) template.HTML
	Verify(ctx echo.Context, hostAlias string, name string, args ...string) echo.Data
	MakeData(ctx echo.Context, hostAlias string, name string) echo.H
}

func Get

func Get(name string) ICaptcha

func GetOk

func GetOk(name string) (ICaptcha, bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL