mocks

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 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 MockPassword

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

MockPassword is a mock of Password interface.

func NewMockPassword

func NewMockPassword(ctrl *gomock.Controller) *MockPassword

NewMockPassword creates a new mock instance.

func (*MockPassword) EXPECT

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

func (*MockPassword) Hash

func (m *MockPassword) Hash(arg0 string) (string, error)

Hash mocks base method.

func (*MockPassword) Verify

func (m *MockPassword) Verify(arg0, arg1 string) bool

Verify mocks base method.

type MockPasswordMockRecorder

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

MockPasswordMockRecorder is the mock recorder for MockPassword.

func (*MockPasswordMockRecorder) Hash

func (mr *MockPasswordMockRecorder) Hash(arg0 interface{}) *gomock.Call

Hash indicates an expected call of Hash.

func (*MockPasswordMockRecorder) Verify

func (mr *MockPasswordMockRecorder) Verify(arg0, arg1 interface{}) *gomock.Call

Verify indicates an expected call of Verify.

Jump to

Keyboard shortcuts

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