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 ¶
func (m *MockSavePoint) EXPECT() *MockSavePointMockRecorder
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.
Click to show internal directories.
Click to hide internal directories.