Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordController ¶
type PasswordController struct {
BaseController
}
PasswordController 密码管理控制器
func (*PasswordController) AuthGenPassword ¶
func (p *PasswordController) AuthGenPassword()
AuthGenPassword 验证生成的密码
func (*PasswordController) GenPassword ¶
func (p *PasswordController) GenPassword()
GenPassword 生成指定长度的密码
func (*PasswordController) ManualGenAuthPassword ¶
func (p *PasswordController) ManualGenAuthPassword()
ManualGenAuthPassword 手动生成验证密码
type StorePasswordController ¶ added in v0.2.0
type StorePasswordController struct {
BaseController
}
StorePasswordController 密码管理
func (*StorePasswordController) Delete ¶ added in v0.2.0
func (m *StorePasswordController) Delete()
Delete 密码管理 删除密码
func (*StorePasswordController) Get ¶ added in v0.2.0
func (m *StorePasswordController) Get()
Get 获取密码
func (*StorePasswordController) Update ¶ added in v0.2.0
func (m *StorePasswordController) Update()
Update 密码管理 保存/更新密码
type TwoStepAuthController ¶
type TwoStepAuthController struct {
BaseController
}
TwoStepAuthController 二步验证控制器
Click to show internal directories.
Click to hide internal directories.