(ctx context.Context, number string, value interface{}, expiration time.Duration)
| 24 | CheckCode(ctx context.Context, smsID, number, vCode string) (bool, error) |
| 25 | AddUserOperationLog(ctx context.Context, log dao.VCodeSmsLog) error |
| 26 | SetNX(ctx context.Context, number string, value interface{}, expiration time.Duration) (*redis.BoolCmd, error) |
| 27 | StoreVCode(ctx context.Context, smsID, number string, vCode string) error |
| 28 | Exist(ctx context.Context, number string) bool |
| 29 | Count(ctx context.Context, number string) int |
no outgoing calls
no test coverage detected