fakes

package
v0.27.0 Latest Latest
Warning

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

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

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

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 FakeRegistryClient

type FakeRegistryClient struct {
	GetBundleStub func(context.Context, *api.GetBundleRequest, ...grpc.CallOption) (*api.Bundle, error)

	GetBundleForChannelStub func(context.Context, *api.GetBundleInChannelRequest, ...grpc.CallOption) (*api.Bundle, error)

	GetBundleThatReplacesStub func(context.Context, *api.GetReplacementRequest, ...grpc.CallOption) (*api.Bundle, error)

	GetChannelEntriesThatProvideStub func(context.Context, *api.GetAllProvidersRequest, ...grpc.CallOption) (api.Registry_GetChannelEntriesThatProvideClient, error)

	GetChannelEntriesThatReplaceStub func(context.Context, *api.GetAllReplacementsRequest, ...grpc.CallOption) (api.Registry_GetChannelEntriesThatReplaceClient, error)

	GetDefaultBundleThatProvidesStub func(context.Context, *api.GetDefaultProviderRequest, ...grpc.CallOption) (*api.Bundle, error)

	GetLatestChannelEntriesThatProvideStub func(context.Context, *api.GetLatestProvidersRequest, ...grpc.CallOption) (api.Registry_GetLatestChannelEntriesThatProvideClient, error)

	GetPackageStub func(context.Context, *api.GetPackageRequest, ...grpc.CallOption) (*api.Package, error)

	ListBundlesStub func(context.Context, *api.ListBundlesRequest, ...grpc.CallOption) (api.Registry_ListBundlesClient, error)

	ListPackagesStub func(context.Context, *api.ListPackageRequest, ...grpc.CallOption) (api.Registry_ListPackagesClient, error)
	// contains filtered or unexported fields
}

func (*FakeRegistryClient) GetBundle

func (fake *FakeRegistryClient) GetBundle(arg1 context.Context, arg2 *api.GetBundleRequest, arg3 ...grpc.CallOption) (*api.Bundle, error)

func (*FakeRegistryClient) GetBundleArgsForCall

