Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClientInterface
- func (fake *FakeClientInterface) Close() error
- func (fake *FakeClientInterface) CloseCallCount() int
- func (fake *FakeClientInterface) CloseCalls(stub func() error)
- func (fake *FakeClientInterface) CloseReturns(result1 error)
- func (fake *FakeClientInterface) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeClientInterface) FindBundleThatProvides(arg1 context.Context, arg2 string, arg3 string, arg4 string, ...) (*api.Bundle, error)
- func (fake *FakeClientInterface) FindBundleThatProvidesArgsForCall(i int) (context.Context, string, string, string, map[string]struct{})
- func (fake *FakeClientInterface) FindBundleThatProvidesCallCount() int
- func (fake *FakeClientInterface) FindBundleThatProvidesCalls(...)
- func (fake *FakeClientInterface) FindBundleThatProvidesReturns(result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) FindBundleThatProvidesReturnsOnCall(i int, result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetBundle(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*api.Bundle, error)
- func (fake *FakeClientInterface) GetBundleArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeClientInterface) GetBundleCallCount() int
- func (fake *FakeClientInterface) GetBundleCalls(stub func(context.Context, string, string, string) (*api.Bundle, error))
- func (fake *FakeClientInterface) GetBundleInPackageChannel(arg1 context.Context, arg2 string, arg3 string) (*api.Bundle, error)
- func (fake *FakeClientInterface) GetBundleInPackageChannelArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeClientInterface) GetBundleInPackageChannelCallCount() int
- func (fake *FakeClientInterface) GetBundleInPackageChannelCalls(stub func(context.Context, string, string) (*api.Bundle, error))
- func (fake *FakeClientInterface) GetBundleInPackageChannelReturns(result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetBundleInPackageChannelReturnsOnCall(i int, result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetBundleReturns(result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetBundleReturnsOnCall(i int, result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetBundleThatProvides(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*api.Bundle, error)
- func (fake *FakeClientInterface) GetBundleThatProvidesArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeClientInterface) GetBundleThatProvidesCallCount() int
- func (fake *FakeClientInterface) GetBundleThatProvidesCalls(stub func(context.Context, string, string, string) (*api.Bundle, error))
- func (fake *FakeClientInterface) GetBundleThatProvidesReturns(result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetBundleThatProvidesReturnsOnCall(i int, result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvide(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*registry.ChannelEntryIterator, error)
- func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideCallCount() int
- func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideCalls(...)
- func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideReturns(result1 *registry.ChannelEntryIterator, result2 error)
- func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideReturnsOnCall(i int, result1 *registry.ChannelEntryIterator, result2 error)
- func (fake *FakeClientInterface) GetPackage(arg1 context.Context, arg2 string) (*api.Package, error)
- func (fake *FakeClientInterface) GetPackageArgsForCall(i int) (context.Context, string)
- func (fake *FakeClientInterface) GetPackageCallCount() int
- func (fake *FakeClientInterface) GetPackageCalls(stub func(context.Context, string) (*api.Package, error))
- func (fake *FakeClientInterface) GetPackageReturns(result1 *api.Package, result2 error)
- func (fake *FakeClientInterface) GetPackageReturnsOnCall(i int, result1 *api.Package, result2 error)
- func (fake *FakeClientInterface) GetReplacementBundleInPackageChannel(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*api.Bundle, error)
- func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelCallCount() int
- func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelCalls(stub func(context.Context, string, string, string) (*api.Bundle, error))
- func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelReturns(result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelReturnsOnCall(i int, result1 *api.Bundle, result2 error)
- func (fake *FakeClientInterface) HealthCheck(arg1 context.Context, arg2 time.Duration) (bool, error)
- func (fake *FakeClientInterface) HealthCheckArgsForCall(i int) (context.Context, time.Duration)
- func (fake *FakeClientInterface) HealthCheckCallCount() int
- func (fake *FakeClientInterface) HealthCheckCalls(stub func(context.Context, time.Duration) (bool, error))
- func (fake *FakeClientInterface) HealthCheckReturns(result1 bool, result2 error)
- func (fake *FakeClientInterface) HealthCheckReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeClientInterface) Invocations() map[string][][]interface{}
- func (fake *FakeClientInterface) ListBundles(arg1 context.Context) (*client.BundleIterator, error)
- func (fake *FakeClientInterface) ListBundlesArgsForCall(i int) context.Context
- func (fake *FakeClientInterface) ListBundlesCallCount() int
- func (fake *FakeClientInterface) ListBundlesCalls(stub func(context.Context) (*client.BundleIterator, error))
- func (fake *FakeClientInterface) ListBundlesReturns(result1 *client.BundleIterator, result2 error)
- func (fake *FakeClientInterface) ListBundlesReturnsOnCall(i int, result1 *client.BundleIterator, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClientInterface ¶
type FakeClientInterface struct { CloseStub func() error FindBundleThatProvidesStub func(context.Context, string, string, string, map[string]struct{}) (*api.Bundle, error) GetBundleStub func(context.Context, string, string, string) (*api.Bundle, error) GetBundleInPackageChannelStub func(context.Context, string, string) (*api.Bundle, error) GetBundleThatProvidesStub func(context.Context, string, string, string) (*api.Bundle, error) GetLatestChannelEntriesThatProvideStub func(context.Context, string, string, string) (*registry.ChannelEntryIterator, error) GetPackageStub func(context.Context, string) (*api.Package, error) GetReplacementBundleInPackageChannelStub func(context.Context, string, string, string) (*api.Bundle, error) HealthCheckStub func(context.Context, time.Duration) (bool, error) ListBundlesStub func(context.Context) (*client.BundleIterator, error) // contains filtered or unexported fields }
func (*FakeClientInterface) Close ¶
func (fake *FakeClientInterface) Close() error
func (*FakeClientInterface) CloseCallCount ¶
func (fake *FakeClientInterface) CloseCallCount() int
func (*FakeClientInterface) CloseCalls ¶
func (fake *FakeClientInterface) CloseCalls(stub func() error)
func (*FakeClientInterface) CloseReturns ¶
func (fake *FakeClientInterface) CloseReturns(result1 error)
func (*FakeClientInterface) CloseReturnsOnCall ¶
func (fake *FakeClientInterface) CloseReturnsOnCall(i int, result1 error)
func (*FakeClientInterface) FindBundleThatProvides ¶
func (*FakeClientInterface) FindBundleThatProvidesArgsForCall ¶
func (*FakeClientInterface) FindBundleThatProvidesCallCount ¶
func (fake *FakeClientInterface) FindBundleThatProvidesCallCount() int
func (*FakeClientInterface) FindBundleThatProvidesCalls ¶
func (*FakeClientInterface) FindBundleThatProvidesReturns ¶
func (fake *FakeClientInterface) FindBundleThatProvidesReturns(result1 *api.Bundle, result2 error)
func (*FakeClientInterface) FindBundleThatProvidesReturnsOnCall ¶
func (fake *FakeClientInterface) FindBundleThatProvidesReturnsOnCall(i int, result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetBundleArgsForCall ¶
func (*FakeClientInterface) GetBundleCallCount ¶
func (fake *FakeClientInterface) GetBundleCallCount() int
func (*FakeClientInterface) GetBundleCalls ¶
func (*FakeClientInterface) GetBundleInPackageChannel ¶
func (*FakeClientInterface) GetBundleInPackageChannelArgsForCall ¶
func (*FakeClientInterface) GetBundleInPackageChannelCallCount ¶
func (fake *FakeClientInterface) GetBundleInPackageChannelCallCount() int
func (*FakeClientInterface) GetBundleInPackageChannelCalls ¶
func (*FakeClientInterface) GetBundleInPackageChannelReturns ¶
func (fake *FakeClientInterface) GetBundleInPackageChannelReturns(result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetBundleInPackageChannelReturnsOnCall ¶
func (fake *FakeClientInterface) GetBundleInPackageChannelReturnsOnCall(i int, result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetBundleReturns ¶
func (fake *FakeClientInterface) GetBundleReturns(result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetBundleReturnsOnCall ¶
func (fake *FakeClientInterface) GetBundleReturnsOnCall(i int, result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetBundleThatProvides ¶
func (*FakeClientInterface) GetBundleThatProvidesArgsForCall ¶
func (*FakeClientInterface) GetBundleThatProvidesCallCount ¶
func (fake *FakeClientInterface) GetBundleThatProvidesCallCount() int
func (*FakeClientInterface) GetBundleThatProvidesCalls ¶
func (*FakeClientInterface) GetBundleThatProvidesReturns ¶
func (fake *FakeClientInterface) GetBundleThatProvidesReturns(result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetBundleThatProvidesReturnsOnCall ¶
func (fake *FakeClientInterface) GetBundleThatProvidesReturnsOnCall(i int, result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetLatestChannelEntriesThatProvide ¶
func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvide(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*registry.ChannelEntryIterator, error)
func (*FakeClientInterface) GetLatestChannelEntriesThatProvideArgsForCall ¶
func (*FakeClientInterface) GetLatestChannelEntriesThatProvideCallCount ¶
func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideCallCount() int
func (*FakeClientInterface) GetLatestChannelEntriesThatProvideCalls ¶
func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideCalls(stub func(context.Context, string, string, string) (*registry.ChannelEntryIterator, error))
func (*FakeClientInterface) GetLatestChannelEntriesThatProvideReturns ¶
func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideReturns(result1 *registry.ChannelEntryIterator, result2 error)
func (*FakeClientInterface) GetLatestChannelEntriesThatProvideReturnsOnCall ¶
func (fake *FakeClientInterface) GetLatestChannelEntriesThatProvideReturnsOnCall(i int, result1 *registry.ChannelEntryIterator, result2 error)
func (*FakeClientInterface) GetPackage ¶
func (*FakeClientInterface) GetPackageArgsForCall ¶
func (fake *FakeClientInterface) GetPackageArgsForCall(i int) (context.Context, string)
func (*FakeClientInterface) GetPackageCallCount ¶
func (fake *FakeClientInterface) GetPackageCallCount() int
func (*FakeClientInterface) GetPackageCalls ¶
func (*FakeClientInterface) GetPackageReturns ¶
func (fake *FakeClientInterface) GetPackageReturns(result1 *api.Package, result2 error)
func (*FakeClientInterface) GetPackageReturnsOnCall ¶
func (fake *FakeClientInterface) GetPackageReturnsOnCall(i int, result1 *api.Package, result2 error)
func (*FakeClientInterface) GetReplacementBundleInPackageChannel ¶
func (*FakeClientInterface) GetReplacementBundleInPackageChannelArgsForCall ¶
func (*FakeClientInterface) GetReplacementBundleInPackageChannelCallCount ¶
func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelCallCount() int
func (*FakeClientInterface) GetReplacementBundleInPackageChannelCalls ¶
func (*FakeClientInterface) GetReplacementBundleInPackageChannelReturns ¶
func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelReturns(result1 *api.Bundle, result2 error)
func (*FakeClientInterface) GetReplacementBundleInPackageChannelReturnsOnCall ¶
func (fake *FakeClientInterface) GetReplacementBundleInPackageChannelReturnsOnCall(i int, result1 *api.Bundle, result2 error)
func (*FakeClientInterface) HealthCheck ¶
func (*FakeClientInterface) HealthCheckArgsForCall ¶
func (*FakeClientInterface) HealthCheckCallCount ¶
func (fake *FakeClientInterface) HealthCheckCallCount() int
func (*FakeClientInterface) HealthCheckCalls ¶
func (*FakeClientInterface) HealthCheckReturns ¶
func (fake *FakeClientInterface) HealthCheckReturns(result1 bool, result2 error)
func (*FakeClientInterface) HealthCheckReturnsOnCall ¶
func (fake *FakeClientInterface) HealthCheckReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeClientInterface) Invocations ¶
func (fake *FakeClientInterface) Invocations() map[string][][]interface{}
func (*FakeClientInterface) ListBundles ¶
func (fake *FakeClientInterface) ListBundles(arg1 context.Context) (*client.BundleIterator, error)
func (*FakeClientInterface) ListBundlesArgsForCall ¶
func (fake *FakeClientInterface) ListBundlesArgsForCall(i int) context.Context
func (*FakeClientInterface) ListBundlesCallCount ¶
func (fake *FakeClientInterface) ListBundlesCallCount() int
func (*FakeClientInterface) ListBundlesCalls ¶
func (fake *FakeClientInterface) ListBundlesCalls(stub func(context.Context) (*client.BundleIterator, error))
func (*FakeClientInterface) ListBundlesReturns ¶
func (fake *FakeClientInterface) ListBundlesReturns(result1 *client.BundleIterator, result2 error)
func (*FakeClientInterface) ListBundlesReturnsOnCall ¶
func (fake *FakeClientInterface) ListBundlesReturnsOnCall(i int, result1 *client.BundleIterator, result2 error)
Click to show internal directories.
Click to hide internal directories.