Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenResetPasswordURL ¶
func Unregister ¶
func Unregister(name string)
Types ¶
type GetAccount ¶
type RecvType ¶
type RecvType struct { On bool // 开关 Key string // Key Label string // 标签 Placeholder string // 占位文本 InputName string // 输入项名称 Validate Validate `json:"-" xml:"-"` // 验证发送账号 Send Send `json:"-" xml:"-"` // 发送 OnChangeBefore OnChange `json:"-" xml:"-"` // 更改密码前的处理 OnChangeAfter OnChange `json:"-" xml:"-"` // 当密码成功更改后的处理 GetAccount GetAccount `json:"-" xml:"-"` // 收信账号 }
Click to show internal directories.
Click to hide internal directories.