func (fake *FakeRegistryClient) GetBundleArgsForCall(i int) (context.Context, *api.GetBundleRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetBundleCallCount

func (fake *FakeRegistryClient) GetBundleCallCount() int

func (*FakeRegistryClient) GetBundleCalls

func (fake *FakeRegistryClient) GetBundleCalls(stub func(context.Context, *api.GetBundleRequest, ...grpc.CallOption) (*api.Bundle, error))

func (*FakeRegistryClient) GetBundleForChannel

func (fake *FakeRegistryClient) GetBundleForChannel(arg1 context.Context, arg2 *api.GetBundleInChannelRequest, arg3 ...grpc.CallOption) (*api.Bundle, error)

func (*FakeRegistryClient) GetBundleForChannelArgsForCall

func (fake *FakeRegistryClient) GetBundleForChannelArgsForCall(i int) (context.Context, *api.GetBundleInChannelRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetBundleForChannelCallCount

func (fake *FakeRegistryClient) GetBundleForChannelCallCount() int

func (*FakeRegistryClient) GetBundleForChannelCalls

func (fake *FakeRegistryClient) GetBundleForChannelCalls(stub func(context.Context, *api.GetBundleInChannelRequest, ...grpc.CallOption) (*api.Bundle, error))

func (*FakeRegistryClient) GetBundleForChannelReturns

func (fake *FakeRegistryClient) GetBundleForChannelReturns(result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetBundleForChannelReturnsOnCall

func (fake *FakeRegistryClient) GetBundleForChannelReturnsOnCall(i int, result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetBundleReturns

func (fake *FakeRegistryClient) GetBundleReturns(result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetBundleReturnsOnCall

func (fake *FakeRegistryClient) GetBundleReturnsOnCall(i int, result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetBundleThatReplaces

func (fake *FakeRegistryClient) GetBundleThatReplaces(arg1 context.Context, arg2 *api.GetReplacementRequest, arg3 ...grpc.CallOption) (*api.Bundle, error)

func (*FakeRegistryClient) GetBundleThatReplacesArgsForCall

func (fake *FakeRegistryClient) GetBundleThatReplacesArgsForCall(i int) (context.Context, *api.GetReplacementRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetBundleThatReplacesCallCount

func (fake *FakeRegistryClient) GetBundleThatReplacesCallCount() int

func (*FakeRegistryClient) GetBundleThatReplacesCalls

func (fake *FakeRegistryClient) GetBundleThatReplacesCalls(stub func(context.Context, *api.GetReplacementRequest, ...grpc.CallOption) (*api.Bundle, error))

func (*FakeRegistryClient) GetBundleThatReplacesReturns

func (fake *FakeRegistryClient) GetBundleThatReplacesReturns(result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetBundleThatReplacesReturnsOnCall

func (fake *FakeRegistryClient) GetBundleThatReplacesReturnsOnCall(i int, result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetChannelEntriesThatProvide

func (*FakeRegistryClient) GetChannelEntriesThatProvideArgsForCall

func (fake *FakeRegistryClient) GetChannelEntriesThatProvideArgsForCall(i int) (context.Context, *api.GetAllProvidersRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetChannelEntriesThatProvideCallCount

func (fake *FakeRegistryClient) GetChannelEntriesThatProvideCallCount() int

func (*FakeRegistryClient) GetChannelEntriesThatProvideCalls

func (*FakeRegistryClient) GetChannelEntriesThatProvideReturns

func (fake *FakeRegistryClient) GetChannelEntriesThatProvideReturns(result1 api.Registry_GetChannelEntriesThatProvideClient, result2 error)

func (*FakeRegistryClient) GetChannelEntriesThatProvideReturnsOnCall

func (fake *FakeRegistryClient) GetChannelEntriesThatProvideReturnsOnCall(i int, result1 api.Registry_GetChannelEntriesThatProvideClient, result2 error)

func (*FakeRegistryClient) GetChannelEntriesThatReplace

func (*FakeRegistryClient) GetChannelEntriesThatReplaceArgsForCall

func (fake *FakeRegistryClient) GetChannelEntriesThatReplaceArgsForCall(i int) (context.Context, *api.GetAllReplacementsRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetChannelEntriesThatReplaceCallCount

func (fake *FakeRegistryClient) GetChannelEntriesThatReplaceCallCount() int

func (*FakeRegistryClient) GetChannelEntriesThatReplaceCalls

func (*FakeRegistryClient) GetChannelEntriesThatReplaceReturns

func (fake *FakeRegistryClient) GetChannelEntriesThatReplaceReturns(result1 api.Registry_GetChannelEntriesThatReplaceClient, result2 error)

func (*FakeRegistryClient) GetChannelEntriesThatReplaceReturnsOnCall

func (fake *FakeRegistryClient) GetChannelEntriesThatReplaceReturnsOnCall(i int, result1 api.Registry_GetChannelEntriesThatReplaceClient, result2 error)

func (*FakeRegistryClient) GetDefaultBundleThatProvides

func (fake *FakeRegistryClient) GetDefaultBundleThatProvides(arg1 context.Context, arg2 *api.GetDefaultProviderRequest, arg3 ...grpc.CallOption) (*api.Bundle, error)

func (*FakeRegistryClient) GetDefaultBundleThatProvidesArgsForCall

func (fake *FakeRegistryClient) GetDefaultBundleThatProvidesArgsForCall(i int) (context.Context, *api.GetDefaultProviderRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetDefaultBundleThatProvidesCallCount

func (fake *FakeRegistryClient) GetDefaultBundleThatProvidesCallCount() int

func (*FakeRegistryClient) GetDefaultBundleThatProvidesCalls

func (fake *FakeRegistryClient) GetDefaultBundleThatProvidesCalls(stub func(context.Context, *api.GetDefaultProviderRequest, ...grpc.CallOption) (*api.Bundle, error))

func (*FakeRegistryClient) GetDefaultBundleThatProvidesReturns

func (fake *FakeRegistryClient) GetDefaultBundleThatProvidesReturns(result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetDefaultBundleThatProvidesReturnsOnCall

func (fake *FakeRegistryClient) GetDefaultBundleThatProvidesReturnsOnCall(i int, result1 *api.Bundle, result2 error)

func (*FakeRegistryClient) GetLatestChannelEntriesThatProvide

func (*FakeRegistryClient) GetLatestChannelEntriesThatProvideArgsForCall

func (fake *FakeRegistryClient) GetLatestChannelEntriesThatProvideArgsForCall(i int) (context.Context, *api.GetLatestProvidersRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetLatestChannelEntriesThatProvideCallCount

func (fake *FakeRegistryClient) GetLatestChannelEntriesThatProvideCallCount() int

func (*FakeRegistryClient) GetLatestChannelEntriesThatProvideReturns

func (fake *FakeRegistryClient) GetLatestChannelEntriesThatProvideReturns(result1 api.Registry_GetLatestChannelEntriesThatProvideClient, result2 error)

func (*FakeRegistryClient) GetLatestChannelEntriesThatProvideReturnsOnCall

func (fake *FakeRegistryClient) GetLatestChannelEntriesThatProvideReturnsOnCall(i int, result1 api.Registry_GetLatestChannelEntriesThatProvideClient, result2 error)

func (*FakeRegistryClient) GetPackage

func (fake *FakeRegistryClient) GetPackage(arg1 context.Context, arg2 *api.GetPackageRequest, arg3 ...grpc.CallOption) (*api.Package, error)

func (*FakeRegistryClient) GetPackageArgsForCall

func (fake *FakeRegistryClient) GetPackageArgsForCall(i int) (context.Context, *api.GetPackageRequest, []grpc.CallOption)

func (*FakeRegistryClient) GetPackageCallCount

func (fake *FakeRegistryClient) GetPackageCallCount() int

func (*FakeRegistryClient) GetPackageCalls

func (fake *FakeRegistryClient) GetPackageCalls(stub func(context.Context, *api.GetPackageRequest, ...grpc.CallOption) (*api.Package, error))

func (*FakeRegistryClient) GetPackageReturns

func (fake *FakeRegistryClient) GetPackageReturns(result1 *api.Package, result2 error)

func (*FakeRegistryClient) GetPackageReturnsOnCall

func (fake *FakeRegistryClient) GetPackageReturnsOnCall(i int, result1 *api.Package, result2 error)

func (*FakeRegistryClient) Invocations

func (fake *FakeRegistryClient) Invocations() map[string][][]interface{}

func (*FakeRegistryClient) ListBundles

func (*FakeRegistryClient) ListBundlesArgsForCall

func (fake *FakeRegistryClient) ListBundlesArgsForCall(i int) (context.Context, *api.ListBundlesRequest, []grpc.CallOption)

func (*FakeRegistryClient) ListBundlesCallCount

func (fake *FakeRegistryClient) ListBundlesCallCount() int

func (*FakeRegistryClient) ListBundlesCalls

func (*FakeRegistryClient) ListBundlesReturns

func (fake *FakeRegistryClient) ListBundlesReturns(result1 api.Registry_ListBundlesClient, result2 error)

func (*FakeRegistryClient) ListBundlesReturnsOnCall

func (fake *FakeRegistryClient) ListBundlesReturnsOnCall(i int, result1 api.Registry_ListBundlesClient, result2 error)

func (*FakeRegistryClient) ListPackages

func (*FakeRegistryClient) ListPackagesArgsForCall

func (fake *FakeRegistryClient) ListPackagesArgsForCall(i int) (context.Context, *api.ListPackageRequest, []grpc.CallOption)

func (*FakeRegistryClient) ListPackagesCallCount

func (fake *FakeRegistryClient) ListPackagesCallCount() int

func (*FakeRegistryClient) ListPackagesCalls

func (*FakeRegistryClient) ListPackagesReturns

func (fake *FakeRegistryClient) ListPackagesReturns(result1 api.Registry_ListPackagesClient, result2 error)

func (*FakeRegistryClient) ListPackagesReturnsOnCall

func (fake *FakeRegistryClient) ListPackagesReturnsOnCall(i int, result1 api.Registry_ListPackagesClient, result2 error)

type FakeRegistry_ListBundlesClient added in v0.23.0

type FakeRegistry_ListBundlesClient struct {
	CloseSendStub func() error

	ContextStub func() context.Context

	HeaderStub func() (metadata.MD, error)

	RecvStub func() (*api.Bundle, error)

	RecvMsgStub func(any) error

	SendMsgStub func(any) error

	TrailerStub func() metadata.MD
	// contains filtered or unexported fields
}

func (*FakeRegistry_ListBundlesClient) CloseSend added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) CloseSend() error

func (*FakeRegistry_ListBundlesClient) CloseSendCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) CloseSendCallCount() int

func (*FakeRegistry_ListBundlesClient) CloseSendCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) CloseSendCalls(stub func() error)

func (*FakeRegistry_ListBundlesClient) CloseSendReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) CloseSendReturns(result1 error)

func (*FakeRegistry_ListBundlesClient) CloseSendReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) CloseSendReturnsOnCall(i int, result1 error)

func (*FakeRegistry_ListBundlesClient) Context added in v0.23.0

func (*FakeRegistry_ListBundlesClient) ContextCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) ContextCallCount() int

func (*FakeRegistry_ListBundlesClient) ContextCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) ContextCalls(stub func() context.Context)

func (*FakeRegistry_ListBundlesClient) ContextReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) ContextReturns(result1 context.Context)

func (*FakeRegistry_ListBundlesClient) ContextReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) ContextReturnsOnCall(i int, result1 context.Context)

func (*FakeRegistry_ListBundlesClient) Header added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) Header() (metadata.MD, error)

func (*FakeRegistry_ListBundlesClient) HeaderCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) HeaderCallCount() int

func (*FakeRegistry_ListBundlesClient) HeaderCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) HeaderCalls(stub func() (metadata.MD, error))

func (*FakeRegistry_ListBundlesClient) HeaderReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) HeaderReturns(result1 metadata.MD, result2 error)

func (*FakeRegistry_ListBundlesClient) HeaderReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) HeaderReturnsOnCall(i int, result1 metadata.MD, result2 error)

