fakes

package
v0.10.1-1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

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)

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

Jump to

Keyboard shortcuts

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