Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisStore ¶
type RedisStore struct {
// contains filtered or unexported fields
}
RedisStore verified captcha limit
func NewRedisStore ¶
func NewRedisStore(store *redis.Client) *RedisStore
NewRedisStore new redis store instance.
func (*RedisStore) Verify ¶
func (v *RedisStore) Verify(ctx context.Context, p *verified.VerifyArgs) bool
Verify the answer.
Click to show internal directories.
Click to hide internal directories.