func (*FakeRegistry_ListBundlesClient) Invocations added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) Invocations() map[string][][]interface{}

func (*FakeRegistry_ListBundlesClient) Recv added in v0.23.0

func (*FakeRegistry_ListBundlesClient) RecvCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvCallCount() int

func (*FakeRegistry_ListBundlesClient) RecvCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvCalls(stub func() (*api.Bundle, error))

func (*FakeRegistry_ListBundlesClient) RecvMsg added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvMsg(arg1 any) error

func (*FakeRegistry_ListBundlesClient) RecvMsgArgsForCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvMsgArgsForCall(i int) any

func (*FakeRegistry_ListBundlesClient) RecvMsgCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvMsgCallCount() int

func (*FakeRegistry_ListBundlesClient) RecvMsgCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvMsgCalls(stub func(any) error)

func (*FakeRegistry_ListBundlesClient) RecvMsgReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvMsgReturns(result1 error)

func (*FakeRegistry_ListBundlesClient) RecvMsgReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvMsgReturnsOnCall(i int, result1 error)

func (*FakeRegistry_ListBundlesClient) RecvReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvReturns(result1 *api.Bundle, result2 error)

func (*FakeRegistry_ListBundlesClient) RecvReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) RecvReturnsOnCall(i int, result1 *api.Bundle, result2 error)

