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 MockLogKeeper ¶
type MockLogKeeper struct {
// contains filtered or unexported fields
}
MockLogKeeper is a mock of LogKeeper interface.
func NewMockLogKeeper ¶
func NewMockLogKeeper(ctrl *gomock.Controller) *MockLogKeeper
NewMockLogKeeper creates a new mock instance.
func (*MockLogKeeper) EXPECT ¶
func (m *MockLogKeeper) EXPECT() *MockLogKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockLogKeeperMockRecorder ¶
type MockLogKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockLogKeeperMockRecorder is the mock recorder for MockLogKeeper.
func (*MockLogKeeperMockRecorder) Push ¶
func (mr *MockLogKeeperMockRecorder) Push(message, timestamp interface{}) *gomock.Call
Push indicates an expected call of Push.
Click to show internal directories.
Click to hide internal directories.