Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordHashMock ¶
func (*PasswordHashMock) ComparePasswordAndHash ¶
func (m *PasswordHashMock) ComparePasswordAndHash(password string, encodedHash string) (bool, error)
func (*PasswordHashMock) GenerateFromPassword ¶
func (m *PasswordHashMock) GenerateFromPassword(password string) (string, error)
Click to show internal directories.
Click to hide internal directories.