Documentation ¶
Overview ¶
Package utils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTickerTask ¶
type MockTickerTask struct {
// contains filtered or unexported fields
}
MockTickerTask is a mock of TickerTask interface.
func NewMockTickerTask ¶
func NewMockTickerTask(ctrl *gomock.Controller) *MockTickerTask
NewMockTickerTask creates a new mock instance.
func (*MockTickerTask) EXPECT ¶
func (m *MockTickerTask) EXPECT() *MockTickerTaskMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTickerTaskMockRecorder ¶
type MockTickerTaskMockRecorder struct {
// contains filtered or unexported fields
}
MockTickerTaskMockRecorder is the mock recorder for MockTickerTask.
func (*MockTickerTaskMockRecorder) Tick ¶
func (mr *MockTickerTaskMockRecorder) Tick() *gomock.Call
Tick indicates an expected call of Tick.
Click to show internal directories.
Click to hide internal directories.