Versions in this module Expand all Collapse all v1 v1.0.0 Mar 15, 2026 Changes in this version + func SendWarningEmail(info string) error + type RedisStore struct + KeyPrefix string + RedisClient *wtredis.RedisClient + func (s *RedisStore) Set(key string, value string) bool + func (s *RedisStore) Verify(key, answer string) bool + type Store interface + Set func(id string, value string) bool + Verify func(id, answer string) bool + type VerifyCode struct + Store Store + func NewVerifyCode() *VerifyCode + func (vc *VerifyCode) CheckAnswer(key string, answer string) bool + func (vc *VerifyCode) SendSMS(phone string) error