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 MockTicker ¶
type MockTicker struct {
// contains filtered or unexported fields
}
MockTicker is a mock of Ticker interface.
func NewMockTicker ¶
func NewMockTicker(ctrl *gomock.Controller) *MockTicker
NewMockTicker creates a new mock instance.
func (*MockTicker) EXPECT ¶
func (m *MockTicker) EXPECT() *MockTickerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTicker) Subscribe ¶
func (m *MockTicker) Subscribe(subscription chan phase0.Slot) event.Subscription
Subscribe mocks base method.
type MockTickerMockRecorder ¶
type MockTickerMockRecorder struct {
// contains filtered or unexported fields
}
MockTickerMockRecorder is the mock recorder for MockTicker.
func (*MockTickerMockRecorder) Start ¶
func (mr *MockTickerMockRecorder) Start(logger interface{}) *gomock.Call
Start indicates an expected call of Start.
func (*MockTickerMockRecorder) Subscribe ¶
func (mr *MockTickerMockRecorder) Subscribe(subscription interface{}) *gomock.Call
Subscribe indicates an expected call of Subscribe.
Click to show internal directories.
Click to hide internal directories.