Documentation
¶
Index ¶
Constants ¶
View Source
const ( VerifyPwdNone = iota + 1 VerifyPwdWithRunes )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultVerifyPwd ¶
type DefaultVerifyPwd struct {
OldPwd string
NewPwd string
Runes string
VerifyType int
// contains filtered or unexported fields
}
func (*DefaultVerifyPwd) Verify ¶
func (v *DefaultVerifyPwd) Verify() bool
func (*DefaultVerifyPwd) VerifyNoneFunc ¶
func (v *DefaultVerifyPwd) VerifyNoneFunc() bool
func (*DefaultVerifyPwd) VerifyPwdWithRunesFunc ¶
func (v *DefaultVerifyPwd) VerifyPwdWithRunesFunc() bool
func (*DefaultVerifyPwd) WithRunes ¶
func (v *DefaultVerifyPwd) WithRunes(runes string) VerifyPwd
Click to show internal directories.
Click to hide internal directories.