Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ReleaseByTagGetterAssetDownloader
- func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAsset(arg1 context.Context, arg2 string, arg3 string, arg4 int64, arg5 *http.Client) (io.ReadCloser, string, error)
- func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetArgsForCall(i int) (context.Context, string, string, int64, *http.Client)
- func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetCallCount() int
- func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetCalls(...)
- func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetReturns(result1 io.ReadCloser, result2 string, result3 error)
- func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetReturnsOnCall(i int, result1 io.ReadCloser, result2 string, result3 error)
- func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTag(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.RepositoryRelease, *github.Response, error)
- func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagArgsForCall(i int) (context.Context, string, string, string)
- func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagCallCount() int
- func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagCalls(...)
- func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagReturns(result1 *github.RepositoryRelease, result2 *github.Response, result3 error)
- func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagReturnsOnCall(i int, result1 *github.RepositoryRelease, result2 *github.Response, ...)
- func (fake *ReleaseByTagGetterAssetDownloader) Invocations() map[string][][]any
- type RepositoryReleaseLister
- func (fake *RepositoryReleaseLister) Invocations() map[string][][]any
- func (fake *RepositoryReleaseLister) ListReleases(arg1 context.Context, arg2 string, arg3 string, arg4 *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error)
- func (fake *RepositoryReleaseLister) ListReleasesArgsForCall(i int) (context.Context, string, string, *github.ListOptions)
- func (fake *RepositoryReleaseLister) ListReleasesCallCount() int
- func (fake *RepositoryReleaseLister) ListReleasesCalls(...)
- func (fake *RepositoryReleaseLister) ListReleasesReturns(result1 []*github.RepositoryRelease, result2 *github.Response, result3 error)
- func (fake *RepositoryReleaseLister) ListReleasesReturnsOnCall(i int, result1 []*github.RepositoryRelease, result2 *github.Response, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseByTagGetterAssetDownloader ¶ added in v0.74.0
type ReleaseByTagGetterAssetDownloader struct { DownloadReleaseAssetStub func(context.Context, string, string, int64, *http.Client) (io.ReadCloser, string, error) GetReleaseByTagStub func(context.Context, string, string, string) (*github.RepositoryRelease, *github.Response, error) // contains filtered or unexported fields }
func (*ReleaseByTagGetterAssetDownloader) DownloadReleaseAsset ¶ added in v0.74.0
func (*ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetArgsForCall ¶ added in v0.74.0
func (*ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetCallCount ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetCallCount() int
func (*ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetCalls ¶ added in v0.74.0
func (*ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetReturns ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetReturns(result1 io.ReadCloser, result2 string, result3 error)
func (*ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetReturnsOnCall ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) DownloadReleaseAssetReturnsOnCall(i int, result1 io.ReadCloser, result2 string, result3 error)
func (*ReleaseByTagGetterAssetDownloader) GetReleaseByTag ¶ added in v0.74.0
func (*ReleaseByTagGetterAssetDownloader) GetReleaseByTagArgsForCall ¶ added in v0.74.0
func (*ReleaseByTagGetterAssetDownloader) GetReleaseByTagCallCount ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagCallCount() int
func (*ReleaseByTagGetterAssetDownloader) GetReleaseByTagCalls ¶ added in v0.74.0
func (*ReleaseByTagGetterAssetDownloader) GetReleaseByTagReturns ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagReturns(result1 *github.RepositoryRelease, result2 *github.Response, result3 error)
func (*ReleaseByTagGetterAssetDownloader) GetReleaseByTagReturnsOnCall ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) GetReleaseByTagReturnsOnCall(i int, result1 *github.RepositoryRelease, result2 *github.Response, result3 error)
func (*ReleaseByTagGetterAssetDownloader) Invocations ¶ added in v0.74.0
func (fake *ReleaseByTagGetterAssetDownloader) Invocations() map[string][][]any
type RepositoryReleaseLister ¶
type RepositoryReleaseLister struct { ListReleasesStub func(context.Context, string, string, *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error) // contains filtered or unexported fields }
func (*RepositoryReleaseLister) Invocations ¶
func (fake *RepositoryReleaseLister) Invocations() map[string][][]any
func (*RepositoryReleaseLister) ListReleases ¶
func (fake *RepositoryReleaseLister) ListReleases(arg1 context.Context, arg2 string, arg3 string, arg4 *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error)
func (*RepositoryReleaseLister) ListReleasesArgsForCall ¶
func (fake *RepositoryReleaseLister) ListReleasesArgsForCall(i int) (context.Context, string, string, *github.ListOptions)
func (*RepositoryReleaseLister) ListReleasesCallCount ¶
func (fake *RepositoryReleaseLister) ListReleasesCallCount() int
func (*RepositoryReleaseLister) ListReleasesCalls ¶
func (fake *RepositoryReleaseLister) ListReleasesCalls(stub func(context.Context, string, string, *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error))
func (*RepositoryReleaseLister) ListReleasesReturns ¶
func (fake *RepositoryReleaseLister) ListReleasesReturns(result1 []*github.RepositoryRelease, result2 *github.Response, result3 error)
func (*RepositoryReleaseLister) ListReleasesReturnsOnCall ¶
func (fake *RepositoryReleaseLister) ListReleasesReturnsOnCall(i int, result1 []*github.RepositoryRelease, result2 *github.Response, result3 error)
Click to show internal directories.
Click to hide internal directories.