Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReCaptchaV2Service ¶
type ReCaptchaV2Service interface {
VerifyReCaptchaV2Token(ctx context.Context, token string) error
}
ReCaptchaV2Service is a service for reCAPTCHAv2
func NewReCaptchaV2Service ¶
func NewReCaptchaV2Service(config *configs.FaucetServer) ReCaptchaV2Service
NewReCaptchaV2Service initializes a new ReCaptchaV2Service instance
Click to show internal directories.
Click to hide internal directories.