Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTx ¶
type MockTx struct {
// contains filtered or unexported fields
}
Mock of Tx interface
func NewMockTx ¶
func NewMockTx(ctrl *gomock.Controller) *MockTx
type MockTxExecutor ¶
type MockTxExecutor struct {
// contains filtered or unexported fields
}
Mock of TxExecutor interface
func NewMockTxExecutor ¶
func NewMockTxExecutor(ctrl *gomock.Controller) *MockTxExecutor
func (*MockTxExecutor) CanExecTx ¶
func (_m *MockTxExecutor) CanExecTx(_param0 byte) bool
func (*MockTxExecutor) EXPECT ¶
func (_m *MockTxExecutor) EXPECT() *_MockTxExecutorRecorder
Click to show internal directories.
Click to hide internal directories.