Documentation
¶
Overview ¶
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
SPDX-License-Identifier: Apache-2.0 Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInterface
- func (fake *FakeInterface) Client(arg1 string) httpclient.Client
- func (fake *FakeInterface) ClientArgsForCall(i int) string
- func (fake *FakeInterface) ClientCallCount() int
- func (fake *FakeInterface) ClientCalls(stub func(string) httpclient.Client)
- func (fake *FakeInterface) ClientReturns(result1 httpclient.Client)
- func (fake *FakeInterface) ClientReturnsOnCall(i int, result1 httpclient.Client)
- func (fake *FakeInterface) Invocations() map[string][][]interface{}
- func (fake *FakeInterface) LoadRepository(arg1 context.Context, arg2 string) error
- func (fake *FakeInterface) LoadRepositoryArgsForCall(i int) (context.Context, string)
- func (fake *FakeInterface) LoadRepositoryCallCount() int
- func (fake *FakeInterface) LoadRepositoryCalls(stub func(context.Context, string) error)
- func (fake *FakeInterface) LoadRepositoryReturns(result1 error)
- func (fake *FakeInterface) LoadRepositoryReturnsOnCall(i int, result1 error)
- func (fake *FakeInterface) LogRateLimits(arg1 context.Context)
- func (fake *FakeInterface) LogRateLimitsArgsForCall(i int) context.Context
- func (fake *FakeInterface) LogRateLimitsCallCount() int
- func (fake *FakeInterface) LogRateLimitsCalls(stub func(context.Context))
- func (fake *FakeInterface) Read(arg1 context.Context, arg2 string) ([]byte, error)
- func (fake *FakeInterface) ReadArgsForCall(i int) (context.Context, string)
- func (fake *FakeInterface) ReadCallCount() int
- func (fake *FakeInterface) ReadCalls(stub func(context.Context, string) ([]byte, error))
- func (fake *FakeInterface) ReadGitInfo(arg1 context.Context, arg2 string) ([]byte, error)
- func (fake *FakeInterface) ReadGitInfoArgsForCall(i int) (context.Context, string)
- func (fake *FakeInterface) ReadGitInfoCallCount() int
- func (fake *FakeInterface) ReadGitInfoCalls(stub func(context.Context, string) ([]byte, error))
- func (fake *FakeInterface) ReadGitInfoReturns(result1 []byte, result2 error)
- func (fake *FakeInterface) ReadGitInfoReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeInterface) ReadReturns(result1 []byte, result2 error)
- func (fake *FakeInterface) ReadReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeInterface) ResolveRelativeLink(arg1 string, arg2 string) (string, error)
- func (fake *FakeInterface) ResolveRelativeLinkArgsForCall(i int) (string, string)
- func (fake *FakeInterface) ResolveRelativeLinkCallCount() int
- func (fake *FakeInterface) ResolveRelativeLinkCalls(stub func(string, string) (string, error))
- func (fake *FakeInterface) ResolveRelativeLinkReturns(result1 string, result2 error)
- func (fake *FakeInterface) ResolveRelativeLinkReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeInterface) ResourceURL(arg1 string) (*repositoryhost.URL, error)
- func (fake *FakeInterface) ResourceURLArgsForCall(i int) string
- func (fake *FakeInterface) ResourceURLCallCount() int
- func (fake *FakeInterface) ResourceURLCalls(stub func(string) (*repositoryhost.URL, error))
- func (fake *FakeInterface) ResourceURLReturns(result1 *repositoryhost.URL, result2 error)
- func (fake *FakeInterface) ResourceURLReturnsOnCall(i int, result1 *repositoryhost.URL, result2 error)
- func (fake *FakeInterface) Tree(arg1 string) ([]string, error)
- func (fake *FakeInterface) TreeArgsForCall(i int) string
- func (fake *FakeInterface) TreeCallCount() int
- func (fake *FakeInterface) TreeCalls(stub func(string) ([]string, error))
- func (fake *FakeInterface) TreeReturns(result1 []string, result2 error)
- func (fake *FakeInterface) TreeReturnsOnCall(i int, result1 []string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInterface ¶
type FakeInterface struct { ClientStub func(string) httpclient.Client LoadRepositoryStub func(context.Context, string) error LogRateLimitsStub func(context.Context) ReadStub func(context.Context, string) ([]byte, error) ReadGitInfoStub func(context.Context, string) ([]byte, error) ResolveRelativeLinkStub func(string, string) (string, error) ResourceURLStub func(string) (*repositoryhost.URL, error) TreeStub func(string) ([]string, error) // contains filtered or unexported fields }
func (*FakeInterface) Client ¶
func (fake *FakeInterface) Client(arg1 string) httpclient.Client
func (*FakeInterface) ClientArgsForCall ¶
func (fake *FakeInterface) ClientArgsForCall(i int) string
func (*FakeInterface) ClientCallCount ¶
func (fake *FakeInterface) ClientCallCount() int
func (*FakeInterface) ClientCalls ¶
func (fake *FakeInterface) ClientCalls(stub func(string) httpclient.Client)
func (*FakeInterface) ClientReturns ¶
func (fake *FakeInterface) ClientReturns(result1 httpclient.Client)
func (*FakeInterface) ClientReturnsOnCall ¶
func (fake *FakeInterface) ClientReturnsOnCall(i int, result1 httpclient.Client)
func (*FakeInterface) Invocations ¶
func (fake *FakeInterface) Invocations() map[string][][]interface{}
func (*FakeInterface) LoadRepository ¶
func (fake *FakeInterface) LoadRepository(arg1 context.Context, arg2 string) error
func (*FakeInterface) LoadRepositoryArgsForCall ¶
func (fake *FakeInterface) LoadRepositoryArgsForCall(i int) (context.Context, string)
func (*FakeInterface) LoadRepositoryCallCount ¶
func (fake *FakeInterface) LoadRepositoryCallCount() int
func (*FakeInterface) LoadRepositoryCalls ¶
func (fake *FakeInterface) LoadRepositoryCalls(stub func(context.Context, string) error)
func (*FakeInterface) LoadRepositoryReturns ¶
func (fake *FakeInterface) LoadRepositoryReturns(result1 error)
func (*FakeInterface) LoadRepositoryReturnsOnCall ¶
func (fake *FakeInterface) LoadRepositoryReturnsOnCall(i int, result1 error)
func (*FakeInterface) LogRateLimits ¶
func (fake *FakeInterface) LogRateLimits(arg1 context.Context)
func (*FakeInterface) LogRateLimitsArgsForCall ¶
func (fake *FakeInterface) LogRateLimitsArgsForCall(i int) context.Context
func (*FakeInterface) LogRateLimitsCallCount ¶
func (fake *FakeInterface) LogRateLimitsCallCount() int
func (*FakeInterface) LogRateLimitsCalls ¶
func (fake *FakeInterface) LogRateLimitsCalls(stub func(context.Context))
func (*FakeInterface) ReadArgsForCall ¶
func (fake *FakeInterface) ReadArgsForCall(i int) (context.Context, string)
func (*FakeInterface) ReadCallCount ¶
func (fake *FakeInterface) ReadCallCount() int
func (*FakeInterface) ReadGitInfo ¶
func (*FakeInterface) ReadGitInfoArgsForCall ¶
func (fake *FakeInterface) ReadGitInfoArgsForCall(i int) (context.Context, string)
func (*FakeInterface) ReadGitInfoCallCount ¶
func (fake *FakeInterface) ReadGitInfoCallCount() int
func (*FakeInterface) ReadGitInfoCalls ¶
func (*FakeInterface) ReadGitInfoReturns ¶
func (fake *FakeInterface) ReadGitInfoReturns(result1 []byte, result2 error)
func (*FakeInterface) ReadGitInfoReturnsOnCall ¶
func (fake *FakeInterface) ReadGitInfoReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeInterface) ReadReturns ¶
func (fake *FakeInterface) ReadReturns(result1 []byte, result2 error)
func (*FakeInterface) ReadReturnsOnCall ¶
func (fake *FakeInterface) ReadReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeInterface) ResolveRelativeLink ¶
func (fake *FakeInterface) ResolveRelativeLink(arg1 string, arg2 string) (string, error)
func (*FakeInterface) ResolveRelativeLinkArgsForCall ¶
func (fake *FakeInterface) ResolveRelativeLinkArgsForCall(i int) (string, string)
func (*FakeInterface) ResolveRelativeLinkCallCount ¶
func (fake *FakeInterface) ResolveRelativeLinkCallCount() int
func (*FakeInterface) ResolveRelativeLinkCalls ¶
func (fake *FakeInterface) ResolveRelativeLinkCalls(stub func(string, string) (string, error))
func (*FakeInterface) ResolveRelativeLinkReturns ¶
func (fake *FakeInterface) ResolveRelativeLinkReturns(result1 string, result2 error)
func (*FakeInterface) ResolveRelativeLinkReturnsOnCall ¶
func (fake *FakeInterface) ResolveRelativeLinkReturnsOnCall(i int, result1 string, result2 error)
func (*FakeInterface) ResourceURL ¶
func (fake *FakeInterface) ResourceURL(arg1 string) (*repositoryhost.URL, error)
func (*FakeInterface) ResourceURLArgsForCall ¶
func (fake *FakeInterface) ResourceURLArgsForCall(i int) string
func (*FakeInterface) ResourceURLCallCount ¶
func (fake *FakeInterface) ResourceURLCallCount() int
func (*FakeInterface) ResourceURLCalls ¶
func (fake *FakeInterface) ResourceURLCalls(stub func(string) (*repositoryhost.URL, error))
func (*FakeInterface) ResourceURLReturns ¶
func (fake *FakeInterface) ResourceURLReturns(result1 *repositoryhost.URL, result2 error)
func (*FakeInterface) ResourceURLReturnsOnCall ¶
func (fake *FakeInterface) ResourceURLReturnsOnCall(i int, result1 *repositoryhost.URL, result2 error)
func (*FakeInterface) TreeArgsForCall ¶
func (fake *FakeInterface) TreeArgsForCall(i int) string
func (*FakeInterface) TreeCallCount ¶
func (fake *FakeInterface) TreeCallCount() int
func (*FakeInterface) TreeCalls ¶
func (fake *FakeInterface) TreeCalls(stub func(string) ([]string, error))
func (*FakeInterface) TreeReturns ¶
func (fake *FakeInterface) TreeReturns(result1 []string, result2 error)
func (*FakeInterface) TreeReturnsOnCall ¶
func (fake *FakeInterface) TreeReturnsOnCall(i int, result1 []string, result2 error)
Click to show internal directories.
Click to hide internal directories.