Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PwdEncrypter ¶
type PwdEncrypter interface { Encrypter(password string) (string, error) Decrypter(code string) (string, error) }
func NewPwdEncrypter ¶
func NewPwdEncrypter(encrypter string) PwdEncrypter
Click to show internal directories.
Click to hide internal directories.