Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCommandServiceClient
- func (fake *FakeCommandServiceClient) CreateConnection(arg1 context.Context, arg2 *v1.CreateConnectionRequest, ...) (*v1.CreateConnectionResponse, error)
- func (fake *FakeCommandServiceClient) CreateConnectionArgsForCall(i int) (context.Context, *v1.CreateConnectionRequest, []grpc.CallOption)
- func (fake *FakeCommandServiceClient) CreateConnectionCallCount() int
- func (fake *FakeCommandServiceClient) CreateConnectionCalls(...)
- func (fake *FakeCommandServiceClient) CreateConnectionReturns(result1 *v1.CreateConnectionResponse, result2 error)
- func (fake *FakeCommandServiceClient) CreateConnectionReturnsOnCall(i int, result1 *v1.CreateConnectionResponse, result2 error)
- func (fake *FakeCommandServiceClient) Invocations() map[string][][]interface{}
- func (fake *FakeCommandServiceClient) Subscribe(arg1 context.Context, arg2 ...grpc.CallOption) (grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], ...)
- func (fake *FakeCommandServiceClient) SubscribeArgsForCall(i int) (context.Context, []grpc.CallOption)
- func (fake *FakeCommandServiceClient) SubscribeCallCount() int
- func (fake *FakeCommandServiceClient) SubscribeCalls(...)
- func (fake *FakeCommandServiceClient) SubscribeReturns(...)
- func (fake *FakeCommandServiceClient) SubscribeReturnsOnCall(i int, ...)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneHealth(arg1 context.Context, arg2 *v1.UpdateDataPlaneHealthRequest, ...) (*v1.UpdateDataPlaneHealthResponse, error)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthArgsForCall(i int) (context.Context, *v1.UpdateDataPlaneHealthRequest, []grpc.CallOption)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthCallCount() int
- func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthCalls(...)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthReturns(result1 *v1.UpdateDataPlaneHealthResponse, result2 error)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthReturnsOnCall(i int, result1 *v1.UpdateDataPlaneHealthResponse, result2 error)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneStatus(arg1 context.Context, arg2 *v1.UpdateDataPlaneStatusRequest, ...) (*v1.UpdateDataPlaneStatusResponse, error)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusArgsForCall(i int) (context.Context, *v1.UpdateDataPlaneStatusRequest, []grpc.CallOption)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusCallCount() int
- func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusCalls(...)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusReturns(result1 *v1.UpdateDataPlaneStatusResponse, result2 error)
- func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusReturnsOnCall(i int, result1 *v1.UpdateDataPlaneStatusResponse, result2 error)
- type FakeFileServiceClient
- func (fake *FakeFileServiceClient) GetFile(arg1 context.Context, arg2 *v1.GetFileRequest, arg3 ...grpc.CallOption) (*v1.GetFileResponse, error)
- func (fake *FakeFileServiceClient) GetFileArgsForCall(i int) (context.Context, *v1.GetFileRequest, []grpc.CallOption)
- func (fake *FakeFileServiceClient) GetFileCallCount() int
- func (fake *FakeFileServiceClient) GetFileCalls(...)
- func (fake *FakeFileServiceClient) GetFileReturns(result1 *v1.GetFileResponse, result2 error)
- func (fake *FakeFileServiceClient) GetFileReturnsOnCall(i int, result1 *v1.GetFileResponse, result2 error)
- func (fake *FakeFileServiceClient) GetOverview(arg1 context.Context, arg2 *v1.GetOverviewRequest, arg3 ...grpc.CallOption) (*v1.GetOverviewResponse, error)
- func (fake *FakeFileServiceClient) GetOverviewArgsForCall(i int) (context.Context, *v1.GetOverviewRequest, []grpc.CallOption)
- func (fake *FakeFileServiceClient) GetOverviewCallCount() int
- func (fake *FakeFileServiceClient) GetOverviewCalls(...)
- func (fake *FakeFileServiceClient) GetOverviewReturns(result1 *v1.GetOverviewResponse, result2 error)
- func (fake *FakeFileServiceClient) GetOverviewReturnsOnCall(i int, result1 *v1.GetOverviewResponse, result2 error)
- func (fake *FakeFileServiceClient) Invocations() map[string][][]interface{}
- func (fake *FakeFileServiceClient) UpdateFile(arg1 context.Context, arg2 *v1.UpdateFileRequest, arg3 ...grpc.CallOption) (*v1.UpdateFileResponse, error)
- func (fake *FakeFileServiceClient) UpdateFileArgsForCall(i int) (context.Context, *v1.UpdateFileRequest, []grpc.CallOption)
- func (fake *FakeFileServiceClient) UpdateFileCallCount() int
- func (fake *FakeFileServiceClient) UpdateFileCalls(...)
- func (fake *FakeFileServiceClient) UpdateFileReturns(result1 *v1.UpdateFileResponse, result2 error)
- func (fake *FakeFileServiceClient) UpdateFileReturnsOnCall(i int, result1 *v1.UpdateFileResponse, result2 error)
- func (fake *FakeFileServiceClient) UpdateOverview(arg1 context.Context, arg2 *v1.UpdateOverviewRequest, arg3 ...grpc.CallOption) (*v1.UpdateOverviewResponse, error)
- func (fake *FakeFileServiceClient) UpdateOverviewArgsForCall(i int) (context.Context, *v1.UpdateOverviewRequest, []grpc.CallOption)
- func (fake *FakeFileServiceClient) UpdateOverviewCallCount() int
- func (fake *FakeFileServiceClient) UpdateOverviewCalls(...)
- func (fake *FakeFileServiceClient) UpdateOverviewReturns(result1 *v1.UpdateOverviewResponse, result2 error)
- func (fake *FakeFileServiceClient) UpdateOverviewReturnsOnCall(i int, result1 *v1.UpdateOverviewResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCommandServiceClient ¶
type FakeCommandServiceClient struct { CreateConnectionStub func(context.Context, *v1.CreateConnectionRequest, ...grpc.CallOption) (*v1.CreateConnectionResponse, error) SubscribeStub func(context.Context, ...grpc.CallOption) (grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], error) UpdateDataPlaneHealthStub func(context.Context, *v1.UpdateDataPlaneHealthRequest, ...grpc.CallOption) (*v1.UpdateDataPlaneHealthResponse, error) UpdateDataPlaneStatusStub func(context.Context, *v1.UpdateDataPlaneStatusRequest, ...grpc.CallOption) (*v1.UpdateDataPlaneStatusResponse, error) // contains filtered or unexported fields }
func (*FakeCommandServiceClient) CreateConnection ¶
func (fake *FakeCommandServiceClient) CreateConnection(arg1 context.Context, arg2 *v1.CreateConnectionRequest, arg3 ...grpc.CallOption) (*v1.CreateConnectionResponse, error)
func (*FakeCommandServiceClient) CreateConnectionArgsForCall ¶
func (fake *FakeCommandServiceClient) CreateConnectionArgsForCall(i int) (context.Context, *v1.CreateConnectionRequest, []grpc.CallOption)
func (*FakeCommandServiceClient) CreateConnectionCallCount ¶
func (fake *FakeCommandServiceClient) CreateConnectionCallCount() int
func (*FakeCommandServiceClient) CreateConnectionCalls ¶
func (fake *FakeCommandServiceClient) CreateConnectionCalls(stub func(context.Context, *v1.CreateConnectionRequest, ...grpc.CallOption) (*v1.CreateConnectionResponse, error))
func (*FakeCommandServiceClient) CreateConnectionReturns ¶
func (fake *FakeCommandServiceClient) CreateConnectionReturns(result1 *v1.CreateConnectionResponse, result2 error)
func (*FakeCommandServiceClient) CreateConnectionReturnsOnCall ¶
func (fake *FakeCommandServiceClient) CreateConnectionReturnsOnCall(i int, result1 *v1.CreateConnectionResponse, result2 error)
func (*FakeCommandServiceClient) Invocations ¶
func (fake *FakeCommandServiceClient) Invocations() map[string][][]interface{}
func (*FakeCommandServiceClient) Subscribe ¶
func (fake *FakeCommandServiceClient) Subscribe(arg1 context.Context, arg2 ...grpc.CallOption) (grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], error)
func (*FakeCommandServiceClient) SubscribeArgsForCall ¶
func (fake *FakeCommandServiceClient) SubscribeArgsForCall(i int) (context.Context, []grpc.CallOption)
func (*FakeCommandServiceClient) SubscribeCallCount ¶
func (fake *FakeCommandServiceClient) SubscribeCallCount() int
func (*FakeCommandServiceClient) SubscribeCalls ¶
func (fake *FakeCommandServiceClient) SubscribeCalls(stub func(context.Context, ...grpc.CallOption) (grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], error))
func (*FakeCommandServiceClient) SubscribeReturns ¶
func (fake *FakeCommandServiceClient) SubscribeReturns(result1 grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], result2 error)
func (*FakeCommandServiceClient) SubscribeReturnsOnCall ¶
func (fake *FakeCommandServiceClient) SubscribeReturnsOnCall(i int, result1 grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], result2 error)
func (*FakeCommandServiceClient) UpdateDataPlaneHealth ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneHealth(arg1 context.Context, arg2 *v1.UpdateDataPlaneHealthRequest, arg3 ...grpc.CallOption) (*v1.UpdateDataPlaneHealthResponse, error)
func (*FakeCommandServiceClient) UpdateDataPlaneHealthArgsForCall ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthArgsForCall(i int) (context.Context, *v1.UpdateDataPlaneHealthRequest, []grpc.CallOption)
func (*FakeCommandServiceClient) UpdateDataPlaneHealthCallCount ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthCallCount() int
func (*FakeCommandServiceClient) UpdateDataPlaneHealthCalls ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthCalls(stub func(context.Context, *v1.UpdateDataPlaneHealthRequest, ...grpc.CallOption) (*v1.UpdateDataPlaneHealthResponse, error))
func (*FakeCommandServiceClient) UpdateDataPlaneHealthReturns ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthReturns(result1 *v1.UpdateDataPlaneHealthResponse, result2 error)
func (*FakeCommandServiceClient) UpdateDataPlaneHealthReturnsOnCall ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneHealthReturnsOnCall(i int, result1 *v1.UpdateDataPlaneHealthResponse, result2 error)
func (*FakeCommandServiceClient) UpdateDataPlaneStatus ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneStatus(arg1 context.Context, arg2 *v1.UpdateDataPlaneStatusRequest, arg3 ...grpc.CallOption) (*v1.UpdateDataPlaneStatusResponse, error)
func (*FakeCommandServiceClient) UpdateDataPlaneStatusArgsForCall ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusArgsForCall(i int) (context.Context, *v1.UpdateDataPlaneStatusRequest, []grpc.CallOption)
func (*FakeCommandServiceClient) UpdateDataPlaneStatusCallCount ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusCallCount() int
func (*FakeCommandServiceClient) UpdateDataPlaneStatusCalls ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusCalls(stub func(context.Context, *v1.UpdateDataPlaneStatusRequest, ...grpc.CallOption) (*v1.UpdateDataPlaneStatusResponse, error))
func (*FakeCommandServiceClient) UpdateDataPlaneStatusReturns ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusReturns(result1 *v1.UpdateDataPlaneStatusResponse, result2 error)
func (*FakeCommandServiceClient) UpdateDataPlaneStatusReturnsOnCall ¶
func (fake *FakeCommandServiceClient) UpdateDataPlaneStatusReturnsOnCall(i int, result1 *v1.UpdateDataPlaneStatusResponse, result2 error)
type FakeFileServiceClient ¶
type FakeFileServiceClient struct { GetFileStub func(context.Context, *v1.GetFileRequest, ...grpc.CallOption) (*v1.GetFileResponse, error) GetOverviewStub func(context.Context, *v1.GetOverviewRequest, ...grpc.CallOption) (*v1.GetOverviewResponse, error) UpdateFileStub func(context.Context, *v1.UpdateFileRequest, ...grpc.CallOption) (*v1.UpdateFileResponse, error) UpdateOverviewStub func(context.Context, *v1.UpdateOverviewRequest, ...grpc.CallOption) (*v1.UpdateOverviewResponse, error) // contains filtered or unexported fields }
func (*FakeFileServiceClient) GetFile ¶
func (fake *FakeFileServiceClient) GetFile(arg1 context.Context, arg2 *v1.GetFileRequest, arg3 ...grpc.CallOption) (*v1.GetFileResponse, error)
func (*FakeFileServiceClient) GetFileArgsForCall ¶
func (fake *FakeFileServiceClient) GetFileArgsForCall(i int) (context.Context, *v1.GetFileRequest, []grpc.CallOption)
func (*FakeFileServiceClient) GetFileCallCount ¶
func (fake *FakeFileServiceClient) GetFileCallCount() int
func (*FakeFileServiceClient) GetFileCalls ¶
func (fake *FakeFileServiceClient) GetFileCalls(stub func(context.Context, *v1.GetFileRequest, ...grpc.CallOption) (*v1.GetFileResponse, error))
func (*FakeFileServiceClient) GetFileReturns ¶
func (fake *FakeFileServiceClient) GetFileReturns(result1 *v1.GetFileResponse, result2 error)
func (*FakeFileServiceClient) GetFileReturnsOnCall ¶
func (fake *FakeFileServiceClient) GetFileReturnsOnCall(i int, result1 *v1.GetFileResponse, result2 error)
func (*FakeFileServiceClient) GetOverview ¶
func (fake *FakeFileServiceClient) GetOverview(arg1 context.Context, arg2 *v1.GetOverviewRequest, arg3 ...grpc.CallOption) (*v1.GetOverviewResponse, error)
func (*FakeFileServiceClient) GetOverviewArgsForCall ¶
func (fake *FakeFileServiceClient) GetOverviewArgsForCall(i int) (context.Context, *v1.GetOverviewRequest, []grpc.CallOption)
func (*FakeFileServiceClient) GetOverviewCallCount ¶
func (fake *FakeFileServiceClient) GetOverviewCallCount() int
func (*FakeFileServiceClient) GetOverviewCalls ¶
func (fake *FakeFileServiceClient) GetOverviewCalls(stub func(context.Context, *v1.GetOverviewRequest, ...grpc.CallOption) (*v1.GetOverviewResponse, error))
func (*FakeFileServiceClient) GetOverviewReturns ¶
func (fake *FakeFileServiceClient) GetOverviewReturns(result1 *v1.GetOverviewResponse, result2 error)
func (*FakeFileServiceClient) GetOverviewReturnsOnCall ¶
func (fake *FakeFileServiceClient) GetOverviewReturnsOnCall(i int, result1 *v1.GetOverviewResponse, result2 error)
func (*FakeFileServiceClient) Invocations ¶
func (fake *FakeFileServiceClient) Invocations() map[string][][]interface{}
func (*FakeFileServiceClient) UpdateFile ¶
func (fake *FakeFileServiceClient) UpdateFile(arg1 context.Context, arg2 *v1.UpdateFileRequest, arg3 ...grpc.CallOption) (*v1.UpdateFileResponse, error)
func (*FakeFileServiceClient) UpdateFileArgsForCall ¶
func (fake *FakeFileServiceClient) UpdateFileArgsForCall(i int) (context.Context, *v1.UpdateFileRequest, []grpc.CallOption)
func (*FakeFileServiceClient) UpdateFileCallCount ¶
func (fake *FakeFileServiceClient) UpdateFileCallCount() int
func (*FakeFileServiceClient) UpdateFileCalls ¶
func (fake *FakeFileServiceClient) UpdateFileCalls(stub func(context.Context, *v1.UpdateFileRequest, ...grpc.CallOption) (*v1.UpdateFileResponse, error))
func (*FakeFileServiceClient) UpdateFileReturns ¶
func (fake *FakeFileServiceClient) UpdateFileReturns(result1 *v1.UpdateFileResponse, result2 error)
func (*FakeFileServiceClient) UpdateFileReturnsOnCall ¶
func (fake *FakeFileServiceClient) UpdateFileReturnsOnCall(i int, result1 *v1.UpdateFileResponse, result2 error)
func (*FakeFileServiceClient) UpdateOverview ¶
func (fake *FakeFileServiceClient) UpdateOverview(arg1 context.Context, arg2 *v1.UpdateOverviewRequest, arg3 ...grpc.CallOption) (*v1.UpdateOverviewResponse, error)
func (*FakeFileServiceClient) UpdateOverviewArgsForCall ¶
func (fake *FakeFileServiceClient) UpdateOverviewArgsForCall(i int) (context.Context, *v1.UpdateOverviewRequest, []grpc.CallOption)
func (*FakeFileServiceClient) UpdateOverviewCallCount ¶
func (fake *FakeFileServiceClient) UpdateOverviewCallCount() int
func (*FakeFileServiceClient) UpdateOverviewCalls ¶
func (fake *FakeFileServiceClient) UpdateOverviewCalls(stub func(context.Context, *v1.UpdateOverviewRequest, ...grpc.CallOption) (*v1.UpdateOverviewResponse, error))
func (*FakeFileServiceClient) UpdateOverviewReturns ¶
func (fake *FakeFileServiceClient) UpdateOverviewReturns(result1 *v1.UpdateOverviewResponse, result2 error)
func (*FakeFileServiceClient) UpdateOverviewReturnsOnCall ¶
func (fake *FakeFileServiceClient) UpdateOverviewReturnsOnCall(i int, result1 *v1.UpdateOverviewResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.