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