hasher

package
v0.0.0-...-0fbe093 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hasher

type Hasher interface {
	HashPassword(ctx context.Context, password string) (string, error)
	ComparePassword(ctx context.Context, password string, hashedPassword string) bool
}

func NewHasher

func NewHasher() Hasher

type MockHasher

type MockHasher struct {
	mock.Mock
}

MockHasher is an autogenerated mock type for the Hasher type

func NewMockHasher

func NewMockHasher(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockHasher

NewMockHasher creates a new instance of MockHasher. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockHasher) HashPassword

func (_m *MockHasher) HashPassword(password string) (string, error)

HashPassword provides a mock function with given fields: password

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL