Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email struct {
Otp
}
邮箱类
func (*Email) GenRandomOTP ¶
func (*Email) GetMessage ¶
func (*Email) SaveOTPCache ¶
func (*Email) SendNotification ¶
type IOtp ¶
type IOtp interface {
GenRandomOTP(int) string
SaveOTPCache(string)
GetMessage(string) string
SendNotification(string) error
Publish()
}
定义一次性密码接口
type Sms ¶
type Sms struct {
Otp
}
短信类
func (*Sms) GenRandomOTP ¶
func (*Sms) GetMessage ¶
func (*Sms) SaveOTPCache ¶
func (*Sms) SendNotification ¶
Click to show internal directories.
Click to hide internal directories.