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 MockSlotTicker ¶
type MockSlotTicker struct {
// contains filtered or unexported fields
}
MockSlotTicker is a mock of SlotTicker interface.
func NewMockSlotTicker ¶
func NewMockSlotTicker(ctrl *gomock.Controller) *MockSlotTicker
NewMockSlotTicker creates a new mock instance.
func (*MockSlotTicker) EXPECT ¶
func (m *MockSlotTicker) EXPECT() *MockSlotTickerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSlotTicker) Next ¶
func (m *MockSlotTicker) Next() <-chan time.Time
Next mocks base method.
type MockSlotTickerMockRecorder ¶
type MockSlotTickerMockRecorder struct {
// contains filtered or unexported fields
}
MockSlotTickerMockRecorder is the mock recorder for MockSlotTicker.
func (*MockSlotTickerMockRecorder) Next ¶
func (mr *MockSlotTickerMockRecorder) Next() *gomock.Call
Next indicates an expected call of Next.
func (*MockSlotTickerMockRecorder) Slot ¶
func (mr *MockSlotTickerMockRecorder) Slot() *gomock.Call
Slot indicates an expected call of Slot.
Click to show internal directories.
Click to hide internal directories.