Versions in this module Expand all Collapse all v0 v0.44.0 Mar 13, 2024 Changes in this version + type FakeGit struct + GetBlobRawStub func(context.Context, string, string, string) ([]byte, *github.Response, error) + GetTreeStub func(context.Context, string, string, string, bool) (*github.Tree, *github.Response, error) + func (fake *FakeGit) GetBlobRaw(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]byte, *github.Response, error) + func (fake *FakeGit) GetBlobRawArgsForCall(i int) (context.Context, string, string, string) + func (fake *FakeGit) GetBlobRawCallCount() int + func (fake *FakeGit) GetBlobRawCalls(...) + func (fake *FakeGit) GetBlobRawReturns(result1 []byte, result2 *github.Response, result3 error) + func (fake *FakeGit) GetBlobRawReturnsOnCall(i int, result1 []byte, result2 *github.Response, result3 error) + func (fake *FakeGit) GetTree(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 bool) (*github.Tree, *github.Response, error) + func (fake *FakeGit) GetTreeArgsForCall(i int) (context.Context, string, string, string, bool) + func (fake *FakeGit) GetTreeCallCount() int + func (fake *FakeGit) GetTreeCalls(...) + func (fake *FakeGit) GetTreeReturns(result1 *github.Tree, result2 *github.Response, result3 error) + func (fake *FakeGit) GetTreeReturnsOnCall(i int, result1 *github.Tree, result2 *github.Response, result3 error) + func (fake *FakeGit) Invocations() map[string][][]interface{} + type FakeRateLimitSource struct + RateLimitsStub func(context.Context) (*github.RateLimits, *github.Response, error) + func (fake *FakeRateLimitSource) Invocations() map[string][][]interface{} + func (fake *FakeRateLimitSource) RateLimits(arg1 context.Context) (*github.RateLimits, *github.Response, error) + func (fake *FakeRateLimitSource) RateLimitsArgsForCall(i int) context.Context + func (fake *FakeRateLimitSource) RateLimitsCallCount() int + func (fake *FakeRateLimitSource) RateLimitsCalls(stub func(context.Context) (*github.RateLimits, *github.Response, error)) + func (fake *FakeRateLimitSource) RateLimitsReturns(result1 *github.RateLimits, result2 *github.Response, result3 error) + func (fake *FakeRateLimitSource) RateLimitsReturnsOnCall(i int, result1 *github.RateLimits, result2 *github.Response, result3 error) + type FakeRepositories struct + GetContentsStub func(context.Context, string, string, string, *github.RepositoryContentGetOptions) (*github.RepositoryContent, []*github.RepositoryContent, *github.Response, ...) + GetStub func(context.Context, string, string) (*github.Repository, *github.Response, error) + ListCommitsStub func(context.Context, string, string, *github.CommitsListOptions) ([]*github.RepositoryCommit, *github.Response, error) + func (fake *FakeRepositories) Get(arg1 context.Context, arg2 string, arg3 string) (*github.Repository, *github.Response, error) + func (fake *FakeRepositories) GetArgsForCall(i int) (context.Context, string, string) + func (fake *FakeRepositories) GetCallCount() int + func (fake *FakeRepositories) GetCalls(...) + func (fake *FakeRepositories) GetContents(arg1 context.Context, arg2 string, arg3 string, arg4 string, ...) (*github.RepositoryContent, []*github.RepositoryContent, *github.Response, ...) + func (fake *FakeRepositories) GetContentsArgsForCall(i int) (context.Context, string, string, string, *github.RepositoryContentGetOptions) + func (fake *FakeRepositories) GetContentsCallCount() int + func (fake *FakeRepositories) GetContentsCalls(...) + func (fake *FakeRepositories) GetContentsReturns(result1 *github.RepositoryContent, result2 []*github.RepositoryContent, ...) + func (fake *FakeRepositories) GetContentsReturnsOnCall(i int, result1 *github.RepositoryContent, result2 []*github.RepositoryContent, ...) + func (fake *FakeRepositories) GetReturns(result1 *github.Repository, result2 *github.Response, result3 error) + func (fake *FakeRepositories) GetReturnsOnCall(i int, result1 *github.Repository, result2 *github.Response, result3 error) + func (fake *FakeRepositories) Invocations() map[string][][]interface{} + func (fake *FakeRepositories) ListCommits(arg1 context.Context, arg2 string, arg3 string, ...) ([]*github.RepositoryCommit, *github.Response, error) + func (fake *FakeRepositories) ListCommitsArgsForCall(i int) (context.Context, string, string, *github.CommitsListOptions) + func (fake *FakeRepositories) ListCommitsCallCount() int + func (fake *FakeRepositories) ListCommitsCalls(...) + func (fake *FakeRepositories) ListCommitsReturns(result1 []*github.RepositoryCommit, result2 *github.Response, result3 error) + func (fake *FakeRepositories) ListCommitsReturnsOnCall(i int, result1 []*github.RepositoryCommit, result2 *github.Response, ...) v0.43.0 Feb 16, 2024