Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Verify

func Verify(ctx context.Context, response string) (bool, error)

Verify calls Google Recaptcha API to verify token

Types

type ErrorCode added in v1.13.0

type ErrorCode string

ErrorCode is a reCaptcha error

func (ErrorCode) Error added in v1.13.0

func (e ErrorCode) Error() string

Error fulfills the error interface

func (ErrorCode) String added in v1.13.0

func (e ErrorCode) String() string

String fulfills the Stringer interface

type Response

type Response struct {
	Success     bool        `json:"success"`
	ChallengeTS string      `json:"challenge_ts"`
	Hostname    string      `json:"hostname"`
	ErrorCodes  []ErrorCode `json:"error-codes"`
}

Response is the structure of JSON returned from API

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