lxCryptMocks

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package lxCryptMocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockICrypt

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

MockICrypt is a mock of ICrypt interface

func NewMockICrypt

func NewMockICrypt(ctrl *gomock.Controller) *MockICrypt

NewMockICrypt creates a new mock instance

func (*MockICrypt) ComparePassword

func (m *MockICrypt) ComparePassword(plainPwd, hashedPwd string) error

ComparePassword mocks base method

func (*MockICrypt) EXPECT

func (m *MockICrypt) EXPECT() *MockICryptMockRecorder

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

func (*MockICrypt) GeneratePassword

func (m *MockICrypt) GeneratePassword(plainPwd string) (string, error)

GeneratePassword mocks base method

type MockICryptMockRecorder

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

MockICryptMockRecorder is the mock recorder for MockICrypt

func (*MockICryptMockRecorder) ComparePassword

func (mr *MockICryptMockRecorder) ComparePassword(plainPwd, hashedPwd interface{}) *gomock.Call

ComparePassword indicates an expected call of ComparePassword

func (*MockICryptMockRecorder) GeneratePassword

func (mr *MockICryptMockRecorder) GeneratePassword(plainPwd interface{}) *gomock.Call

GeneratePassword indicates an expected call of GeneratePassword

Jump to

Keyboard shortcuts

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