func (*FakeRegistry_ListBundlesClient) SendMsg added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) SendMsg(arg1 any) error

func (*FakeRegistry_ListBundlesClient) SendMsgArgsForCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) SendMsgArgsForCall(i int) any

func (*FakeRegistry_ListBundlesClient) SendMsgCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) SendMsgCallCount() int

func (*FakeRegistry_ListBundlesClient) SendMsgCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) SendMsgCalls(stub func(any) error)

func (*FakeRegistry_ListBundlesClient) SendMsgReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) SendMsgReturns(result1 error)

func (*FakeRegistry_ListBundlesClient) SendMsgReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) SendMsgReturnsOnCall(i int, result1 error)

func (*FakeRegistry_ListBundlesClient) Trailer added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) Trailer() metadata.MD

func (*FakeRegistry_ListBundlesClient) TrailerCallCount added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) TrailerCallCount() int

func (*FakeRegistry_ListBundlesClient) TrailerCalls added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) TrailerCalls(stub func() metadata.MD)

func (*FakeRegistry_ListBundlesClient) TrailerReturns added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) TrailerReturns(result1 metadata.MD)

func (*FakeRegistry_ListBundlesClient) TrailerReturnsOnCall added in v0.23.0

func (fake *FakeRegistry_ListBundlesClient) TrailerReturnsOnCall(i int, result1 metadata.MD)

