mocks

package
v0.0.0-...-80e094b Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthcodeDAOService

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

MockAuthcodeDAOService is a mock of AuthcodeDAOService interface

func NewMockAuthcodeDAOService

func NewMockAuthcodeDAOService(ctrl *gomock.Controller) *MockAuthcodeDAOService

NewMockAuthcodeDAOService creates a new mock instance

func (*MockAuthcodeDAOService) CompanyHasAuthCode

func (m *MockAuthcodeDAOService) CompanyHasAuthCode(companyNumber string) (bool, error)

CompanyHasAuthCode mocks base method

func (*MockAuthcodeDAOService) EXPECT

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

func (*MockAuthcodeDAOService) UpsertEmptyAuthCode

func (m *MockAuthcodeDAOService) UpsertEmptyAuthCode(companyNumber string) error

UpsertEmptyAuthCode mocks base method

type MockAuthcodeDAOServiceMockRecorder

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

MockAuthcodeDAOServiceMockRecorder is the mock recorder for MockAuthcodeDAOService

func (*MockAuthcodeDAOServiceMockRecorder) CompanyHasAuthCode

func (mr *MockAuthcodeDAOServiceMockRecorder) CompanyHasAuthCode(companyNumber interface{}) *gomock.Call

CompanyHasAuthCode indicates an expected call of CompanyHasAuthCode

func (*MockAuthcodeDAOServiceMockRecorder) UpsertEmptyAuthCode

func (mr *MockAuthcodeDAOServiceMockRecorder) UpsertEmptyAuthCode(companyNumber interface{}) *gomock.Call

UpsertEmptyAuthCode indicates an expected call of UpsertEmptyAuthCode

type MockAuthcodeRequestDAOService

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

MockAuthcodeRequestDAOService is a mock of AuthcodeRequestDAOService interface

func NewMockAuthcodeRequestDAOService

func NewMockAuthcodeRequestDAOService(ctrl *gomock.Controller) *MockAuthcodeRequestDAOService

NewMockAuthcodeRequestDAOService creates a new mock instance

func (*MockAuthcodeRequestDAOService) CheckMultipleCorporateBodySubmissions

func (m *MockAuthcodeRequestDAOService) CheckMultipleCorporateBodySubmissions(companyNumber string) (bool, error)

CheckMultipleCorporateBodySubmissions mocks base method

func (*MockAuthcodeRequestDAOService) CheckMultipleUserSubmissions

func (m *MockAuthcodeRequestDAOService) CheckMultipleUserSubmissions(email string) (bool, error)

CheckMultipleUserSubmissions mocks base method

func (*MockAuthcodeRequestDAOService) EXPECT

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

func (*MockAuthcodeRequestDAOService) GetAuthCodeRequest

func (m *MockAuthcodeRequestDAOService) GetAuthCodeRequest(authCodeRequestID string) (*models.AuthCodeRequestResourceDao, error)

GetAuthCodeRequest mocks base method

func (*MockAuthcodeRequestDAOService) InsertAuthCodeRequest

InsertAuthCodeRequest mocks base method

func (*MockAuthcodeRequestDAOService) UpdateAuthCodeRequestOfficer

func (m *MockAuthcodeRequestDAOService) UpdateAuthCodeRequestOfficer(dao *models.AuthCodeRequestResourceDao) error

UpdateAuthCodeRequestOfficer mocks base method

func (*MockAuthcodeRequestDAOService) UpdateAuthCodeRequestStatus

func (m *MockAuthcodeRequestDAOService) UpdateAuthCodeRequestStatus(dao *models.AuthCodeRequestResourceDao) error

UpdateAuthCodeRequestStatus mocks base method

type MockAuthcodeRequestDAOServiceMockRecorder

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

MockAuthcodeRequestDAOServiceMockRecorder is the mock recorder for MockAuthcodeRequestDAOService

func (*MockAuthcodeRequestDAOServiceMockRecorder) CheckMultipleCorporateBodySubmissions

func (mr *MockAuthcodeRequestDAOServiceMockRecorder) CheckMultipleCorporateBodySubmissions(companyNumber interface{}) *gomock.Call

CheckMultipleCorporateBodySubmissions indicates an expected call of CheckMultipleCorporateBodySubmissions

func (*MockAuthcodeRequestDAOServiceMockRecorder) CheckMultipleUserSubmissions

func (mr *MockAuthcodeRequestDAOServiceMockRecorder) CheckMultipleUserSubmissions(email interface{}) *gomock.Call

CheckMultipleUserSubmissions indicates an expected call of CheckMultipleUserSubmissions

func (*MockAuthcodeRequestDAOServiceMockRecorder) GetAuthCodeRequest

func (mr *MockAuthcodeRequestDAOServiceMockRecorder) GetAuthCodeRequest(authCodeRequestID interface{}) *gomock.Call

GetAuthCodeRequest indicates an expected call of GetAuthCodeRequest

func (*MockAuthcodeRequestDAOServiceMockRecorder) InsertAuthCodeRequest

func (mr *MockAuthcodeRequestDAOServiceMockRecorder) InsertAuthCodeRequest(dao interface{}) *gomock.Call

InsertAuthCodeRequest indicates an expected call of InsertAuthCodeRequest

func (*MockAuthcodeRequestDAOServiceMockRecorder) UpdateAuthCodeRequestOfficer

func (mr *MockAuthcodeRequestDAOServiceMockRecorder) UpdateAuthCodeRequestOfficer(dao interface{}) *gomock.Call

UpdateAuthCodeRequestOfficer indicates an expected call of UpdateAuthCodeRequestOfficer

func (*MockAuthcodeRequestDAOServiceMockRecorder) UpdateAuthCodeRequestStatus

func (mr *MockAuthcodeRequestDAOServiceMockRecorder) UpdateAuthCodeRequestStatus(dao interface{}) *gomock.Call

UpdateAuthCodeRequestStatus indicates an expected call of UpdateAuthCodeRequestStatus

Jump to

Keyboard shortcuts

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