Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPassword ¶
Types ¶
type Password ¶
type Password struct { Value string Hash string State PasswordState }
func GeneratePassword ¶
type PasswordState ¶
type PasswordState string
const ( CHANGE PasswordState = "CHANGE" CHANGED PasswordState = "CHANGED" )
Click to show internal directories.
Click to hide internal directories.