domainRepositoryMock

package
v0.0.0-...-d23828c Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package domainRepositoryMock is a generated GoMock package.

Package domainRepositoryMock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockContactRepository

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

MockContactRepository is a mock of ContactRepository interface.

func NewMockContactRepository

func NewMockContactRepository(ctrl *gomock.Controller) *MockContactRepository

NewMockContactRepository creates a new mock instance.

func (*MockContactRepository) EXPECT

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

func (*MockContactRepository) Save

func (m *MockContactRepository) Save(ctx context.Context, contact entity.Contact) error

Save mocks base method.

type MockContactRepositoryMockRecorder

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

MockContactRepositoryMockRecorder is the mock recorder for MockContactRepository.

func (*MockContactRepositoryMockRecorder) Save

func (mr *MockContactRepositoryMockRecorder) Save(ctx, contact interface{}) *gomock.Call

Save indicates an expected call of Save.

type MockTechnoRepository

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

MockTechnoRepository is a mock of TechnoRepository interface.

func NewMockTechnoRepository

func NewMockTechnoRepository(ctrl *gomock.Controller) *MockTechnoRepository

NewMockTechnoRepository creates a new mock instance.

func (*MockTechnoRepository) EXPECT

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

func (*MockTechnoRepository) FetchStack

func (m *MockTechnoRepository) FetchStack(ctx context.Context) (map[string]interface{}, error)

FetchStack mocks base method.

type MockTechnoRepositoryMockRecorder

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

MockTechnoRepositoryMockRecorder is the mock recorder for MockTechnoRepository.

func (*MockTechnoRepositoryMockRecorder) FetchStack

func (mr *MockTechnoRepositoryMockRecorder) FetchStack(ctx interface{}) *gomock.Call

FetchStack indicates an expected call of FetchStack.

Jump to

Keyboard shortcuts

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