mocks

package
v0.0.0-...-677ce44 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPasswordHasher

type MockPasswordHasher struct {
	// contains filtered or unexported fields
}

MockPasswordHasher is a mock of PasswordHasher interface

func NewMockPasswordHasher

func NewMockPasswordHasher(ctrl *gomock.Controller) *MockPasswordHasher

NewMockPasswordHasher creates a new mock instance

func (*MockPasswordHasher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockPasswordHasher) Encode

func (m *MockPasswordHasher) Encode(body, salt string) ([]byte, error)

Encode mocks base method

func (*MockPasswordHasher) GetAlgoName

func (m *MockPasswordHasher) GetAlgoName() string

GetAlgoName mocks base method

type MockPasswordHasherMockRecorder

type MockPasswordHasherMockRecorder struct {
	// contains filtered or unexported fields
}

MockPasswordHasherMockRecorder is the mock recorder for MockPasswordHasher

func (*MockPasswordHasherMockRecorder) Encode

func (mr *MockPasswordHasherMockRecorder) Encode(body, salt interface{}) *gomock.Call

Encode indicates an expected call of Encode

func (*MockPasswordHasherMockRecorder) GetAlgoName

func (mr *MockPasswordHasherMockRecorder) GetAlgoName() *gomock.Call

GetAlgoName indicates an expected call of GetAlgoName

Jump to

Keyboard shortcuts

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