mock

package
v2.0.0-rc8 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: MIT Imports: 2 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 MockSavePoint

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

MockSavePoint is a mock of SavePoint interface.

func NewMockSavePoint

func NewMockSavePoint(ctrl *gomock.Controller) *MockSavePoint

NewMockSavePoint creates a new mock instance.

func (*MockSavePoint) Create

func (m *MockSavePoint) Create(id string) string

Create mocks base method.

func (*MockSavePoint) EXPECT

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

func (*MockSavePoint) Release

func (m *MockSavePoint) Release(id string) string

Release mocks base method.

func (*MockSavePoint) Rollback

func (m *MockSavePoint) Rollback(id string) string

Rollback mocks base method.

type MockSavePointMockRecorder

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

MockSavePointMockRecorder is the mock recorder for MockSavePoint.

func (*MockSavePointMockRecorder) Create

func (mr *MockSavePointMockRecorder) Create(id interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSavePointMockRecorder) Release

func (mr *MockSavePointMockRecorder) Release(id interface{}) *gomock.Call

Release indicates an expected call of Release.

func (*MockSavePointMockRecorder) Rollback

func (mr *MockSavePointMockRecorder) Rollback(id interface{}) *gomock.Call

Rollback indicates an expected call of Rollback.

Jump to

Keyboard shortcuts

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