mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
515e7c959f
* Remove deprecated RPC ListBlocks * Fix test * Rm mock * Go imports * Rm unused Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
33 lines
1.1 KiB
Go
Generated
33 lines
1.1 KiB
Go
Generated
// Code generated by MockGen. DO NOT EDIT.
|
|
// Source: github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1 (interfaces: BeaconChainAltairClient)
|
|
|
|
// Package mock is a generated GoMock package.
|
|
package mock
|
|
|
|
import (
|
|
gomock "github.com/golang/mock/gomock"
|
|
)
|
|
|
|
// MockBeaconChainAltairClient is a mock of BeaconChainAltairClient interface
|
|
type MockBeaconChainAltairClient struct {
|
|
ctrl *gomock.Controller
|
|
recorder *MockBeaconChainAltairClientMockRecorder
|
|
}
|
|
|
|
// MockBeaconChainAltairClientMockRecorder is the mock recorder for MockBeaconChainAltairClient
|
|
type MockBeaconChainAltairClientMockRecorder struct {
|
|
mock *MockBeaconChainAltairClient
|
|
}
|
|
|
|
// NewMockBeaconChainAltairClient creates a new mock instance
|
|
func NewMockBeaconChainAltairClient(ctrl *gomock.Controller) *MockBeaconChainAltairClient {
|
|
mock := &MockBeaconChainAltairClient{ctrl: ctrl}
|
|
mock.recorder = &MockBeaconChainAltairClientMockRecorder{mock}
|
|
return mock
|
|
}
|
|
|
|
// EXPECT returns an object that allows the caller to indicate expected use
|
|
func (m *MockBeaconChainAltairClient) EXPECT() *MockBeaconChainAltairClientMockRecorder {
|
|
return m.recorder
|
|
}
|