Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordService ¶
type PasswordService struct { }
func NewPasswordService ¶
func NewPasswordService() PasswordService
func (PasswordService) EncryptPassword ¶
func (s PasswordService) EncryptPassword(password string) string
func (PasswordService) ValidatePassword ¶
func (s PasswordService) ValidatePassword(hashedPassword string, actualPassword string) error
Click to show internal directories.
Click to hide internal directories.