type FakeRegistry_ListPackagesClient

type FakeRegistry_ListPackagesClient struct {
	CloseSendStub func() error

	ContextStub func() context.Context

	HeaderStub func() (metadata.MD, error)

	RecvStub func() (*api.PackageName, error)

	RecvMsgStub func(any) error

	SendMsgStub func(any) error

	TrailerStub func() metadata.MD
	// contains filtered or unexported fields
}

func (*FakeRegistry_ListPackagesClient) CloseSend

func (fake *FakeRegistry_ListPackagesClient) CloseSend() error

func (*FakeRegistry_ListPackagesClient) CloseSendCallCount

func (fake *FakeRegistry_ListPackagesClient) CloseSendCallCount() int

func (*FakeRegistry_ListPackagesClient) CloseSendCalls

func (fake *FakeRegistry_ListPackagesClient) CloseSendCalls(stub func() error)

func (*FakeRegistry_ListPackagesClient) CloseSendReturns

func (fake *FakeRegistry_ListPackagesClient) CloseSendReturns(result1 error)

func (*FakeRegistry_ListPackagesClient) CloseSendReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) CloseSendReturnsOnCall(i int, result1 error)

func (*FakeRegistry_ListPackagesClient) Context

func (*FakeRegistry_ListPackagesClient) ContextCallCount

func (fake *FakeRegistry_ListPackagesClient) ContextCallCount() int

func (*FakeRegistry_ListPackagesClient) ContextCalls

func (fake *FakeRegistry_ListPackagesClient) ContextCalls(stub func() context.Context)

func (*FakeRegistry_ListPackagesClient) ContextReturns

func (fake *FakeRegistry_ListPackagesClient) ContextReturns(result1 context.Context)

func (*FakeRegistry_ListPackagesClient) ContextReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) ContextReturnsOnCall(i int, result1 context.Context)

func (*FakeRegistry_ListPackagesClient) Header

func (*FakeRegistry_ListPackagesClient) HeaderCallCount

func (fake *FakeRegistry_ListPackagesClient) HeaderCallCount() int

func (*FakeRegistry_ListPackagesClient) HeaderCalls

func (fake *FakeRegistry_ListPackagesClient) HeaderCalls(stub func() (metadata.MD, error))

func (*FakeRegistry_ListPackagesClient) HeaderReturns

