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 MockLighthouseServiceClient ¶
type MockLighthouseServiceClient struct {
// contains filtered or unexported fields
}
MockLighthouseServiceClient is a mock of LighthouseServiceClient interface
func NewMockLighthouseServiceClient ¶
func NewMockLighthouseServiceClient(ctrl *gomock.Controller) *MockLighthouseServiceClient
NewMockLighthouseServiceClient creates a new mock instance
func (*MockLighthouseServiceClient) EXPECT ¶
func (m *MockLighthouseServiceClient) EXPECT() *MockLighthouseServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLighthouseServiceClient) Run ¶
func (m *MockLighthouseServiceClient) Run(arg0 context.Context, arg1 *lighthouse.LighthouseRequest, arg2 ...grpc.CallOption) (*lighthouse.LighthouseResult, error)
Run mocks base method
type MockLighthouseServiceClientMockRecorder ¶
type MockLighthouseServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLighthouseServiceClientMockRecorder is the mock recorder for MockLighthouseServiceClient
func (*MockLighthouseServiceClientMockRecorder) Run ¶
func (mr *MockLighthouseServiceClientMockRecorder) Run(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Run indicates an expected call of Run
Click to show internal directories.
Click to hide internal directories.