Documentation
¶
Overview ¶
Package mocked_services is a generated GoMock package.
Package mocked_services is a generated GoMock package.
Package mocked_services is a generated GoMock package.
Package mocked_services is a generated GoMock package.
Package mocked_services is a generated GoMock package.
Package mocked_services is a generated GoMock package.
Index ¶
- type MockCrosToolRunnerContainerServiceClient
- func (m *MockCrosToolRunnerContainerServiceClient) CreateNetwork(ctx context.Context, in *api.CreateNetworkRequest, opts ...grpc.CallOption) (*api.CreateNetworkResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) EXPECT() *MockCrosToolRunnerContainerServiceClientMockRecorder
- func (m *MockCrosToolRunnerContainerServiceClient) GetContainer(ctx context.Context, in *api.GetContainerRequest, opts ...grpc.CallOption) (*api.GetContainerResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) GetNetwork(ctx context.Context, in *api.GetNetworkRequest, opts ...grpc.CallOption) (*api.GetNetworkResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) LoginRegistry(ctx context.Context, in *api.LoginRegistryRequest, opts ...grpc.CallOption) (*api.LoginRegistryResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) Shutdown(ctx context.Context, in *api.ShutdownRequest, opts ...grpc.CallOption) (*api.ShutdownResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) StackCommands(ctx context.Context, in *api.StackCommandsRequest, opts ...grpc.CallOption) (*api.StackCommandsResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) StartContainer(ctx context.Context, in *api.StartContainerRequest, opts ...grpc.CallOption) (*api.StartContainerResponse, error)
- func (m *MockCrosToolRunnerContainerServiceClient) StartTemplatedContainer(ctx context.Context, in *api.StartTemplatedContainerRequest, ...) (*api.StartContainerResponse, error)
- type MockCrosToolRunnerContainerServiceClientMockRecorder
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) CreateNetwork(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) GetContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) GetNetwork(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) LoginRegistry(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) Shutdown(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) StackCommands(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) StartContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) StartTemplatedContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockCrosToolRunnerContainerServiceServer
- func (m *MockCrosToolRunnerContainerServiceServer) CreateNetwork(arg0 context.Context, arg1 *api.CreateNetworkRequest) (*api.CreateNetworkResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) EXPECT() *MockCrosToolRunnerContainerServiceServerMockRecorder
- func (m *MockCrosToolRunnerContainerServiceServer) GetContainer(arg0 context.Context, arg1 *api.GetContainerRequest) (*api.GetContainerResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) GetNetwork(arg0 context.Context, arg1 *api.GetNetworkRequest) (*api.GetNetworkResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) LoginRegistry(arg0 context.Context, arg1 *api.LoginRegistryRequest) (*api.LoginRegistryResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) Shutdown(arg0 context.Context, arg1 *api.ShutdownRequest) (*api.ShutdownResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) StackCommands(arg0 context.Context, arg1 *api.StackCommandsRequest) (*api.StackCommandsResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) StartContainer(arg0 context.Context, arg1 *api.StartContainerRequest) (*api.StartContainerResponse, error)
- func (m *MockCrosToolRunnerContainerServiceServer) StartTemplatedContainer(arg0 context.Context, arg1 *api.StartTemplatedContainerRequest) (*api.StartContainerResponse, error)
- type MockCrosToolRunnerContainerServiceServerMockRecorder
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) CreateNetwork(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) GetContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) GetNetwork(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) LoginRegistry(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) Shutdown(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) StackCommands(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) StartContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) StartTemplatedContainer(arg0, arg1 interface{}) *gomock.Call
- type MockDutServiceClient
- func (m *MockDutServiceClient) Cache(ctx context.Context, in *api.CacheRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
- func (m *MockDutServiceClient) DetectDeviceConfigId(ctx context.Context, in *api.DetectDeviceConfigIdRequest, ...) (api.DutService_DetectDeviceConfigIdClient, error)
- func (m *MockDutServiceClient) EXPECT() *MockDutServiceClientMockRecorder
- func (m *MockDutServiceClient) ExecCommand(ctx context.Context, in *api.ExecCommandRequest, opts ...grpc.CallOption) (api.DutService_ExecCommandClient, error)
- func (m *MockDutServiceClient) FetchCrashes(ctx context.Context, in *api.FetchCrashesRequest, opts ...grpc.CallOption) (api.DutService_FetchCrashesClient, error)
- func (m *MockDutServiceClient) ForceReconnect(ctx context.Context, in *api.ForceReconnectRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
- func (m *MockDutServiceClient) Restart(ctx context.Context, in *api.RestartRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
- type MockDutServiceClientMockRecorder
- func (mr *MockDutServiceClientMockRecorder) Cache(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDutServiceClientMockRecorder) DetectDeviceConfigId(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDutServiceClientMockRecorder) ExecCommand(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDutServiceClientMockRecorder) FetchCrashes(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDutServiceClientMockRecorder) ForceReconnect(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockDutServiceClientMockRecorder) Restart(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockDutServiceServer
- func (m *MockDutServiceServer) Cache(arg0 context.Context, arg1 *api.CacheRequest) (*longrunning.Operation, error)
- func (m *MockDutServiceServer) DetectDeviceConfigId(arg0 *api.DetectDeviceConfigIdRequest, ...) error
- func (m *MockDutServiceServer) EXPECT() *MockDutServiceServerMockRecorder
- func (m *MockDutServiceServer) ExecCommand(arg0 *api.ExecCommandRequest, arg1 api.DutService_ExecCommandServer) error
- func (m *MockDutServiceServer) FetchCrashes(arg0 *api.FetchCrashesRequest, arg1 api.DutService_FetchCrashesServer) error
- func (m *MockDutServiceServer) ForceReconnect(arg0 context.Context, arg1 *api.ForceReconnectRequest) (*longrunning.Operation, error)
- func (m *MockDutServiceServer) Restart(arg0 context.Context, arg1 *api.RestartRequest) (*longrunning.Operation, error)
- type MockDutServiceServerMockRecorder
- func (mr *MockDutServiceServerMockRecorder) Cache(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDutServiceServerMockRecorder) DetectDeviceConfigId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDutServiceServerMockRecorder) ExecCommand(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDutServiceServerMockRecorder) FetchCrashes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDutServiceServerMockRecorder) ForceReconnect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDutServiceServerMockRecorder) Restart(arg0, arg1 interface{}) *gomock.Call
- type MockDutService_DetectDeviceConfigIdClient
- func (m *MockDutService_DetectDeviceConfigIdClient) CloseSend() error
- func (m *MockDutService_DetectDeviceConfigIdClient) Context() context.Context
- func (m *MockDutService_DetectDeviceConfigIdClient) EXPECT() *MockDutService_DetectDeviceConfigIdClientMockRecorder
- func (m *MockDutService_DetectDeviceConfigIdClient) Header() (metadata.MD, error)
- func (m *MockDutService_DetectDeviceConfigIdClient) Recv() (*api.DetectDeviceConfigIdResponse, error)
- func (m_2 *MockDutService_DetectDeviceConfigIdClient) RecvMsg(m interface{}) error
- func (m_2 *MockDutService_DetectDeviceConfigIdClient) SendMsg(m interface{}) error
- func (m *MockDutService_DetectDeviceConfigIdClient) Trailer() metadata.MD
- type MockDutService_DetectDeviceConfigIdClientMockRecorder
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Context() *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Header() *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Recv() *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Trailer() *gomock.Call
- type MockDutService_DetectDeviceConfigIdServer
- func (m *MockDutService_DetectDeviceConfigIdServer) Context() context.Context
- func (m *MockDutService_DetectDeviceConfigIdServer) EXPECT() *MockDutService_DetectDeviceConfigIdServerMockRecorder
- func (m_2 *MockDutService_DetectDeviceConfigIdServer) RecvMsg(m interface{}) error
- func (m *MockDutService_DetectDeviceConfigIdServer) Send(arg0 *api.DetectDeviceConfigIdResponse) error
- func (m *MockDutService_DetectDeviceConfigIdServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockDutService_DetectDeviceConfigIdServer) SendMsg(m interface{}) error
- func (m *MockDutService_DetectDeviceConfigIdServer) SetHeader(arg0 metadata.MD) error
- func (m *MockDutService_DetectDeviceConfigIdServer) SetTrailer(arg0 metadata.MD)
- type MockDutService_DetectDeviceConfigIdServerMockRecorder
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) Context() *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockDutService_ExecCommandClient
- func (m *MockDutService_ExecCommandClient) CloseSend() error
- func (m *MockDutService_ExecCommandClient) Context() context.Context
- func (m *MockDutService_ExecCommandClient) EXPECT() *MockDutService_ExecCommandClientMockRecorder
- func (m *MockDutService_ExecCommandClient) Header() (metadata.MD, error)
- func (m *MockDutService_ExecCommandClient) Recv() (*api.ExecCommandResponse, error)
- func (m_2 *MockDutService_ExecCommandClient) RecvMsg(m interface{}) error
- func (m_2 *MockDutService_ExecCommandClient) SendMsg(m interface{}) error
- func (m *MockDutService_ExecCommandClient) Trailer() metadata.MD
- type MockDutService_ExecCommandClientMockRecorder
- func (mr *MockDutService_ExecCommandClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockDutService_ExecCommandClientMockRecorder) Context() *gomock.Call
- func (mr *MockDutService_ExecCommandClientMockRecorder) Header() *gomock.Call
- func (mr *MockDutService_ExecCommandClientMockRecorder) Recv() *gomock.Call
- func (mr *MockDutService_ExecCommandClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandClientMockRecorder) Trailer() *gomock.Call
- type MockDutService_ExecCommandServer
- func (m *MockDutService_ExecCommandServer) Context() context.Context
- func (m *MockDutService_ExecCommandServer) EXPECT() *MockDutService_ExecCommandServerMockRecorder
- func (m_2 *MockDutService_ExecCommandServer) RecvMsg(m interface{}) error
- func (m *MockDutService_ExecCommandServer) Send(arg0 *api.ExecCommandResponse) error
- func (m *MockDutService_ExecCommandServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockDutService_ExecCommandServer) SendMsg(m interface{}) error
- func (m *MockDutService_ExecCommandServer) SetHeader(arg0 metadata.MD) error
- func (m *MockDutService_ExecCommandServer) SetTrailer(arg0 metadata.MD)
- type MockDutService_ExecCommandServerMockRecorder
- func (mr *MockDutService_ExecCommandServerMockRecorder) Context() *gomock.Call
- func (mr *MockDutService_ExecCommandServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_ExecCommandServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockDutService_FetchCrashesClient
- func (m *MockDutService_FetchCrashesClient) CloseSend() error
- func (m *MockDutService_FetchCrashesClient) Context() context.Context
- func (m *MockDutService_FetchCrashesClient) EXPECT() *MockDutService_FetchCrashesClientMockRecorder
- func (m *MockDutService_FetchCrashesClient) Header() (metadata.MD, error)
- func (m *MockDutService_FetchCrashesClient) Recv() (*api.FetchCrashesResponse, error)
- func (m_2 *MockDutService_FetchCrashesClient) RecvMsg(m interface{}) error
- func (m_2 *MockDutService_FetchCrashesClient) SendMsg(m interface{}) error
- func (m *MockDutService_FetchCrashesClient) Trailer() metadata.MD
- type MockDutService_FetchCrashesClientMockRecorder
- func (mr *MockDutService_FetchCrashesClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockDutService_FetchCrashesClientMockRecorder) Context() *gomock.Call
- func (mr *MockDutService_FetchCrashesClientMockRecorder) Header() *gomock.Call
- func (mr *MockDutService_FetchCrashesClientMockRecorder) Recv() *gomock.Call
- func (mr *MockDutService_FetchCrashesClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesClientMockRecorder) Trailer() *gomock.Call
- type MockDutService_FetchCrashesServer
- func (m *MockDutService_FetchCrashesServer) Context() context.Context
- func (m *MockDutService_FetchCrashesServer) EXPECT() *MockDutService_FetchCrashesServerMockRecorder
- func (m_2 *MockDutService_FetchCrashesServer) RecvMsg(m interface{}) error
- func (m *MockDutService_FetchCrashesServer) Send(arg0 *api.FetchCrashesResponse) error
- func (m *MockDutService_FetchCrashesServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockDutService_FetchCrashesServer) SendMsg(m interface{}) error
- func (m *MockDutService_FetchCrashesServer) SetHeader(arg0 metadata.MD) error
- func (m *MockDutService_FetchCrashesServer) SetTrailer(arg0 metadata.MD)
- type MockDutService_FetchCrashesServerMockRecorder
- func (mr *MockDutService_FetchCrashesServerMockRecorder) Context() *gomock.Call
- func (mr *MockDutService_FetchCrashesServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockDutService_FetchCrashesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockExecutionServiceClient
- type MockExecutionServiceClientMockRecorder
- type MockExecutionServiceServer
- type MockExecutionServiceServerMockRecorder
- type MockGenericProvisionServiceClient
- func (m *MockGenericProvisionServiceClient) EXPECT() *MockGenericProvisionServiceClientMockRecorder
- func (m *MockGenericProvisionServiceClient) Install(ctx context.Context, in *api.InstallRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
- func (m *MockGenericProvisionServiceClient) StartUp(ctx context.Context, in *api.ProvisionStartupRequest, opts ...grpc.CallOption) (*api.ProvisionStartupResponse, error)
- type MockGenericProvisionServiceClientMockRecorder
- type MockGenericProvisionServiceServer
- func (m *MockGenericProvisionServiceServer) EXPECT() *MockGenericProvisionServiceServerMockRecorder
- func (m *MockGenericProvisionServiceServer) Install(arg0 context.Context, arg1 *api.InstallRequest) (*longrunning.Operation, error)
- func (m *MockGenericProvisionServiceServer) StartUp(arg0 context.Context, arg1 *api.ProvisionStartupRequest) (*api.ProvisionStartupResponse, error)
- type MockGenericProvisionServiceServerMockRecorder
- type MockGenericPublishServiceClient
- type MockGenericPublishServiceClientMockRecorder
- type MockGenericPublishServiceServer
- type MockGenericPublishServiceServerMockRecorder
- type MockInventoryServiceClient
- type MockInventoryServiceClientMockRecorder
- type MockInventoryServiceServer
- type MockInventoryServiceServerMockRecorder
- type MockInventoryService_GetDutTopologyClient
- func (m *MockInventoryService_GetDutTopologyClient) CloseSend() error
- func (m *MockInventoryService_GetDutTopologyClient) Context() context.Context
- func (m *MockInventoryService_GetDutTopologyClient) EXPECT() *MockInventoryService_GetDutTopologyClientMockRecorder
- func (m *MockInventoryService_GetDutTopologyClient) Header() (metadata.MD, error)
- func (m *MockInventoryService_GetDutTopologyClient) Recv() (*api.GetDutTopologyResponse, error)
- func (m_2 *MockInventoryService_GetDutTopologyClient) RecvMsg(m interface{}) error
- func (m_2 *MockInventoryService_GetDutTopologyClient) SendMsg(m interface{}) error
- func (m *MockInventoryService_GetDutTopologyClient) Trailer() metadata.MD
- type MockInventoryService_GetDutTopologyClientMockRecorder
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Context() *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Header() *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Recv() *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Trailer() *gomock.Call
- type MockInventoryService_GetDutTopologyServer
- func (m *MockInventoryService_GetDutTopologyServer) Context() context.Context
- func (m *MockInventoryService_GetDutTopologyServer) EXPECT() *MockInventoryService_GetDutTopologyServerMockRecorder
- func (m_2 *MockInventoryService_GetDutTopologyServer) RecvMsg(m interface{}) error
- func (m *MockInventoryService_GetDutTopologyServer) Send(arg0 *api.GetDutTopologyResponse) error
- func (m *MockInventoryService_GetDutTopologyServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockInventoryService_GetDutTopologyServer) SendMsg(m interface{}) error
- func (m *MockInventoryService_GetDutTopologyServer) SetHeader(arg0 metadata.MD) error
- func (m *MockInventoryService_GetDutTopologyServer) SetTrailer(arg0 metadata.MD)
- type MockInventoryService_GetDutTopologyServerMockRecorder
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) Context() *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockUnsafeCrosToolRunnerContainerServiceServer
- type MockUnsafeCrosToolRunnerContainerServiceServerMockRecorder
- type MockUnsafeDutServiceServer
- type MockUnsafeDutServiceServerMockRecorder
- type MockUnsafeExecutionServiceServer
- type MockUnsafeExecutionServiceServerMockRecorder
- type MockUnsafeGenericProvisionServiceServer
- type MockUnsafeGenericProvisionServiceServerMockRecorder
- type MockUnsafeGenericPublishServiceServer
- type MockUnsafeGenericPublishServiceServerMockRecorder
- type MockUnsafeInventoryServiceServer
- type MockUnsafeInventoryServiceServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCrosToolRunnerContainerServiceClient ¶
type MockCrosToolRunnerContainerServiceClient struct {
// contains filtered or unexported fields
}
MockCrosToolRunnerContainerServiceClient is a mock of CrosToolRunnerContainerServiceClient interface.
func NewMockCrosToolRunnerContainerServiceClient ¶
func NewMockCrosToolRunnerContainerServiceClient(ctrl *gomock.Controller) *MockCrosToolRunnerContainerServiceClient
NewMockCrosToolRunnerContainerServiceClient creates a new mock instance.
func (*MockCrosToolRunnerContainerServiceClient) CreateNetwork ¶
func (m *MockCrosToolRunnerContainerServiceClient) CreateNetwork(ctx context.Context, in *api.CreateNetworkRequest, opts ...grpc.CallOption) (*api.CreateNetworkResponse, error)
CreateNetwork mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) EXPECT ¶
func (m *MockCrosToolRunnerContainerServiceClient) EXPECT() *MockCrosToolRunnerContainerServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCrosToolRunnerContainerServiceClient) GetContainer ¶
func (m *MockCrosToolRunnerContainerServiceClient) GetContainer(ctx context.Context, in *api.GetContainerRequest, opts ...grpc.CallOption) (*api.GetContainerResponse, error)
GetContainer mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) GetNetwork ¶
func (m *MockCrosToolRunnerContainerServiceClient) GetNetwork(ctx context.Context, in *api.GetNetworkRequest, opts ...grpc.CallOption) (*api.GetNetworkResponse, error)
GetNetwork mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) LoginRegistry ¶
func (m *MockCrosToolRunnerContainerServiceClient) LoginRegistry(ctx context.Context, in *api.LoginRegistryRequest, opts ...grpc.CallOption) (*api.LoginRegistryResponse, error)
LoginRegistry mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) Shutdown ¶
func (m *MockCrosToolRunnerContainerServiceClient) Shutdown(ctx context.Context, in *api.ShutdownRequest, opts ...grpc.CallOption) (*api.ShutdownResponse, error)
Shutdown mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) StackCommands ¶
func (m *MockCrosToolRunnerContainerServiceClient) StackCommands(ctx context.Context, in *api.StackCommandsRequest, opts ...grpc.CallOption) (*api.StackCommandsResponse, error)
StackCommands mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) StartContainer ¶
func (m *MockCrosToolRunnerContainerServiceClient) StartContainer(ctx context.Context, in *api.StartContainerRequest, opts ...grpc.CallOption) (*api.StartContainerResponse, error)
StartContainer mocks base method.
func (*MockCrosToolRunnerContainerServiceClient) StartTemplatedContainer ¶
func (m *MockCrosToolRunnerContainerServiceClient) StartTemplatedContainer(ctx context.Context, in *api.StartTemplatedContainerRequest, opts ...grpc.CallOption) (*api.StartContainerResponse, error)
StartTemplatedContainer mocks base method.
type MockCrosToolRunnerContainerServiceClientMockRecorder ¶
type MockCrosToolRunnerContainerServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCrosToolRunnerContainerServiceClientMockRecorder is the mock recorder for MockCrosToolRunnerContainerServiceClient.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) CreateNetwork ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) CreateNetwork(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateNetwork indicates an expected call of CreateNetwork.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) GetContainer ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) GetContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetContainer indicates an expected call of GetContainer.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) GetNetwork ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) GetNetwork(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetNetwork indicates an expected call of GetNetwork.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) LoginRegistry ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) LoginRegistry(ctx, in interface{}, opts ...interface{}) *gomock.Call
LoginRegistry indicates an expected call of LoginRegistry.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) Shutdown ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) Shutdown(ctx, in interface{}, opts ...interface{}) *gomock.Call
Shutdown indicates an expected call of Shutdown.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) StackCommands ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) StackCommands(ctx, in interface{}, opts ...interface{}) *gomock.Call
StackCommands indicates an expected call of StackCommands.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) StartContainer ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) StartContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer.
func (*MockCrosToolRunnerContainerServiceClientMockRecorder) StartTemplatedContainer ¶
func (mr *MockCrosToolRunnerContainerServiceClientMockRecorder) StartTemplatedContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartTemplatedContainer indicates an expected call of StartTemplatedContainer.
type MockCrosToolRunnerContainerServiceServer ¶
type MockCrosToolRunnerContainerServiceServer struct {
// contains filtered or unexported fields
}
MockCrosToolRunnerContainerServiceServer is a mock of CrosToolRunnerContainerServiceServer interface.
func NewMockCrosToolRunnerContainerServiceServer ¶
func NewMockCrosToolRunnerContainerServiceServer(ctrl *gomock.Controller) *MockCrosToolRunnerContainerServiceServer
NewMockCrosToolRunnerContainerServiceServer creates a new mock instance.
func (*MockCrosToolRunnerContainerServiceServer) CreateNetwork ¶
func (m *MockCrosToolRunnerContainerServiceServer) CreateNetwork(arg0 context.Context, arg1 *api.CreateNetworkRequest) (*api.CreateNetworkResponse, error)
CreateNetwork mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) EXPECT ¶
func (m *MockCrosToolRunnerContainerServiceServer) EXPECT() *MockCrosToolRunnerContainerServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCrosToolRunnerContainerServiceServer) GetContainer ¶
func (m *MockCrosToolRunnerContainerServiceServer) GetContainer(arg0 context.Context, arg1 *api.GetContainerRequest) (*api.GetContainerResponse, error)
GetContainer mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) GetNetwork ¶
func (m *MockCrosToolRunnerContainerServiceServer) GetNetwork(arg0 context.Context, arg1 *api.GetNetworkRequest) (*api.GetNetworkResponse, error)
GetNetwork mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) LoginRegistry ¶
func (m *MockCrosToolRunnerContainerServiceServer) LoginRegistry(arg0 context.Context, arg1 *api.LoginRegistryRequest) (*api.LoginRegistryResponse, error)
LoginRegistry mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) Shutdown ¶
func (m *MockCrosToolRunnerContainerServiceServer) Shutdown(arg0 context.Context, arg1 *api.ShutdownRequest) (*api.ShutdownResponse, error)
Shutdown mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) StackCommands ¶
func (m *MockCrosToolRunnerContainerServiceServer) StackCommands(arg0 context.Context, arg1 *api.StackCommandsRequest) (*api.StackCommandsResponse, error)
StackCommands mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) StartContainer ¶
func (m *MockCrosToolRunnerContainerServiceServer) StartContainer(arg0 context.Context, arg1 *api.StartContainerRequest) (*api.StartContainerResponse, error)
StartContainer mocks base method.
func (*MockCrosToolRunnerContainerServiceServer) StartTemplatedContainer ¶
func (m *MockCrosToolRunnerContainerServiceServer) StartTemplatedContainer(arg0 context.Context, arg1 *api.StartTemplatedContainerRequest) (*api.StartContainerResponse, error)
StartTemplatedContainer mocks base method.
type MockCrosToolRunnerContainerServiceServerMockRecorder ¶
type MockCrosToolRunnerContainerServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockCrosToolRunnerContainerServiceServerMockRecorder is the mock recorder for MockCrosToolRunnerContainerServiceServer.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) CreateNetwork ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) CreateNetwork(arg0, arg1 interface{}) *gomock.Call
CreateNetwork indicates an expected call of CreateNetwork.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) GetContainer ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) GetContainer(arg0, arg1 interface{}) *gomock.Call
GetContainer indicates an expected call of GetContainer.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) GetNetwork ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) GetNetwork(arg0, arg1 interface{}) *gomock.Call
GetNetwork indicates an expected call of GetNetwork.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) LoginRegistry ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) LoginRegistry(arg0, arg1 interface{}) *gomock.Call
LoginRegistry indicates an expected call of LoginRegistry.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) Shutdown ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) Shutdown(arg0, arg1 interface{}) *gomock.Call
Shutdown indicates an expected call of Shutdown.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) StackCommands ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) StackCommands(arg0, arg1 interface{}) *gomock.Call
StackCommands indicates an expected call of StackCommands.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) StartContainer ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) StartContainer(arg0, arg1 interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer.
func (*MockCrosToolRunnerContainerServiceServerMockRecorder) StartTemplatedContainer ¶
func (mr *MockCrosToolRunnerContainerServiceServerMockRecorder) StartTemplatedContainer(arg0, arg1 interface{}) *gomock.Call
StartTemplatedContainer indicates an expected call of StartTemplatedContainer.
type MockDutServiceClient ¶
type MockDutServiceClient struct {
// contains filtered or unexported fields
}
MockDutServiceClient is a mock of DutServiceClient interface.
func NewMockDutServiceClient ¶
func NewMockDutServiceClient(ctrl *gomock.Controller) *MockDutServiceClient
NewMockDutServiceClient creates a new mock instance.
func (*MockDutServiceClient) Cache ¶
func (m *MockDutServiceClient) Cache(ctx context.Context, in *api.CacheRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
Cache mocks base method.
func (*MockDutServiceClient) DetectDeviceConfigId ¶
func (m *MockDutServiceClient) DetectDeviceConfigId(ctx context.Context, in *api.DetectDeviceConfigIdRequest, opts ...grpc.CallOption) (api.DutService_DetectDeviceConfigIdClient, error)
DetectDeviceConfigId mocks base method.
func (*MockDutServiceClient) EXPECT ¶
func (m *MockDutServiceClient) EXPECT() *MockDutServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutServiceClient) ExecCommand ¶
func (m *MockDutServiceClient) ExecCommand(ctx context.Context, in *api.ExecCommandRequest, opts ...grpc.CallOption) (api.DutService_ExecCommandClient, error)
ExecCommand mocks base method.
func (*MockDutServiceClient) FetchCrashes ¶
func (m *MockDutServiceClient) FetchCrashes(ctx context.Context, in *api.FetchCrashesRequest, opts ...grpc.CallOption) (api.DutService_FetchCrashesClient, error)
FetchCrashes mocks base method.
func (*MockDutServiceClient) ForceReconnect ¶
func (m *MockDutServiceClient) ForceReconnect(ctx context.Context, in *api.ForceReconnectRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
ForceReconnect mocks base method.
func (*MockDutServiceClient) Restart ¶
func (m *MockDutServiceClient) Restart(ctx context.Context, in *api.RestartRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
Restart mocks base method.
type MockDutServiceClientMockRecorder ¶
type MockDutServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDutServiceClientMockRecorder is the mock recorder for MockDutServiceClient.
func (*MockDutServiceClientMockRecorder) Cache ¶
func (mr *MockDutServiceClientMockRecorder) Cache(ctx, in interface{}, opts ...interface{}) *gomock.Call
Cache indicates an expected call of Cache.
func (*MockDutServiceClientMockRecorder) DetectDeviceConfigId ¶
func (mr *MockDutServiceClientMockRecorder) DetectDeviceConfigId(ctx, in interface{}, opts ...interface{}) *gomock.Call
DetectDeviceConfigId indicates an expected call of DetectDeviceConfigId.
func (*MockDutServiceClientMockRecorder) ExecCommand ¶
func (mr *MockDutServiceClientMockRecorder) ExecCommand(ctx, in interface{}, opts ...interface{}) *gomock.Call
ExecCommand indicates an expected call of ExecCommand.
func (*MockDutServiceClientMockRecorder) FetchCrashes ¶
func (mr *MockDutServiceClientMockRecorder) FetchCrashes(ctx, in interface{}, opts ...interface{}) *gomock.Call
FetchCrashes indicates an expected call of FetchCrashes.
func (*MockDutServiceClientMockRecorder) ForceReconnect ¶
func (mr *MockDutServiceClientMockRecorder) ForceReconnect(ctx, in interface{}, opts ...interface{}) *gomock.Call
ForceReconnect indicates an expected call of ForceReconnect.
func (*MockDutServiceClientMockRecorder) Restart ¶
func (mr *MockDutServiceClientMockRecorder) Restart(ctx, in interface{}, opts ...interface{}) *gomock.Call
Restart indicates an expected call of Restart.
type MockDutServiceServer ¶
type MockDutServiceServer struct {
// contains filtered or unexported fields
}
MockDutServiceServer is a mock of DutServiceServer interface.
func NewMockDutServiceServer ¶
func NewMockDutServiceServer(ctrl *gomock.Controller) *MockDutServiceServer
NewMockDutServiceServer creates a new mock instance.
func (*MockDutServiceServer) Cache ¶
func (m *MockDutServiceServer) Cache(arg0 context.Context, arg1 *api.CacheRequest) (*longrunning.Operation, error)
Cache mocks base method.
func (*MockDutServiceServer) DetectDeviceConfigId ¶
func (m *MockDutServiceServer) DetectDeviceConfigId(arg0 *api.DetectDeviceConfigIdRequest, arg1 api.DutService_DetectDeviceConfigIdServer) error
DetectDeviceConfigId mocks base method.
func (*MockDutServiceServer) EXPECT ¶
func (m *MockDutServiceServer) EXPECT() *MockDutServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutServiceServer) ExecCommand ¶
func (m *MockDutServiceServer) ExecCommand(arg0 *api.ExecCommandRequest, arg1 api.DutService_ExecCommandServer) error
ExecCommand mocks base method.
func (*MockDutServiceServer) FetchCrashes ¶
func (m *MockDutServiceServer) FetchCrashes(arg0 *api.FetchCrashesRequest, arg1 api.DutService_FetchCrashesServer) error
FetchCrashes mocks base method.
func (*MockDutServiceServer) ForceReconnect ¶
func (m *MockDutServiceServer) ForceReconnect(arg0 context.Context, arg1 *api.ForceReconnectRequest) (*longrunning.Operation, error)
ForceReconnect mocks base method.
func (*MockDutServiceServer) Restart ¶
func (m *MockDutServiceServer) Restart(arg0 context.Context, arg1 *api.RestartRequest) (*longrunning.Operation, error)
Restart mocks base method.
type MockDutServiceServerMockRecorder ¶
type MockDutServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockDutServiceServerMockRecorder is the mock recorder for MockDutServiceServer.
func (*MockDutServiceServerMockRecorder) Cache ¶
func (mr *MockDutServiceServerMockRecorder) Cache(arg0, arg1 interface{}) *gomock.Call
Cache indicates an expected call of Cache.
func (*MockDutServiceServerMockRecorder) DetectDeviceConfigId ¶
func (mr *MockDutServiceServerMockRecorder) DetectDeviceConfigId(arg0, arg1 interface{}) *gomock.Call
DetectDeviceConfigId indicates an expected call of DetectDeviceConfigId.
func (*MockDutServiceServerMockRecorder) ExecCommand ¶
func (mr *MockDutServiceServerMockRecorder) ExecCommand(arg0, arg1 interface{}) *gomock.Call
ExecCommand indicates an expected call of ExecCommand.
func (*MockDutServiceServerMockRecorder) FetchCrashes ¶
func (mr *MockDutServiceServerMockRecorder) FetchCrashes(arg0, arg1 interface{}) *gomock.Call
FetchCrashes indicates an expected call of FetchCrashes.
func (*MockDutServiceServerMockRecorder) ForceReconnect ¶
func (mr *MockDutServiceServerMockRecorder) ForceReconnect(arg0, arg1 interface{}) *gomock.Call
ForceReconnect indicates an expected call of ForceReconnect.
func (*MockDutServiceServerMockRecorder) Restart ¶
func (mr *MockDutServiceServerMockRecorder) Restart(arg0, arg1 interface{}) *gomock.Call
Restart indicates an expected call of Restart.
type MockDutService_DetectDeviceConfigIdClient ¶
type MockDutService_DetectDeviceConfigIdClient struct {
// contains filtered or unexported fields
}
MockDutService_DetectDeviceConfigIdClient is a mock of DutService_DetectDeviceConfigIdClient interface.
func NewMockDutService_DetectDeviceConfigIdClient ¶
func NewMockDutService_DetectDeviceConfigIdClient(ctrl *gomock.Controller) *MockDutService_DetectDeviceConfigIdClient
NewMockDutService_DetectDeviceConfigIdClient creates a new mock instance.
func (*MockDutService_DetectDeviceConfigIdClient) CloseSend ¶
func (m *MockDutService_DetectDeviceConfigIdClient) CloseSend() error
CloseSend mocks base method.
func (*MockDutService_DetectDeviceConfigIdClient) Context ¶
func (m *MockDutService_DetectDeviceConfigIdClient) Context() context.Context
Context mocks base method.
func (*MockDutService_DetectDeviceConfigIdClient) EXPECT ¶
func (m *MockDutService_DetectDeviceConfigIdClient) EXPECT() *MockDutService_DetectDeviceConfigIdClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutService_DetectDeviceConfigIdClient) Header ¶
func (m *MockDutService_DetectDeviceConfigIdClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockDutService_DetectDeviceConfigIdClient) Recv ¶
func (m *MockDutService_DetectDeviceConfigIdClient) Recv() (*api.DetectDeviceConfigIdResponse, error)
Recv mocks base method.
func (*MockDutService_DetectDeviceConfigIdClient) RecvMsg ¶
func (m_2 *MockDutService_DetectDeviceConfigIdClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockDutService_DetectDeviceConfigIdClient) SendMsg ¶
func (m_2 *MockDutService_DetectDeviceConfigIdClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockDutService_DetectDeviceConfigIdClient) Trailer ¶
func (m *MockDutService_DetectDeviceConfigIdClient) Trailer() metadata.MD
Trailer mocks base method.
type MockDutService_DetectDeviceConfigIdClientMockRecorder ¶
type MockDutService_DetectDeviceConfigIdClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDutService_DetectDeviceConfigIdClientMockRecorder is the mock recorder for MockDutService_DetectDeviceConfigIdClient.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) CloseSend ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) Context ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) Header ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) Recv ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) RecvMsg ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) SendMsg ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockDutService_DetectDeviceConfigIdClientMockRecorder) Trailer ¶
func (mr *MockDutService_DetectDeviceConfigIdClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockDutService_DetectDeviceConfigIdServer ¶
type MockDutService_DetectDeviceConfigIdServer struct {
// contains filtered or unexported fields
}
MockDutService_DetectDeviceConfigIdServer is a mock of DutService_DetectDeviceConfigIdServer interface.
func NewMockDutService_DetectDeviceConfigIdServer ¶
func NewMockDutService_DetectDeviceConfigIdServer(ctrl *gomock.Controller) *MockDutService_DetectDeviceConfigIdServer
NewMockDutService_DetectDeviceConfigIdServer creates a new mock instance.
func (*MockDutService_DetectDeviceConfigIdServer) Context ¶
func (m *MockDutService_DetectDeviceConfigIdServer) Context() context.Context
Context mocks base method.
func (*MockDutService_DetectDeviceConfigIdServer) EXPECT ¶
func (m *MockDutService_DetectDeviceConfigIdServer) EXPECT() *MockDutService_DetectDeviceConfigIdServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutService_DetectDeviceConfigIdServer) RecvMsg ¶
func (m_2 *MockDutService_DetectDeviceConfigIdServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockDutService_DetectDeviceConfigIdServer) Send ¶
func (m *MockDutService_DetectDeviceConfigIdServer) Send(arg0 *api.DetectDeviceConfigIdResponse) error
Send mocks base method.
func (*MockDutService_DetectDeviceConfigIdServer) SendHeader ¶
func (m *MockDutService_DetectDeviceConfigIdServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockDutService_DetectDeviceConfigIdServer) SendMsg ¶
func (m_2 *MockDutService_DetectDeviceConfigIdServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockDutService_DetectDeviceConfigIdServer) SetHeader ¶
func (m *MockDutService_DetectDeviceConfigIdServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockDutService_DetectDeviceConfigIdServer) SetTrailer ¶
func (m *MockDutService_DetectDeviceConfigIdServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockDutService_DetectDeviceConfigIdServerMockRecorder ¶
type MockDutService_DetectDeviceConfigIdServerMockRecorder struct {
// contains filtered or unexported fields
}
MockDutService_DetectDeviceConfigIdServerMockRecorder is the mock recorder for MockDutService_DetectDeviceConfigIdServer.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) Context ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) RecvMsg ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) Send ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) SendHeader ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) SendMsg ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) SetHeader ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockDutService_DetectDeviceConfigIdServerMockRecorder) SetTrailer ¶
func (mr *MockDutService_DetectDeviceConfigIdServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockDutService_ExecCommandClient ¶
type MockDutService_ExecCommandClient struct {
// contains filtered or unexported fields
}
MockDutService_ExecCommandClient is a mock of DutService_ExecCommandClient interface.
func NewMockDutService_ExecCommandClient ¶
func NewMockDutService_ExecCommandClient(ctrl *gomock.Controller) *MockDutService_ExecCommandClient
NewMockDutService_ExecCommandClient creates a new mock instance.
func (*MockDutService_ExecCommandClient) CloseSend ¶
func (m *MockDutService_ExecCommandClient) CloseSend() error
CloseSend mocks base method.
func (*MockDutService_ExecCommandClient) Context ¶
func (m *MockDutService_ExecCommandClient) Context() context.Context
Context mocks base method.
func (*MockDutService_ExecCommandClient) EXPECT ¶
func (m *MockDutService_ExecCommandClient) EXPECT() *MockDutService_ExecCommandClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutService_ExecCommandClient) Header ¶
func (m *MockDutService_ExecCommandClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockDutService_ExecCommandClient) Recv ¶
func (m *MockDutService_ExecCommandClient) Recv() (*api.ExecCommandResponse, error)
Recv mocks base method.
func (*MockDutService_ExecCommandClient) RecvMsg ¶
func (m_2 *MockDutService_ExecCommandClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockDutService_ExecCommandClient) SendMsg ¶
func (m_2 *MockDutService_ExecCommandClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockDutService_ExecCommandClient) Trailer ¶
func (m *MockDutService_ExecCommandClient) Trailer() metadata.MD
Trailer mocks base method.
type MockDutService_ExecCommandClientMockRecorder ¶
type MockDutService_ExecCommandClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDutService_ExecCommandClientMockRecorder is the mock recorder for MockDutService_ExecCommandClient.
func (*MockDutService_ExecCommandClientMockRecorder) CloseSend ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockDutService_ExecCommandClientMockRecorder) Context ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockDutService_ExecCommandClientMockRecorder) Header ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockDutService_ExecCommandClientMockRecorder) Recv ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockDutService_ExecCommandClientMockRecorder) RecvMsg ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockDutService_ExecCommandClientMockRecorder) SendMsg ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockDutService_ExecCommandClientMockRecorder) Trailer ¶
func (mr *MockDutService_ExecCommandClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockDutService_ExecCommandServer ¶
type MockDutService_ExecCommandServer struct {
// contains filtered or unexported fields
}
MockDutService_ExecCommandServer is a mock of DutService_ExecCommandServer interface.
func NewMockDutService_ExecCommandServer ¶
func NewMockDutService_ExecCommandServer(ctrl *gomock.Controller) *MockDutService_ExecCommandServer
NewMockDutService_ExecCommandServer creates a new mock instance.
func (*MockDutService_ExecCommandServer) Context ¶
func (m *MockDutService_ExecCommandServer) Context() context.Context
Context mocks base method.
func (*MockDutService_ExecCommandServer) EXPECT ¶
func (m *MockDutService_ExecCommandServer) EXPECT() *MockDutService_ExecCommandServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutService_ExecCommandServer) RecvMsg ¶
func (m_2 *MockDutService_ExecCommandServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockDutService_ExecCommandServer) Send ¶
func (m *MockDutService_ExecCommandServer) Send(arg0 *api.ExecCommandResponse) error
Send mocks base method.
func (*MockDutService_ExecCommandServer) SendHeader ¶
func (m *MockDutService_ExecCommandServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockDutService_ExecCommandServer) SendMsg ¶
func (m_2 *MockDutService_ExecCommandServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockDutService_ExecCommandServer) SetHeader ¶
func (m *MockDutService_ExecCommandServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockDutService_ExecCommandServer) SetTrailer ¶
func (m *MockDutService_ExecCommandServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockDutService_ExecCommandServerMockRecorder ¶
type MockDutService_ExecCommandServerMockRecorder struct {
// contains filtered or unexported fields
}
MockDutService_ExecCommandServerMockRecorder is the mock recorder for MockDutService_ExecCommandServer.
func (*MockDutService_ExecCommandServerMockRecorder) Context ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockDutService_ExecCommandServerMockRecorder) RecvMsg ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockDutService_ExecCommandServerMockRecorder) Send ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockDutService_ExecCommandServerMockRecorder) SendHeader ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockDutService_ExecCommandServerMockRecorder) SendMsg ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockDutService_ExecCommandServerMockRecorder) SetHeader ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockDutService_ExecCommandServerMockRecorder) SetTrailer ¶
func (mr *MockDutService_ExecCommandServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockDutService_FetchCrashesClient ¶
type MockDutService_FetchCrashesClient struct {
// contains filtered or unexported fields
}
MockDutService_FetchCrashesClient is a mock of DutService_FetchCrashesClient interface.
func NewMockDutService_FetchCrashesClient ¶
func NewMockDutService_FetchCrashesClient(ctrl *gomock.Controller) *MockDutService_FetchCrashesClient
NewMockDutService_FetchCrashesClient creates a new mock instance.
func (*MockDutService_FetchCrashesClient) CloseSend ¶
func (m *MockDutService_FetchCrashesClient) CloseSend() error
CloseSend mocks base method.
func (*MockDutService_FetchCrashesClient) Context ¶
func (m *MockDutService_FetchCrashesClient) Context() context.Context
Context mocks base method.
func (*MockDutService_FetchCrashesClient) EXPECT ¶
func (m *MockDutService_FetchCrashesClient) EXPECT() *MockDutService_FetchCrashesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutService_FetchCrashesClient) Header ¶
func (m *MockDutService_FetchCrashesClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockDutService_FetchCrashesClient) Recv ¶
func (m *MockDutService_FetchCrashesClient) Recv() (*api.FetchCrashesResponse, error)
Recv mocks base method.
func (*MockDutService_FetchCrashesClient) RecvMsg ¶
func (m_2 *MockDutService_FetchCrashesClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockDutService_FetchCrashesClient) SendMsg ¶
func (m_2 *MockDutService_FetchCrashesClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockDutService_FetchCrashesClient) Trailer ¶
func (m *MockDutService_FetchCrashesClient) Trailer() metadata.MD
Trailer mocks base method.
type MockDutService_FetchCrashesClientMockRecorder ¶
type MockDutService_FetchCrashesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDutService_FetchCrashesClientMockRecorder is the mock recorder for MockDutService_FetchCrashesClient.
func (*MockDutService_FetchCrashesClientMockRecorder) CloseSend ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockDutService_FetchCrashesClientMockRecorder) Context ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockDutService_FetchCrashesClientMockRecorder) Header ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockDutService_FetchCrashesClientMockRecorder) Recv ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockDutService_FetchCrashesClientMockRecorder) RecvMsg ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockDutService_FetchCrashesClientMockRecorder) SendMsg ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockDutService_FetchCrashesClientMockRecorder) Trailer ¶
func (mr *MockDutService_FetchCrashesClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockDutService_FetchCrashesServer ¶
type MockDutService_FetchCrashesServer struct {
// contains filtered or unexported fields
}
MockDutService_FetchCrashesServer is a mock of DutService_FetchCrashesServer interface.
func NewMockDutService_FetchCrashesServer ¶
func NewMockDutService_FetchCrashesServer(ctrl *gomock.Controller) *MockDutService_FetchCrashesServer
NewMockDutService_FetchCrashesServer creates a new mock instance.
func (*MockDutService_FetchCrashesServer) Context ¶
func (m *MockDutService_FetchCrashesServer) Context() context.Context
Context mocks base method.
func (*MockDutService_FetchCrashesServer) EXPECT ¶
func (m *MockDutService_FetchCrashesServer) EXPECT() *MockDutService_FetchCrashesServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDutService_FetchCrashesServer) RecvMsg ¶
func (m_2 *MockDutService_FetchCrashesServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockDutService_FetchCrashesServer) Send ¶
func (m *MockDutService_FetchCrashesServer) Send(arg0 *api.FetchCrashesResponse) error
Send mocks base method.
func (*MockDutService_FetchCrashesServer) SendHeader ¶
func (m *MockDutService_FetchCrashesServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockDutService_FetchCrashesServer) SendMsg ¶
func (m_2 *MockDutService_FetchCrashesServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockDutService_FetchCrashesServer) SetHeader ¶
func (m *MockDutService_FetchCrashesServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockDutService_FetchCrashesServer) SetTrailer ¶
func (m *MockDutService_FetchCrashesServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockDutService_FetchCrashesServerMockRecorder ¶
type MockDutService_FetchCrashesServerMockRecorder struct {
// contains filtered or unexported fields
}
MockDutService_FetchCrashesServerMockRecorder is the mock recorder for MockDutService_FetchCrashesServer.
func (*MockDutService_FetchCrashesServerMockRecorder) Context ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockDutService_FetchCrashesServerMockRecorder) RecvMsg ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockDutService_FetchCrashesServerMockRecorder) Send ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockDutService_FetchCrashesServerMockRecorder) SendHeader ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockDutService_FetchCrashesServerMockRecorder) SendMsg ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockDutService_FetchCrashesServerMockRecorder) SetHeader ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockDutService_FetchCrashesServerMockRecorder) SetTrailer ¶
func (mr *MockDutService_FetchCrashesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockExecutionServiceClient ¶
type MockExecutionServiceClient struct {
// contains filtered or unexported fields
}
MockExecutionServiceClient is a mock of ExecutionServiceClient interface.
func NewMockExecutionServiceClient ¶
func NewMockExecutionServiceClient(ctrl *gomock.Controller) *MockExecutionServiceClient
NewMockExecutionServiceClient creates a new mock instance.
func (*MockExecutionServiceClient) EXPECT ¶
func (m *MockExecutionServiceClient) EXPECT() *MockExecutionServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExecutionServiceClient) RunTests ¶
func (m *MockExecutionServiceClient) RunTests(ctx context.Context, in *api.CrosTestRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
RunTests mocks base method.
type MockExecutionServiceClientMockRecorder ¶
type MockExecutionServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockExecutionServiceClientMockRecorder is the mock recorder for MockExecutionServiceClient.
func (*MockExecutionServiceClientMockRecorder) RunTests ¶
func (mr *MockExecutionServiceClientMockRecorder) RunTests(ctx, in interface{}, opts ...interface{}) *gomock.Call
RunTests indicates an expected call of RunTests.
type MockExecutionServiceServer ¶
type MockExecutionServiceServer struct {
// contains filtered or unexported fields
}
MockExecutionServiceServer is a mock of ExecutionServiceServer interface.
func NewMockExecutionServiceServer ¶
func NewMockExecutionServiceServer(ctrl *gomock.Controller) *MockExecutionServiceServer
NewMockExecutionServiceServer creates a new mock instance.
func (*MockExecutionServiceServer) EXPECT ¶
func (m *MockExecutionServiceServer) EXPECT() *MockExecutionServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExecutionServiceServer) RunTests ¶
func (m *MockExecutionServiceServer) RunTests(arg0 context.Context, arg1 *api.CrosTestRequest) (*longrunning.Operation, error)
RunTests mocks base method.
type MockExecutionServiceServerMockRecorder ¶
type MockExecutionServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockExecutionServiceServerMockRecorder is the mock recorder for MockExecutionServiceServer.
func (*MockExecutionServiceServerMockRecorder) RunTests ¶
func (mr *MockExecutionServiceServerMockRecorder) RunTests(arg0, arg1 interface{}) *gomock.Call
RunTests indicates an expected call of RunTests.
type MockGenericProvisionServiceClient ¶
type MockGenericProvisionServiceClient struct {
// contains filtered or unexported fields
}
MockGenericProvisionServiceClient is a mock of GenericProvisionServiceClient interface.
func NewMockGenericProvisionServiceClient ¶
func NewMockGenericProvisionServiceClient(ctrl *gomock.Controller) *MockGenericProvisionServiceClient
NewMockGenericProvisionServiceClient creates a new mock instance.
func (*MockGenericProvisionServiceClient) EXPECT ¶
func (m *MockGenericProvisionServiceClient) EXPECT() *MockGenericProvisionServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGenericProvisionServiceClient) Install ¶
func (m *MockGenericProvisionServiceClient) Install(ctx context.Context, in *api.InstallRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
Install mocks base method.
func (*MockGenericProvisionServiceClient) StartUp ¶
func (m *MockGenericProvisionServiceClient) StartUp(ctx context.Context, in *api.ProvisionStartupRequest, opts ...grpc.CallOption) (*api.ProvisionStartupResponse, error)
StartUp mocks base method.
type MockGenericProvisionServiceClientMockRecorder ¶
type MockGenericProvisionServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericProvisionServiceClientMockRecorder is the mock recorder for MockGenericProvisionServiceClient.
func (*MockGenericProvisionServiceClientMockRecorder) Install ¶
func (mr *MockGenericProvisionServiceClientMockRecorder) Install(ctx, in interface{}, opts ...interface{}) *gomock.Call
Install indicates an expected call of Install.
func (*MockGenericProvisionServiceClientMockRecorder) StartUp ¶
func (mr *MockGenericProvisionServiceClientMockRecorder) StartUp(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartUp indicates an expected call of StartUp.
type MockGenericProvisionServiceServer ¶
type MockGenericProvisionServiceServer struct {
// contains filtered or unexported fields
}
MockGenericProvisionServiceServer is a mock of GenericProvisionServiceServer interface.
func NewMockGenericProvisionServiceServer ¶
func NewMockGenericProvisionServiceServer(ctrl *gomock.Controller) *MockGenericProvisionServiceServer
NewMockGenericProvisionServiceServer creates a new mock instance.
func (*MockGenericProvisionServiceServer) EXPECT ¶
func (m *MockGenericProvisionServiceServer) EXPECT() *MockGenericProvisionServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGenericProvisionServiceServer) Install ¶
func (m *MockGenericProvisionServiceServer) Install(arg0 context.Context, arg1 *api.InstallRequest) (*longrunning.Operation, error)
Install mocks base method.
func (*MockGenericProvisionServiceServer) StartUp ¶
func (m *MockGenericProvisionServiceServer) StartUp(arg0 context.Context, arg1 *api.ProvisionStartupRequest) (*api.ProvisionStartupResponse, error)
StartUp mocks base method.
type MockGenericProvisionServiceServerMockRecorder ¶
type MockGenericProvisionServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericProvisionServiceServerMockRecorder is the mock recorder for MockGenericProvisionServiceServer.
func (*MockGenericProvisionServiceServerMockRecorder) Install ¶
func (mr *MockGenericProvisionServiceServerMockRecorder) Install(arg0, arg1 interface{}) *gomock.Call
Install indicates an expected call of Install.
func (*MockGenericProvisionServiceServerMockRecorder) StartUp ¶
func (mr *MockGenericProvisionServiceServerMockRecorder) StartUp(arg0, arg1 interface{}) *gomock.Call
StartUp indicates an expected call of StartUp.
type MockGenericPublishServiceClient ¶
type MockGenericPublishServiceClient struct {
// contains filtered or unexported fields
}
MockGenericPublishServiceClient is a mock of GenericPublishServiceClient interface.
func NewMockGenericPublishServiceClient ¶
func NewMockGenericPublishServiceClient(ctrl *gomock.Controller) *MockGenericPublishServiceClient
NewMockGenericPublishServiceClient creates a new mock instance.
func (*MockGenericPublishServiceClient) EXPECT ¶
func (m *MockGenericPublishServiceClient) EXPECT() *MockGenericPublishServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGenericPublishServiceClient) Publish ¶
func (m *MockGenericPublishServiceClient) Publish(ctx context.Context, in *api.PublishRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
Publish mocks base method.
type MockGenericPublishServiceClientMockRecorder ¶
type MockGenericPublishServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericPublishServiceClientMockRecorder is the mock recorder for MockGenericPublishServiceClient.
func (*MockGenericPublishServiceClientMockRecorder) Publish ¶
func (mr *MockGenericPublishServiceClientMockRecorder) Publish(ctx, in interface{}, opts ...interface{}) *gomock.Call
Publish indicates an expected call of Publish.
type MockGenericPublishServiceServer ¶
type MockGenericPublishServiceServer struct {
// contains filtered or unexported fields
}
MockGenericPublishServiceServer is a mock of GenericPublishServiceServer interface.
func NewMockGenericPublishServiceServer ¶
func NewMockGenericPublishServiceServer(ctrl *gomock.Controller) *MockGenericPublishServiceServer
NewMockGenericPublishServiceServer creates a new mock instance.
func (*MockGenericPublishServiceServer) EXPECT ¶
func (m *MockGenericPublishServiceServer) EXPECT() *MockGenericPublishServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGenericPublishServiceServer) Publish ¶
func (m *MockGenericPublishServiceServer) Publish(arg0 context.Context, arg1 *api.PublishRequest) (*longrunning.Operation, error)
Publish mocks base method.
type MockGenericPublishServiceServerMockRecorder ¶
type MockGenericPublishServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericPublishServiceServerMockRecorder is the mock recorder for MockGenericPublishServiceServer.
func (*MockGenericPublishServiceServerMockRecorder) Publish ¶
func (mr *MockGenericPublishServiceServerMockRecorder) Publish(arg0, arg1 interface{}) *gomock.Call
Publish indicates an expected call of Publish.
type MockInventoryServiceClient ¶
type MockInventoryServiceClient struct {
// contains filtered or unexported fields
}
MockInventoryServiceClient is a mock of InventoryServiceClient interface.
func NewMockInventoryServiceClient ¶
func NewMockInventoryServiceClient(ctrl *gomock.Controller) *MockInventoryServiceClient
NewMockInventoryServiceClient creates a new mock instance.
func (*MockInventoryServiceClient) EXPECT ¶
func (m *MockInventoryServiceClient) EXPECT() *MockInventoryServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInventoryServiceClient) GetDutTopology ¶
func (m *MockInventoryServiceClient) GetDutTopology(ctx context.Context, in *api.GetDutTopologyRequest, opts ...grpc.CallOption) (api.InventoryService_GetDutTopologyClient, error)
GetDutTopology mocks base method.
type MockInventoryServiceClientMockRecorder ¶
type MockInventoryServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInventoryServiceClientMockRecorder is the mock recorder for MockInventoryServiceClient.
func (*MockInventoryServiceClientMockRecorder) GetDutTopology ¶
func (mr *MockInventoryServiceClientMockRecorder) GetDutTopology(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetDutTopology indicates an expected call of GetDutTopology.
type MockInventoryServiceServer ¶
type MockInventoryServiceServer struct {
// contains filtered or unexported fields
}
MockInventoryServiceServer is a mock of InventoryServiceServer interface.
func NewMockInventoryServiceServer ¶
func NewMockInventoryServiceServer(ctrl *gomock.Controller) *MockInventoryServiceServer
NewMockInventoryServiceServer creates a new mock instance.
func (*MockInventoryServiceServer) EXPECT ¶
func (m *MockInventoryServiceServer) EXPECT() *MockInventoryServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInventoryServiceServer) GetDutTopology ¶
func (m *MockInventoryServiceServer) GetDutTopology(arg0 *api.GetDutTopologyRequest, arg1 api.InventoryService_GetDutTopologyServer) error
GetDutTopology mocks base method.
type MockInventoryServiceServerMockRecorder ¶
type MockInventoryServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockInventoryServiceServerMockRecorder is the mock recorder for MockInventoryServiceServer.
func (*MockInventoryServiceServerMockRecorder) GetDutTopology ¶
func (mr *MockInventoryServiceServerMockRecorder) GetDutTopology(arg0, arg1 interface{}) *gomock.Call
GetDutTopology indicates an expected call of GetDutTopology.
type MockInventoryService_GetDutTopologyClient ¶
type MockInventoryService_GetDutTopologyClient struct {
// contains filtered or unexported fields
}
MockInventoryService_GetDutTopologyClient is a mock of InventoryService_GetDutTopologyClient interface.
func NewMockInventoryService_GetDutTopologyClient ¶
func NewMockInventoryService_GetDutTopologyClient(ctrl *gomock.Controller) *MockInventoryService_GetDutTopologyClient
NewMockInventoryService_GetDutTopologyClient creates a new mock instance.
func (*MockInventoryService_GetDutTopologyClient) CloseSend ¶
func (m *MockInventoryService_GetDutTopologyClient) CloseSend() error
CloseSend mocks base method.
func (*MockInventoryService_GetDutTopologyClient) Context ¶
func (m *MockInventoryService_GetDutTopologyClient) Context() context.Context
Context mocks base method.
func (*MockInventoryService_GetDutTopologyClient) EXPECT ¶
func (m *MockInventoryService_GetDutTopologyClient) EXPECT() *MockInventoryService_GetDutTopologyClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInventoryService_GetDutTopologyClient) Header ¶
func (m *MockInventoryService_GetDutTopologyClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockInventoryService_GetDutTopologyClient) Recv ¶
func (m *MockInventoryService_GetDutTopologyClient) Recv() (*api.GetDutTopologyResponse, error)
Recv mocks base method.
func (*MockInventoryService_GetDutTopologyClient) RecvMsg ¶
func (m_2 *MockInventoryService_GetDutTopologyClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockInventoryService_GetDutTopologyClient) SendMsg ¶
func (m_2 *MockInventoryService_GetDutTopologyClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockInventoryService_GetDutTopologyClient) Trailer ¶
func (m *MockInventoryService_GetDutTopologyClient) Trailer() metadata.MD
Trailer mocks base method.
type MockInventoryService_GetDutTopologyClientMockRecorder ¶
type MockInventoryService_GetDutTopologyClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInventoryService_GetDutTopologyClientMockRecorder is the mock recorder for MockInventoryService_GetDutTopologyClient.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) CloseSend ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) Context ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) Header ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) Recv ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) RecvMsg ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) SendMsg ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockInventoryService_GetDutTopologyClientMockRecorder) Trailer ¶
func (mr *MockInventoryService_GetDutTopologyClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockInventoryService_GetDutTopologyServer ¶
type MockInventoryService_GetDutTopologyServer struct {
// contains filtered or unexported fields
}
MockInventoryService_GetDutTopologyServer is a mock of InventoryService_GetDutTopologyServer interface.
func NewMockInventoryService_GetDutTopologyServer ¶
func NewMockInventoryService_GetDutTopologyServer(ctrl *gomock.Controller) *MockInventoryService_GetDutTopologyServer
NewMockInventoryService_GetDutTopologyServer creates a new mock instance.
func (*MockInventoryService_GetDutTopologyServer) Context ¶
func (m *MockInventoryService_GetDutTopologyServer) Context() context.Context
Context mocks base method.
func (*MockInventoryService_GetDutTopologyServer) EXPECT ¶
func (m *MockInventoryService_GetDutTopologyServer) EXPECT() *MockInventoryService_GetDutTopologyServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInventoryService_GetDutTopologyServer) RecvMsg ¶
func (m_2 *MockInventoryService_GetDutTopologyServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockInventoryService_GetDutTopologyServer) Send ¶
func (m *MockInventoryService_GetDutTopologyServer) Send(arg0 *api.GetDutTopologyResponse) error
Send mocks base method.
func (*MockInventoryService_GetDutTopologyServer) SendHeader ¶
func (m *MockInventoryService_GetDutTopologyServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockInventoryService_GetDutTopologyServer) SendMsg ¶
func (m_2 *MockInventoryService_GetDutTopologyServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockInventoryService_GetDutTopologyServer) SetHeader ¶
func (m *MockInventoryService_GetDutTopologyServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockInventoryService_GetDutTopologyServer) SetTrailer ¶
func (m *MockInventoryService_GetDutTopologyServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockInventoryService_GetDutTopologyServerMockRecorder ¶
type MockInventoryService_GetDutTopologyServerMockRecorder struct {
// contains filtered or unexported fields
}
MockInventoryService_GetDutTopologyServerMockRecorder is the mock recorder for MockInventoryService_GetDutTopologyServer.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) Context ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) RecvMsg ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) Send ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) SendHeader ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) SendMsg ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) SetHeader ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockInventoryService_GetDutTopologyServerMockRecorder) SetTrailer ¶
func (mr *MockInventoryService_GetDutTopologyServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockUnsafeCrosToolRunnerContainerServiceServer ¶
type MockUnsafeCrosToolRunnerContainerServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeCrosToolRunnerContainerServiceServer is a mock of UnsafeCrosToolRunnerContainerServiceServer interface.
func NewMockUnsafeCrosToolRunnerContainerServiceServer ¶
func NewMockUnsafeCrosToolRunnerContainerServiceServer(ctrl *gomock.Controller) *MockUnsafeCrosToolRunnerContainerServiceServer
NewMockUnsafeCrosToolRunnerContainerServiceServer creates a new mock instance.
func (*MockUnsafeCrosToolRunnerContainerServiceServer) EXPECT ¶
func (m *MockUnsafeCrosToolRunnerContainerServiceServer) EXPECT() *MockUnsafeCrosToolRunnerContainerServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeCrosToolRunnerContainerServiceServerMockRecorder ¶
type MockUnsafeCrosToolRunnerContainerServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeCrosToolRunnerContainerServiceServerMockRecorder is the mock recorder for MockUnsafeCrosToolRunnerContainerServiceServer.
type MockUnsafeDutServiceServer ¶
type MockUnsafeDutServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeDutServiceServer is a mock of UnsafeDutServiceServer interface.
func NewMockUnsafeDutServiceServer ¶
func NewMockUnsafeDutServiceServer(ctrl *gomock.Controller) *MockUnsafeDutServiceServer
NewMockUnsafeDutServiceServer creates a new mock instance.
func (*MockUnsafeDutServiceServer) EXPECT ¶
func (m *MockUnsafeDutServiceServer) EXPECT() *MockUnsafeDutServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeDutServiceServerMockRecorder ¶
type MockUnsafeDutServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeDutServiceServerMockRecorder is the mock recorder for MockUnsafeDutServiceServer.
type MockUnsafeExecutionServiceServer ¶
type MockUnsafeExecutionServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeExecutionServiceServer is a mock of UnsafeExecutionServiceServer interface.
func NewMockUnsafeExecutionServiceServer ¶
func NewMockUnsafeExecutionServiceServer(ctrl *gomock.Controller) *MockUnsafeExecutionServiceServer
NewMockUnsafeExecutionServiceServer creates a new mock instance.
func (*MockUnsafeExecutionServiceServer) EXPECT ¶
func (m *MockUnsafeExecutionServiceServer) EXPECT() *MockUnsafeExecutionServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeExecutionServiceServerMockRecorder ¶
type MockUnsafeExecutionServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeExecutionServiceServerMockRecorder is the mock recorder for MockUnsafeExecutionServiceServer.
type MockUnsafeGenericProvisionServiceServer ¶
type MockUnsafeGenericProvisionServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeGenericProvisionServiceServer is a mock of UnsafeGenericProvisionServiceServer interface.
func NewMockUnsafeGenericProvisionServiceServer ¶
func NewMockUnsafeGenericProvisionServiceServer(ctrl *gomock.Controller) *MockUnsafeGenericProvisionServiceServer
NewMockUnsafeGenericProvisionServiceServer creates a new mock instance.
func (*MockUnsafeGenericProvisionServiceServer) EXPECT ¶
func (m *MockUnsafeGenericProvisionServiceServer) EXPECT() *MockUnsafeGenericProvisionServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeGenericProvisionServiceServerMockRecorder ¶
type MockUnsafeGenericProvisionServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeGenericProvisionServiceServerMockRecorder is the mock recorder for MockUnsafeGenericProvisionServiceServer.
type MockUnsafeGenericPublishServiceServer ¶
type MockUnsafeGenericPublishServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeGenericPublishServiceServer is a mock of UnsafeGenericPublishServiceServer interface.
func NewMockUnsafeGenericPublishServiceServer ¶
func NewMockUnsafeGenericPublishServiceServer(ctrl *gomock.Controller) *MockUnsafeGenericPublishServiceServer
NewMockUnsafeGenericPublishServiceServer creates a new mock instance.
func (*MockUnsafeGenericPublishServiceServer) EXPECT ¶
func (m *MockUnsafeGenericPublishServiceServer) EXPECT() *MockUnsafeGenericPublishServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeGenericPublishServiceServerMockRecorder ¶
type MockUnsafeGenericPublishServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeGenericPublishServiceServerMockRecorder is the mock recorder for MockUnsafeGenericPublishServiceServer.
type MockUnsafeInventoryServiceServer ¶
type MockUnsafeInventoryServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeInventoryServiceServer is a mock of UnsafeInventoryServiceServer interface.
func NewMockUnsafeInventoryServiceServer ¶
func NewMockUnsafeInventoryServiceServer(ctrl *gomock.Controller) *MockUnsafeInventoryServiceServer
NewMockUnsafeInventoryServiceServer creates a new mock instance.
func (*MockUnsafeInventoryServiceServer) EXPECT ¶
func (m *MockUnsafeInventoryServiceServer) EXPECT() *MockUnsafeInventoryServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeInventoryServiceServerMockRecorder ¶
type MockUnsafeInventoryServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeInventoryServiceServerMockRecorder is the mock recorder for MockUnsafeInventoryServiceServer.