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 MockBeaconNodeAPI ¶
type MockBeaconNodeAPI struct {
// contains filtered or unexported fields
}
MockBeaconNodeAPI is a mock of BeaconNodeAPI interface.
func NewMockBeaconNodeAPI ¶
func NewMockBeaconNodeAPI(ctrl *gomock.Controller) *MockBeaconNodeAPI
NewMockBeaconNodeAPI creates a new mock instance.
func (*MockBeaconNodeAPI) EXPECT ¶
func (m *MockBeaconNodeAPI) EXPECT() *MockBeaconNodeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeAPI) Start ¶
func (m *MockBeaconNodeAPI) Start(ctx context.Context) (chan struct{}, error)
Start mocks base method.
type MockBeaconNodeAPIMockRecorder ¶
type MockBeaconNodeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeAPIMockRecorder is the mock recorder for MockBeaconNodeAPI.
func (*MockBeaconNodeAPIMockRecorder) Start ¶
func (mr *MockBeaconNodeAPIMockRecorder) Start(ctx any) *gomock.Call
Start indicates an expected call of Start.
Click to show internal directories.
Click to hide internal directories.