Documentation ¶
Overview ¶
Package mock_v3 is a generated GoMock package.
Index ¶
- type MockManagementServiceClient
- func (m *MockManagementServiceClient) EXPECT() *MockManagementServiceClientMockRecorder
- func (m *MockManagementServiceClient) KeepAlive(arg0 context.Context, arg1 *v30.InstancePingPkg, arg2 ...grpc.CallOption) (*v3.Commands, error)
- func (m *MockManagementServiceClient) ReportInstanceProperties(arg0 context.Context, arg1 *v30.InstanceProperties, arg2 ...grpc.CallOption) (*v3.Commands, error)
- type MockManagementServiceClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManagementServiceClient ¶
type MockManagementServiceClient struct {
// contains filtered or unexported fields
}
MockManagementServiceClient is a mock of ManagementServiceClient interface.
func NewMockManagementServiceClient ¶
func NewMockManagementServiceClient(ctrl *gomock.Controller) *MockManagementServiceClient
NewMockManagementServiceClient creates a new mock instance.
func (*MockManagementServiceClient) EXPECT ¶
func (m *MockManagementServiceClient) EXPECT() *MockManagementServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagementServiceClient) KeepAlive ¶
func (m *MockManagementServiceClient) KeepAlive(arg0 context.Context, arg1 *v30.InstancePingPkg, arg2 ...grpc.CallOption) (*v3.Commands, error)
KeepAlive mocks base method.
func (*MockManagementServiceClient) ReportInstanceProperties ¶
func (m *MockManagementServiceClient) ReportInstanceProperties(arg0 context.Context, arg1 *v30.InstanceProperties, arg2 ...grpc.CallOption) (*v3.Commands, error)
ReportInstanceProperties mocks base method.
type MockManagementServiceClientMockRecorder ¶
type MockManagementServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockManagementServiceClientMockRecorder is the mock recorder for MockManagementServiceClient.
func (*MockManagementServiceClientMockRecorder) KeepAlive ¶
func (mr *MockManagementServiceClientMockRecorder) KeepAlive(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
KeepAlive indicates an expected call of KeepAlive.
func (*MockManagementServiceClientMockRecorder) ReportInstanceProperties ¶
func (mr *MockManagementServiceClientMockRecorder) ReportInstanceProperties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ReportInstanceProperties indicates an expected call of ReportInstanceProperties.
Click to show internal directories.
Click to hide internal directories.