Documentation
¶
Overview ¶
Package mocktx is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStmtPreparor ¶
type MockStmtPreparor struct {
// contains filtered or unexported fields
}
MockStmtPreparor is a mock of StmtPreparor interface.
func NewMockStmtPreparor ¶
func NewMockStmtPreparor(ctrl *gomock.Controller) *MockStmtPreparor
NewMockStmtPreparor creates a new mock instance.
func (*MockStmtPreparor) EXPECT ¶
func (m *MockStmtPreparor) EXPECT() *MockStmtPreparorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStmtPreparor) PrepareContext ¶
PrepareContext mocks base method.
type MockStmtPreparorMockRecorder ¶
type MockStmtPreparorMockRecorder struct {
// contains filtered or unexported fields
}
MockStmtPreparorMockRecorder is the mock recorder for MockStmtPreparor.
func (*MockStmtPreparorMockRecorder) PrepareContext ¶
func (mr *MockStmtPreparorMockRecorder) PrepareContext(ctx, query any) *gomock.Call
PrepareContext indicates an expected call of PrepareContext.
type MockTxBeginor ¶
type MockTxBeginor struct {
// contains filtered or unexported fields
}
MockTxBeginor is a mock of TxBeginor interface.
func NewMockTxBeginor ¶
func NewMockTxBeginor(ctrl *gomock.Controller) *MockTxBeginor
NewMockTxBeginor creates a new mock instance.
func (*MockTxBeginor) EXPECT ¶
func (m *MockTxBeginor) EXPECT() *MockTxBeginorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTxBeginorMockRecorder ¶
type MockTxBeginorMockRecorder struct {
// contains filtered or unexported fields
}
MockTxBeginorMockRecorder is the mock recorder for MockTxBeginor.
Click to show internal directories.
Click to hide internal directories.