v1fakes

package
v3.0.0-...-28adb68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

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 (*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 (*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 (*FakeCommandServiceClient) SubscribeArgsForCall

func (fake *FakeCommandServiceClient) SubscribeArgsForCall(i int) (context.Context, []grpc.CallOption)

func (*FakeCommandServiceClient) SubscribeCallCount

func (fake *FakeCommandServiceClient) SubscribeCallCount() int

func (*FakeCommandServiceClient) SubscribeCalls

func (*FakeCommandServiceClient) SubscribeReturns

func (*FakeCommandServiceClient) SubscribeReturnsOnCall

func (fake *FakeCommandServiceClient) SubscribeReturnsOnCall(i int, result1 grpc.BidiStreamingClient[v1.DataPlaneResponse, v1.ManagementPlaneRequest], result2 error)

func (*FakeCommandServiceClient) UpdateDataPlaneHealth

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 (*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 (*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 (*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 (*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 (*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 (*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 (*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 (*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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL