mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: Apache-2.0 Imports: 4 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 MockSQLService

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

MockSQLService is a mock of SQLService interface.

func NewMockSQLService

func NewMockSQLService(ctrl *gomock.Controller) *MockSQLService

NewMockSQLService creates a new mock instance.

func (*MockSQLService) EXPECT

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

func (*MockSQLService) ExecContext

func (m *MockSQLService) ExecContext(ctx context.Context, q string) (sql.Result, error)

ExecContext mocks base method.

type MockSQLServiceMockRecorder

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

MockSQLServiceMockRecorder is the mock recorder for MockSQLService.

func (*MockSQLServiceMockRecorder) ExecContext

func (mr *MockSQLServiceMockRecorder) ExecContext(ctx, q interface{}) *gomock.Call

ExecContext indicates an expected call of ExecContext.

Jump to

Keyboard shortcuts

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