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 MockGateway ¶
type MockGateway struct {
// contains filtered or unexported fields
}
MockGateway is a mock of Gateway interface.
func NewMockGateway ¶
func NewMockGateway(ctrl *gomock.Controller) *MockGateway
NewMockGateway creates a new mock instance.
func (*MockGateway) AddTransaction ¶
func (m *MockGateway) AddTransaction(arg0 context.Context, arg1 json.RawMessage) (json.RawMessage, error)
AddTransaction mocks base method.
func (*MockGateway) EXPECT ¶
func (m *MockGateway) EXPECT() *MockGatewayMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGatewayMockRecorder ¶
type MockGatewayMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewayMockRecorder is the mock recorder for MockGateway.
func (*MockGatewayMockRecorder) AddTransaction ¶
func (mr *MockGatewayMockRecorder) AddTransaction(arg0, arg1 any) *gomock.Call
AddTransaction indicates an expected call of AddTransaction.
Click to show internal directories.
Click to hide internal directories.