mock

package
v1.2.0-RC1 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSiteInfoRepo

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

MockSiteInfoRepo is a mock of SiteInfoRepo interface.

func NewMockSiteInfoRepo

func NewMockSiteInfoRepo(ctrl *gomock.Controller) *MockSiteInfoRepo

NewMockSiteInfoRepo creates a new mock instance.

func (*MockSiteInfoRepo) EXPECT

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

func (*MockSiteInfoRepo) GetByType

func (m *MockSiteInfoRepo) GetByType(ctx context.Context, siteType string) (*entity.SiteInfo, bool, error)

GetByType mocks base method.

func (*MockSiteInfoRepo) SaveByType

func (m *MockSiteInfoRepo) SaveByType(ctx context.Context, siteType string, data *entity.SiteInfo) error

SaveByType mocks base method.

type MockSiteInfoRepoMockRecorder

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

MockSiteInfoRepoMockRecorder is the mock recorder for MockSiteInfoRepo.

func (*MockSiteInfoRepoMockRecorder) GetByType

func (mr *MockSiteInfoRepoMockRecorder) GetByType(ctx, siteType interface{}) *gomock.Call

GetByType indicates an expected call of GetByType.

func (*MockSiteInfoRepoMockRecorder) SaveByType

func (mr *MockSiteInfoRepoMockRecorder) SaveByType(ctx, siteType, data interface{}) *gomock.Call

SaveByType indicates an expected call of SaveByType.

Jump to

Keyboard shortcuts

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