func (fake *FakeRegistry_ListPackagesClient) HeaderReturns(result1 metadata.MD, result2 error)

func (*FakeRegistry_ListPackagesClient) HeaderReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) HeaderReturnsOnCall(i int, result1 metadata.MD, result2 error)

func (*FakeRegistry_ListPackagesClient) Invocations

func (fake *FakeRegistry_ListPackagesClient) Invocations() map[string][][]interface{}

func (*FakeRegistry_ListPackagesClient) Recv

func (*FakeRegistry_ListPackagesClient) RecvCallCount

func (fake *FakeRegistry_ListPackagesClient) RecvCallCount() int

func (*FakeRegistry_ListPackagesClient) RecvCalls

func (fake *FakeRegistry_ListPackagesClient) RecvCalls(stub func() (*api.PackageName, error))

func (*FakeRegistry_ListPackagesClient) RecvMsg

func (fake *FakeRegistry_ListPackagesClient) RecvMsg(arg1 any) error

func (*FakeRegistry_ListPackagesClient) RecvMsgArgsForCall

func (fake *FakeRegistry_ListPackagesClient) RecvMsgArgsForCall(i int) any

func (*FakeRegistry_ListPackagesClient) RecvMsgCallCount

func (fake *FakeRegistry_ListPackagesClient) RecvMsgCallCount() int

func (*FakeRegistry_ListPackagesClient) RecvMsgCalls

func (fake *FakeRegistry_ListPackagesClient) RecvMsgCalls(stub func(any) error)

func (*FakeRegistry_ListPackagesClient) RecvMsgReturns

func (fake *FakeRegistry_ListPackagesClient) RecvMsgReturns(result1 error)

func (*FakeRegistry_ListPackagesClient) RecvMsgReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) RecvMsgReturnsOnCall(i int, result1 error)

func (*FakeRegistry_ListPackagesClient) RecvReturns

func (fake *FakeRegistry_ListPackagesClient) RecvReturns(result1 *api.PackageName, result2 error)

func (*FakeRegistry_ListPackagesClient) RecvReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) RecvReturnsOnCall(i int, result1 *api.PackageName, result2 error)

func (*FakeRegistry_ListPackagesClient) SendMsg

func (fake *FakeRegistry_ListPackagesClient) SendMsg(arg1 any) error

func (*FakeRegistry_ListPackagesClient) SendMsgArgsForCall

func (fake *FakeRegistry_ListPackagesClient) SendMsgArgsForCall(i int) any

func (*FakeRegistry_ListPackagesClient) SendMsgCallCount

func (fake *FakeRegistry_ListPackagesClient) SendMsgCallCount() int

func (*FakeRegistry_ListPackagesClient) SendMsgCalls

func (fake *FakeRegistry_ListPackagesClient) SendMsgCalls(stub func(any) error)

func (*FakeRegistry_ListPackagesClient) SendMsgReturns

func (fake *FakeRegistry_ListPackagesClient) SendMsgReturns(result1 error)

func (*FakeRegistry_ListPackagesClient) SendMsgReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) SendMsgReturnsOnCall(i int, result1 error)

func (*FakeRegistry_ListPackagesClient) Trailer

func (*FakeRegistry_ListPackagesClient) TrailerCallCount

func (fake *FakeRegistry_ListPackagesClient) TrailerCallCount() int

func (*FakeRegistry_ListPackagesClient) TrailerCalls

func (fake *FakeRegistry_ListPackagesClient) TrailerCalls(stub func() metadata.MD)

func (*FakeRegistry_ListPackagesClient) TrailerReturns

func (fake *FakeRegistry_ListPackagesClient) TrailerReturns(result1 metadata.MD)

func (*FakeRegistry_ListPackagesClient) TrailerReturnsOnCall

func (fake *FakeRegistry_ListPackagesClient) TrailerReturnsOnCall(i int, result1 metadata.MD)

Jump to

Keyboard shortcuts

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