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 MockLog ¶
type MockLog struct {
// contains filtered or unexported fields
}
MockLog is a mock of Log interface
func NewMockLog ¶
func NewMockLog(ctrl *gomock.Controller) *MockLog
NewMockLog creates a new mock instance
func (*MockLog) Append ¶
func (m *MockLog) Append(arg0 models.Transaction) error
Append mocks base method
func (*MockLog) EXPECT ¶
func (m *MockLog) EXPECT() *MockLogMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockLogMockRecorder ¶
type MockLogMockRecorder struct {
// contains filtered or unexported fields
}
MockLogMockRecorder is the mock recorder for MockLog
func (*MockLogMockRecorder) Append ¶
func (mr *MockLogMockRecorder) Append(arg0 interface{}) *gomock.Call
Append indicates an expected call of Append
Source Files
¶
- log.go
Click to show internal directories.
Click to hide internal directories.