Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockRepositories
- func (m *MockRepositories) AddAdminEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.AdminEnforcement, *github.Response, error)
- func (m *MockRepositories) AddAppRestrictions(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) ([]*github.App, *github.Response, error)
- func (m *MockRepositories) AddCollaborator(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.CollaboratorInvitation, *github.Response, error)
- func (m *MockRepositories) CompareCommits(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*github.CommitsComparison, *github.Response, error)
- func (m *MockRepositories) CompareCommitsRaw(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 github.RawOptions) (string, *github.Response, error)
- func (m *MockRepositories) Create(arg0 context.Context, arg1 string, arg2 *github.Repository) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) CreateComment(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryComment) (*github.RepositoryComment, *github.Response, error)
- func (m *MockRepositories) CreateDeployment(arg0 context.Context, arg1, arg2 string, arg3 *github.DeploymentRequest) (*github.Deployment, *github.Response, error)
- func (m *MockRepositories) CreateDeploymentStatus(arg0 context.Context, arg1, arg2 string, arg3 int64, ...) (*github.DeploymentStatus, *github.Response, error)
- func (m *MockRepositories) CreateFile(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.RepositoryContentResponse, *github.Response, error)
- func (m *MockRepositories) CreateFork(arg0 context.Context, arg1, arg2 string, ...) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) CreateFromTemplate(arg0 context.Context, arg1, arg2 string, arg3 *github.TemplateRepoRequest) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) CreateHook(arg0 context.Context, arg1, arg2 string, arg3 *github.Hook) (*github.Hook, *github.Response, error)
- func (m *MockRepositories) CreateKey(arg0 context.Context, arg1, arg2 string, arg3 *github.Key) (*github.Key, *github.Response, error)
- func (m *MockRepositories) CreateProject(arg0 context.Context, arg1, arg2 string, arg3 *github.ProjectOptions) (*github.Project, *github.Response, error)
- func (m *MockRepositories) CreateRelease(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryRelease) (*github.RepositoryRelease, *github.Response, error)
- func (m *MockRepositories) CreateStatus(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepoStatus) (*github.RepoStatus, *github.Response, error)
- func (m *MockRepositories) CreateUpdateEnvironment(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.Environment, *github.Response, error)
- func (m *MockRepositories) Delete(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
- func (m *MockRepositories) DeleteComment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeleteDeployment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeleteEnvironment(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) DeleteFile(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.RepositoryContentResponse, *github.Response, error)
- func (m *MockRepositories) DeleteHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeleteInvitation(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeleteKey(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeletePreReceiveHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeleteRelease(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DeleteReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) DisableAutomatedSecurityFixes(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
- func (m *MockRepositories) DisableDismissalRestrictions(arg0 context.Context, arg1, arg2, arg3 string) (*github.PullRequestReviewsEnforcement, *github.Response, error)
- func (m *MockRepositories) DisablePages(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
- func (m *MockRepositories) DisableVulnerabilityAlerts(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
- func (m *MockRepositories) Dispatch(arg0 context.Context, arg1, arg2 string, arg3 github.DispatchRequestOptions) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) DownloadContents(arg0 context.Context, arg1, arg2, arg3 string, ...) (io.ReadCloser, *github.Response, error)
- func (m *MockRepositories) DownloadContentsWithMeta(arg0 context.Context, arg1, arg2, arg3 string, ...) (io.ReadCloser, *github.RepositoryContent, *github.Response, error)
- func (m *MockRepositories) DownloadReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *http.Client) (io.ReadCloser, string, error)
- func (m *MockRepositories) EXPECT() *MockRepositoriesMockRecorder
- func (m *MockRepositories) Edit(arg0 context.Context, arg1, arg2 string, arg3 *github.Repository) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) EditHook(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.Hook) (*github.Hook, *github.Response, error)
- func (m *MockRepositories) EditRelease(arg0 context.Context, arg1, arg2 string, arg3 int64, ...) (*github.RepositoryRelease, *github.Response, error)
- func (m *MockRepositories) EditReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.ReleaseAsset) (*github.ReleaseAsset, *github.Response, error)
- func (m *MockRepositories) EnableAutomatedSecurityFixes(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
- func (m *MockRepositories) EnablePages(arg0 context.Context, arg1, arg2 string, arg3 *github.Pages) (*github.Pages, *github.Response, error)
- func (m *MockRepositories) EnableVulnerabilityAlerts(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
- func (m *MockRepositories) Get(arg0 context.Context, arg1, arg2 string) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) GetAdminEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.AdminEnforcement, *github.Response, error)
- func (m *MockRepositories) GetArchiveLink(arg0 context.Context, arg1, arg2 string, arg3 github.ArchiveFormat, ...) (*url.URL, *github.Response, error)
- func (m *MockRepositories) GetBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.Branch, *github.Response, error)
- func (m *MockRepositories) GetBranchProtection(arg0 context.Context, arg1, arg2, arg3 string) (*github.Protection, *github.Response, error)
- func (m *MockRepositories) GetByID(arg0 context.Context, arg1 int64) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) GetCodeOfConduct(arg0 context.Context, arg1, arg2 string) (*github.CodeOfConduct, *github.Response, error)
- func (m *MockRepositories) GetCombinedStatus(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ListOptions) (*github.CombinedStatus, *github.Response, error)
- func (m *MockRepositories) GetComment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.RepositoryComment, *github.Response, error)
- func (m *MockRepositories) GetCommit(arg0 context.Context, arg1, arg2, arg3 string) (*github.RepositoryCommit, *github.Response, error)
- func (m *MockRepositories) GetCommitRaw(arg0 context.Context, arg1, arg2, arg3 string, arg4 github.RawOptions) (string, *github.Response, error)
- func (m *MockRepositories) GetCommitSHA1(arg0 context.Context, arg1, arg2, arg3, arg4 string) (string, *github.Response, error)
- func (m *MockRepositories) GetCommunityHealthMetrics(arg0 context.Context, arg1, arg2 string) (*github.CommunityHealthMetrics, *github.Response, error)
- func (m *MockRepositories) GetContents(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.RepositoryContent, []*github.RepositoryContent, *github.Response, ...)
- func (m *MockRepositories) GetDeployment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Deployment, *github.Response, error)
- func (m *MockRepositories) GetDeploymentStatus(arg0 context.Context, arg1, arg2 string, arg3, arg4 int64) (*github.DeploymentStatus, *github.Response, error)
- func (m *MockRepositories) GetEnvironment(arg0 context.Context, arg1, arg2, arg3 string) (*github.Environment, *github.Response, error)
- func (m *MockRepositories) GetHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Hook, *github.Response, error)
- func (m *MockRepositories) GetKey(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Key, *github.Response, error)
- func (m *MockRepositories) GetLatestPagesBuild(arg0 context.Context, arg1, arg2 string) (*github.PagesBuild, *github.Response, error)
- func (m *MockRepositories) GetLatestRelease(arg0 context.Context, arg1, arg2 string) (*github.RepositoryRelease, *github.Response, error)
- func (m *MockRepositories) GetPageBuild(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.PagesBuild, *github.Response, error)
- func (m *MockRepositories) GetPagesInfo(arg0 context.Context, arg1, arg2 string) (*github.Pages, *github.Response, error)
- func (m *MockRepositories) GetPermissionLevel(arg0 context.Context, arg1, arg2, arg3 string) (*github.RepositoryPermissionLevel, *github.Response, error)
- func (m *MockRepositories) GetPreReceiveHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.PreReceiveHook, *github.Response, error)
- func (m *MockRepositories) GetPullRequestReviewEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.PullRequestReviewsEnforcement, *github.Response, error)
- func (m *MockRepositories) GetReadme(arg0 context.Context, arg1, arg2 string, ...) (*github.RepositoryContent, *github.Response, error)
- func (m *MockRepositories) GetRelease(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.RepositoryRelease, *github.Response, error)
- func (m *MockRepositories) GetReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.ReleaseAsset, *github.Response, error)
- func (m *MockRepositories) GetReleaseByTag(arg0 context.Context, arg1, arg2, arg3 string) (*github.RepositoryRelease, *github.Response, error)
- func (m *MockRepositories) GetRequiredStatusChecks(arg0 context.Context, arg1, arg2, arg3 string) (*github.RequiredStatusChecks, *github.Response, error)
- func (m *MockRepositories) GetSignaturesProtectedBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.SignaturesProtectedBranch, *github.Response, error)
- func (m *MockRepositories) GetVulnerabilityAlerts(arg0 context.Context, arg1, arg2 string) (bool, *github.Response, error)
- func (m *MockRepositories) IsCollaborator(arg0 context.Context, arg1, arg2, arg3 string) (bool, *github.Response, error)
- func (m *MockRepositories) License(arg0 context.Context, arg1, arg2 string) (*github.RepositoryLicense, *github.Response, error)
- func (m *MockRepositories) List(arg0 context.Context, arg1 string, arg2 *github.RepositoryListOptions) ([]*github.Repository, *github.Response, error)
- func (m *MockRepositories) ListAll(arg0 context.Context, arg1 *github.RepositoryListAllOptions) ([]*github.Repository, *github.Response, error)
- func (m *MockRepositories) ListAllTopics(arg0 context.Context, arg1, arg2 string) ([]string, *github.Response, error)
- func (m *MockRepositories) ListApps(arg0 context.Context, arg1, arg2, arg3 string) ([]*github.App, *github.Response, error)
- func (m *MockRepositories) ListBranches(arg0 context.Context, arg1, arg2 string, arg3 *github.BranchListOptions) ([]*github.Branch, *github.Response, error)
- func (m *MockRepositories) ListBranchesHeadCommit(arg0 context.Context, arg1, arg2, arg3 string) ([]*github.BranchCommit, *github.Response, error)
- func (m *MockRepositories) ListByOrg(arg0 context.Context, arg1 string, arg2 *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error)
- func (m *MockRepositories) ListCodeFrequency(arg0 context.Context, arg1, arg2 string) ([]*github.WeeklyStats, *github.Response, error)
- func (m *MockRepositories) ListCollaborators(arg0 context.Context, arg1, arg2 string, arg3 *github.ListCollaboratorsOptions) ([]*github.User, *github.Response, error)
- func (m *MockRepositories) ListComments(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryComment, *github.Response, error)
- func (m *MockRepositories) ListCommitActivity(arg0 context.Context, arg1, arg2 string) ([]*github.WeeklyCommitActivity, *github.Response, error)
- func (m *MockRepositories) ListCommitComments(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ListOptions) ([]*github.RepositoryComment, *github.Response, error)
- func (m *MockRepositories) ListCommits(arg0 context.Context, arg1, arg2 string, arg3 *github.CommitsListOptions) ([]*github.RepositoryCommit, *github.Response, error)
- func (m *MockRepositories) ListContributors(arg0 context.Context, arg1, arg2 string, arg3 *github.ListContributorsOptions) ([]*github.Contributor, *github.Response, error)
- func (m *MockRepositories) ListContributorsStats(arg0 context.Context, arg1, arg2 string) ([]*github.ContributorStats, *github.Response, error)
- func (m *MockRepositories) ListDeploymentStatuses(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.ListOptions) ([]*github.DeploymentStatus, *github.Response, error)
- func (m *MockRepositories) ListDeployments(arg0 context.Context, arg1, arg2 string, arg3 *github.DeploymentsListOptions) ([]*github.Deployment, *github.Response, error)
- func (m *MockRepositories) ListEnvironments(arg0 context.Context, arg1, arg2 string) (*github.EnvResponse, *github.Response, error)
- func (m *MockRepositories) ListForks(arg0 context.Context, arg1, arg2 string, ...) ([]*github.Repository, *github.Response, error)
- func (m *MockRepositories) ListHooks(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.Hook, *github.Response, error)
- func (m *MockRepositories) ListInvitations(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryInvitation, *github.Response, error)
- func (m *MockRepositories) ListKeys(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.Key, *github.Response, error)
- func (m *MockRepositories) ListLanguages(arg0 context.Context, arg1, arg2 string) (map[string]int, *github.Response, error)
- func (m *MockRepositories) ListPagesBuilds(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.PagesBuild, *github.Response, error)
- func (m *MockRepositories) ListParticipation(arg0 context.Context, arg1, arg2 string) (*github.RepositoryParticipation, *github.Response, error)
- func (m *MockRepositories) ListPreReceiveHooks(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.PreReceiveHook, *github.Response, error)
- func (m *MockRepositories) ListProjects(arg0 context.Context, arg1, arg2 string, arg3 *github.ProjectListOptions) ([]*github.Project, *github.Response, error)
- func (m *MockRepositories) ListPunchCard(arg0 context.Context, arg1, arg2 string) ([]*github.PunchCard, *github.Response, error)
- func (m *MockRepositories) ListReleaseAssets(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.ListOptions) ([]*github.ReleaseAsset, *github.Response, error)
- func (m *MockRepositories) ListReleases(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error)
- func (m *MockRepositories) ListRequiredStatusChecksContexts(arg0 context.Context, arg1, arg2, arg3 string) ([]string, *github.Response, error)
- func (m *MockRepositories) ListStatuses(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ListOptions) ([]*github.RepoStatus, *github.Response, error)
- func (m *MockRepositories) ListTags(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryTag, *github.Response, error)
- func (m *MockRepositories) ListTeams(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.Team, *github.Response, error)
- func (m *MockRepositories) ListTrafficClones(arg0 context.Context, arg1, arg2 string, arg3 *github.TrafficBreakdownOptions) (*github.TrafficClones, *github.Response, error)
- func (m *MockRepositories) ListTrafficPaths(arg0 context.Context, arg1, arg2 string) ([]*github.TrafficPath, *github.Response, error)
- func (m *MockRepositories) ListTrafficReferrers(arg0 context.Context, arg1, arg2 string) ([]*github.TrafficReferrer, *github.Response, error)
- func (m *MockRepositories) ListTrafficViews(arg0 context.Context, arg1, arg2 string, arg3 *github.TrafficBreakdownOptions) (*github.TrafficViews, *github.Response, error)
- func (m *MockRepositories) Merge(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryMergeRequest) (*github.RepositoryCommit, *github.Response, error)
- func (m *MockRepositories) OptionalSignaturesOnProtectedBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) PingHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) RemoveAdminEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) RemoveAppRestrictions(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) ([]*github.App, *github.Response, error)
- func (m *MockRepositories) RemoveBranchProtection(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) RemoveCollaborator(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) RemovePullRequestReviewEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) RemoveRequiredStatusChecks(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
- func (m *MockRepositories) ReplaceAllTopics(arg0 context.Context, arg1, arg2 string, arg3 []string) ([]string, *github.Response, error)
- func (m *MockRepositories) ReplaceAppRestrictions(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) ([]*github.App, *github.Response, error)
- func (m *MockRepositories) RequestPageBuild(arg0 context.Context, arg1, arg2 string) (*github.PagesBuild, *github.Response, error)
- func (m *MockRepositories) RequireSignaturesOnProtectedBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.SignaturesProtectedBranch, *github.Response, error)
- func (m *MockRepositories) TestHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
- func (m *MockRepositories) Transfer(arg0 context.Context, arg1, arg2 string, arg3 github.TransferRequest) (*github.Repository, *github.Response, error)
- func (m *MockRepositories) UpdateBranchProtection(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ProtectionRequest) (*github.Protection, *github.Response, error)
- func (m *MockRepositories) UpdateComment(arg0 context.Context, arg1, arg2 string, arg3 int64, ...) (*github.RepositoryComment, *github.Response, error)
- func (m *MockRepositories) UpdateFile(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.RepositoryContentResponse, *github.Response, error)
- func (m *MockRepositories) UpdateInvitation(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 string) (*github.RepositoryInvitation, *github.Response, error)
- func (m *MockRepositories) UpdatePages(arg0 context.Context, arg1, arg2 string, arg3 *github.PagesUpdate) (*github.Response, error)
- func (m *MockRepositories) UpdatePreReceiveHook(arg0 context.Context, arg1, arg2 string, arg3 int64, ...) (*github.PreReceiveHook, *github.Response, error)
- func (m *MockRepositories) UpdatePullRequestReviewEnforcement(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.PullRequestReviewsEnforcement, *github.Response, error)
- func (m *MockRepositories) UpdateRequiredStatusChecks(arg0 context.Context, arg1, arg2, arg3 string, ...) (*github.RequiredStatusChecks, *github.Response, error)
- func (m *MockRepositories) UploadReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64, ...) (*github.ReleaseAsset, *github.Response, error)
- type MockRepositoriesMockRecorder
- func (mr *MockRepositoriesMockRecorder) AddAdminEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) AddAppRestrictions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) AddCollaborator(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CompareCommits(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CompareCommitsRaw(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateComment(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateDeployment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateDeploymentStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateFile(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateFork(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateFromTemplate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateProject(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) CreateUpdateEnvironment(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteComment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteDeployment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteEnvironment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteFile(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteInvitation(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeletePreReceiveHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DeleteReleaseAsset(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DisableAutomatedSecurityFixes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DisableDismissalRestrictions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DisablePages(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DisableVulnerabilityAlerts(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Dispatch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DownloadContents(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DownloadContentsWithMeta(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) DownloadReleaseAsset(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Edit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) EditHook(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) EditRelease(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) EditReleaseAsset(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) EnableAutomatedSecurityFixes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) EnablePages(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) EnableVulnerabilityAlerts(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetAdminEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetArchiveLink(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetBranchProtection(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetCodeOfConduct(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetCombinedStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetComment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetCommit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetCommitRaw(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetCommitSHA1(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetCommunityHealthMetrics(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetContents(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetDeployment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetDeploymentStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetEnvironment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetLatestPagesBuild(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetLatestRelease(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetPageBuild(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetPagesInfo(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetPermissionLevel(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetPreReceiveHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetPullRequestReviewEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetReadme(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetReleaseAsset(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetReleaseByTag(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetRequiredStatusChecks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetSignaturesProtectedBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) GetVulnerabilityAlerts(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) IsCollaborator(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) License(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListAll(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListAllTopics(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListApps(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListBranches(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListBranchesHeadCommit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListByOrg(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListCodeFrequency(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListCollaborators(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListComments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListCommitActivity(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListCommitComments(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListCommits(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListContributors(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListContributorsStats(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListDeploymentStatuses(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListDeployments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListEnvironments(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListForks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListHooks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListInvitations(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListKeys(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListLanguages(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListPagesBuilds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListParticipation(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListPreReceiveHooks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListProjects(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListPunchCard(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListReleaseAssets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListReleases(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListRequiredStatusChecksContexts(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListStatuses(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListTags(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListTeams(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListTrafficClones(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListTrafficPaths(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListTrafficReferrers(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ListTrafficViews(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Merge(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) OptionalSignaturesOnProtectedBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) PingHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RemoveAdminEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RemoveAppRestrictions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RemoveBranchProtection(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RemoveCollaborator(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RemovePullRequestReviewEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RemoveRequiredStatusChecks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ReplaceAllTopics(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) ReplaceAppRestrictions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RequestPageBuild(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) RequireSignaturesOnProtectedBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) TestHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) Transfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdateBranchProtection(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdateComment(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdateFile(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdateInvitation(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdatePages(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdatePreReceiveHook(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdatePullRequestReviewEnforcement(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UpdateRequiredStatusChecks(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockRepositoriesMockRecorder) UploadReleaseAsset(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- type MockUsers
- func (m *MockUsers) AcceptInvitation(arg0 context.Context, arg1 int64) (*github.Response, error)
- func (m *MockUsers) AddEmails(arg0 context.Context, arg1 []string) ([]*github.UserEmail, *github.Response, error)
- func (m *MockUsers) BlockUser(arg0 context.Context, arg1 string) (*github.Response, error)
- func (m *MockUsers) CreateGPGKey(arg0 context.Context, arg1 string) (*github.GPGKey, *github.Response, error)
- func (m *MockUsers) CreateKey(arg0 context.Context, arg1 *github.Key) (*github.Key, *github.Response, error)
- func (m *MockUsers) CreateProject(arg0 context.Context, arg1 *github.CreateUserProjectOptions) (*github.Project, *github.Response, error)
- func (m *MockUsers) DeclineInvitation(arg0 context.Context, arg1 int64) (*github.Response, error)
- func (m *MockUsers) DeleteEmails(arg0 context.Context, arg1 []string) (*github.Response, error)
- func (m *MockUsers) DeleteGPGKey(arg0 context.Context, arg1 int64) (*github.Response, error)
- func (m *MockUsers) DeleteKey(arg0 context.Context, arg1 int64) (*github.Response, error)
- func (m *MockUsers) DemoteSiteAdmin(arg0 context.Context, arg1 string) (*github.Response, error)
- func (m *MockUsers) EXPECT() *MockUsersMockRecorder
- func (m *MockUsers) Edit(arg0 context.Context, arg1 *github.User) (*github.User, *github.Response, error)
- func (m *MockUsers) Follow(arg0 context.Context, arg1 string) (*github.Response, error)
- func (m *MockUsers) Get(arg0 context.Context, arg1 string) (*github.User, *github.Response, error)
- func (m *MockUsers) GetByID(arg0 context.Context, arg1 int64) (*github.User, *github.Response, error)
- func (m *MockUsers) GetGPGKey(arg0 context.Context, arg1 int64) (*github.GPGKey, *github.Response, error)
- func (m *MockUsers) GetHovercard(arg0 context.Context, arg1 string, arg2 *github.HovercardOptions) (*github.Hovercard, *github.Response, error)
- func (m *MockUsers) GetKey(arg0 context.Context, arg1 int64) (*github.Key, *github.Response, error)
- func (m *MockUsers) IsBlocked(arg0 context.Context, arg1 string) (bool, *github.Response, error)
- func (m *MockUsers) IsFollowing(arg0 context.Context, arg1, arg2 string) (bool, *github.Response, error)
- func (m *MockUsers) ListAll(arg0 context.Context, arg1 *github.UserListOptions) ([]*github.User, *github.Response, error)
- func (m *MockUsers) ListBlockedUsers(arg0 context.Context, arg1 *github.ListOptions) ([]*github.User, *github.Response, error)
- func (m *MockUsers) ListEmails(arg0 context.Context, arg1 *github.ListOptions) ([]*github.UserEmail, *github.Response, error)
- func (m *MockUsers) ListFollowers(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.User, *github.Response, error)
- func (m *MockUsers) ListFollowing(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.User, *github.Response, error)
- func (m *MockUsers) ListGPGKeys(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.GPGKey, *github.Response, error)
- func (m *MockUsers) ListInvitations(arg0 context.Context, arg1 *github.ListOptions) ([]*github.RepositoryInvitation, *github.Response, error)
- func (m *MockUsers) ListKeys(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.Key, *github.Response, error)
- func (m *MockUsers) ListProjects(arg0 context.Context, arg1 string, arg2 *github.ProjectListOptions) ([]*github.Project, *github.Response, error)
- func (m *MockUsers) PromoteSiteAdmin(arg0 context.Context, arg1 string) (*github.Response, error)
- func (m *MockUsers) Suspend(arg0 context.Context, arg1 string, arg2 *github.UserSuspendOptions) (*github.Response, error)
- func (m *MockUsers) UnblockUser(arg0 context.Context, arg1 string) (*github.Response, error)
- func (m *MockUsers) Unfollow(arg0 context.Context, arg1 string) (*github.Response, error)
- func (m *MockUsers) Unsuspend(arg0 context.Context, arg1 string) (*github.Response, error)
- type MockUsersMockRecorder
- func (mr *MockUsersMockRecorder) AcceptInvitation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) AddEmails(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) BlockUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) CreateGPGKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) CreateKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) CreateProject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) DeclineInvitation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) DeleteEmails(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) DeleteGPGKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) DeleteKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) DemoteSiteAdmin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) Edit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) GetGPGKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) GetHovercard(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) GetKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) IsBlocked(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) IsFollowing(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListAll(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListBlockedUsers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListEmails(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListFollowers(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListFollowing(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListGPGKeys(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListInvitations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListKeys(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) ListProjects(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) PromoteSiteAdmin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) Suspend(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) UnblockUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersMockRecorder) Unsuspend(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRepositories ¶ added in v0.3.1
type MockRepositories struct {
// contains filtered or unexported fields
}
MockRepositories is a mock of Repositories interface.
func NewMockRepositories ¶ added in v0.3.1
func NewMockRepositories(ctrl *gomock.Controller) *MockRepositories
NewMockRepositories creates a new mock instance.
func (*MockRepositories) AddAdminEnforcement ¶ added in v0.3.1
func (m *MockRepositories) AddAdminEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.AdminEnforcement, *github.Response, error)
AddAdminEnforcement mocks base method.
func (*MockRepositories) AddAppRestrictions ¶ added in v0.3.1
func (m *MockRepositories) AddAppRestrictions(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) ([]*github.App, *github.Response, error)
AddAppRestrictions mocks base method.
func (*MockRepositories) AddCollaborator ¶ added in v0.3.1
func (m *MockRepositories) AddCollaborator(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryAddCollaboratorOptions) (*github.CollaboratorInvitation, *github.Response, error)
AddCollaborator mocks base method.
func (*MockRepositories) CompareCommits ¶ added in v0.3.1
func (m *MockRepositories) CompareCommits(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*github.CommitsComparison, *github.Response, error)
CompareCommits mocks base method.
func (*MockRepositories) CompareCommitsRaw ¶ added in v0.3.1
func (m *MockRepositories) CompareCommitsRaw(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 github.RawOptions) (string, *github.Response, error)
CompareCommitsRaw mocks base method.
func (*MockRepositories) Create ¶ added in v0.3.1
func (m *MockRepositories) Create(arg0 context.Context, arg1 string, arg2 *github.Repository) (*github.Repository, *github.Response, error)
Create mocks base method.
func (*MockRepositories) CreateComment ¶ added in v0.3.1
func (m *MockRepositories) CreateComment(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryComment) (*github.RepositoryComment, *github.Response, error)
CreateComment mocks base method.
func (*MockRepositories) CreateDeployment ¶ added in v0.3.1
func (m *MockRepositories) CreateDeployment(arg0 context.Context, arg1, arg2 string, arg3 *github.DeploymentRequest) (*github.Deployment, *github.Response, error)
CreateDeployment mocks base method.
func (*MockRepositories) CreateDeploymentStatus ¶ added in v0.3.1
func (m *MockRepositories) CreateDeploymentStatus(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.DeploymentStatusRequest) (*github.DeploymentStatus, *github.Response, error)
CreateDeploymentStatus mocks base method.
func (*MockRepositories) CreateFile ¶ added in v0.3.1
func (m *MockRepositories) CreateFile(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryContentFileOptions) (*github.RepositoryContentResponse, *github.Response, error)
CreateFile mocks base method.
func (*MockRepositories) CreateFork ¶ added in v0.3.1
func (m *MockRepositories) CreateFork(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryCreateForkOptions) (*github.Repository, *github.Response, error)
CreateFork mocks base method.
func (*MockRepositories) CreateFromTemplate ¶ added in v0.3.1
func (m *MockRepositories) CreateFromTemplate(arg0 context.Context, arg1, arg2 string, arg3 *github.TemplateRepoRequest) (*github.Repository, *github.Response, error)
CreateFromTemplate mocks base method.
func (*MockRepositories) CreateHook ¶ added in v0.3.1
func (m *MockRepositories) CreateHook(arg0 context.Context, arg1, arg2 string, arg3 *github.Hook) (*github.Hook, *github.Response, error)
CreateHook mocks base method.
func (*MockRepositories) CreateKey ¶ added in v0.3.1
func (m *MockRepositories) CreateKey(arg0 context.Context, arg1, arg2 string, arg3 *github.Key) (*github.Key, *github.Response, error)
CreateKey mocks base method.
func (*MockRepositories) CreateProject ¶ added in v0.3.1
func (m *MockRepositories) CreateProject(arg0 context.Context, arg1, arg2 string, arg3 *github.ProjectOptions) (*github.Project, *github.Response, error)
CreateProject mocks base method.
func (*MockRepositories) CreateRelease ¶ added in v0.3.1
func (m *MockRepositories) CreateRelease(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryRelease) (*github.RepositoryRelease, *github.Response, error)
CreateRelease mocks base method.
func (*MockRepositories) CreateStatus ¶ added in v0.3.1
func (m *MockRepositories) CreateStatus(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepoStatus) (*github.RepoStatus, *github.Response, error)
CreateStatus mocks base method.
func (*MockRepositories) CreateUpdateEnvironment ¶ added in v0.3.1
func (m *MockRepositories) CreateUpdateEnvironment(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.CreateUpdateEnvironment) (*github.Environment, *github.Response, error)
CreateUpdateEnvironment mocks base method.
func (*MockRepositories) Delete ¶ added in v0.3.1
func (m *MockRepositories) Delete(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
Delete mocks base method.
func (*MockRepositories) DeleteComment ¶ added in v0.3.1
func (m *MockRepositories) DeleteComment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteComment mocks base method.
func (*MockRepositories) DeleteDeployment ¶ added in v0.3.1
func (m *MockRepositories) DeleteDeployment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteDeployment mocks base method.
func (*MockRepositories) DeleteEnvironment ¶ added in v0.3.1
func (m *MockRepositories) DeleteEnvironment(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
DeleteEnvironment mocks base method.
func (*MockRepositories) DeleteFile ¶ added in v0.3.1
func (m *MockRepositories) DeleteFile(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryContentFileOptions) (*github.RepositoryContentResponse, *github.Response, error)
DeleteFile mocks base method.
func (*MockRepositories) DeleteHook ¶ added in v0.3.1
func (m *MockRepositories) DeleteHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteHook mocks base method.
func (*MockRepositories) DeleteInvitation ¶ added in v0.3.1
func (m *MockRepositories) DeleteInvitation(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteInvitation mocks base method.
func (*MockRepositories) DeleteKey ¶ added in v0.3.1
func (m *MockRepositories) DeleteKey(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteKey mocks base method.
func (*MockRepositories) DeletePreReceiveHook ¶ added in v0.3.1
func (m *MockRepositories) DeletePreReceiveHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeletePreReceiveHook mocks base method.
func (*MockRepositories) DeleteRelease ¶ added in v0.3.1
func (m *MockRepositories) DeleteRelease(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteRelease mocks base method.
func (*MockRepositories) DeleteReleaseAsset ¶ added in v0.3.1
func (m *MockRepositories) DeleteReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
DeleteReleaseAsset mocks base method.
func (*MockRepositories) DisableAutomatedSecurityFixes ¶ added in v0.3.1
func (m *MockRepositories) DisableAutomatedSecurityFixes(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
DisableAutomatedSecurityFixes mocks base method.
func (*MockRepositories) DisableDismissalRestrictions ¶ added in v0.3.1
func (m *MockRepositories) DisableDismissalRestrictions(arg0 context.Context, arg1, arg2, arg3 string) (*github.PullRequestReviewsEnforcement, *github.Response, error)
DisableDismissalRestrictions mocks base method.
func (*MockRepositories) DisablePages ¶ added in v0.3.1
func (m *MockRepositories) DisablePages(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
DisablePages mocks base method.
func (*MockRepositories) DisableVulnerabilityAlerts ¶ added in v0.3.1
func (m *MockRepositories) DisableVulnerabilityAlerts(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
DisableVulnerabilityAlerts mocks base method.
func (*MockRepositories) Dispatch ¶ added in v0.3.1
func (m *MockRepositories) Dispatch(arg0 context.Context, arg1, arg2 string, arg3 github.DispatchRequestOptions) (*github.Repository, *github.Response, error)
Dispatch mocks base method.
func (*MockRepositories) DownloadContents ¶ added in v0.3.1
func (m *MockRepositories) DownloadContents(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryContentGetOptions) (io.ReadCloser, *github.Response, error)
DownloadContents mocks base method.
func (*MockRepositories) DownloadContentsWithMeta ¶ added in v0.3.1
func (m *MockRepositories) DownloadContentsWithMeta(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryContentGetOptions) (io.ReadCloser, *github.RepositoryContent, *github.Response, error)
DownloadContentsWithMeta mocks base method.
func (*MockRepositories) DownloadReleaseAsset ¶ added in v0.3.1
func (m *MockRepositories) DownloadReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *http.Client) (io.ReadCloser, string, error)
DownloadReleaseAsset mocks base method.
func (*MockRepositories) EXPECT ¶ added in v0.3.1
func (m *MockRepositories) EXPECT() *MockRepositoriesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepositories) Edit ¶ added in v0.3.1
func (m *MockRepositories) Edit(arg0 context.Context, arg1, arg2 string, arg3 *github.Repository) (*github.Repository, *github.Response, error)
Edit mocks base method.
func (*MockRepositories) EditHook ¶ added in v0.3.1
func (m *MockRepositories) EditHook(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.Hook) (*github.Hook, *github.Response, error)
EditHook mocks base method.
func (*MockRepositories) EditRelease ¶ added in v0.3.1
func (m *MockRepositories) EditRelease(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.RepositoryRelease) (*github.RepositoryRelease, *github.Response, error)
EditRelease mocks base method.
func (*MockRepositories) EditReleaseAsset ¶ added in v0.3.1
func (m *MockRepositories) EditReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.ReleaseAsset) (*github.ReleaseAsset, *github.Response, error)
EditReleaseAsset mocks base method.
func (*MockRepositories) EnableAutomatedSecurityFixes ¶ added in v0.3.1
func (m *MockRepositories) EnableAutomatedSecurityFixes(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
EnableAutomatedSecurityFixes mocks base method.
func (*MockRepositories) EnablePages ¶ added in v0.3.1
func (m *MockRepositories) EnablePages(arg0 context.Context, arg1, arg2 string, arg3 *github.Pages) (*github.Pages, *github.Response, error)
EnablePages mocks base method.
func (*MockRepositories) EnableVulnerabilityAlerts ¶ added in v0.3.1
func (m *MockRepositories) EnableVulnerabilityAlerts(arg0 context.Context, arg1, arg2 string) (*github.Response, error)
EnableVulnerabilityAlerts mocks base method.
func (*MockRepositories) Get ¶ added in v0.3.1
func (m *MockRepositories) Get(arg0 context.Context, arg1, arg2 string) (*github.Repository, *github.Response, error)
Get mocks base method.
func (*MockRepositories) GetAdminEnforcement ¶ added in v0.3.1
func (m *MockRepositories) GetAdminEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.AdminEnforcement, *github.Response, error)
GetAdminEnforcement mocks base method.
func (*MockRepositories) GetArchiveLink ¶ added in v0.3.1
func (m *MockRepositories) GetArchiveLink(arg0 context.Context, arg1, arg2 string, arg3 github.ArchiveFormat, arg4 *github.RepositoryContentGetOptions, arg5 bool) (*url.URL, *github.Response, error)
GetArchiveLink mocks base method.
func (*MockRepositories) GetBranch ¶ added in v0.3.1
func (m *MockRepositories) GetBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.Branch, *github.Response, error)
GetBranch mocks base method.
func (*MockRepositories) GetBranchProtection ¶ added in v0.3.1
func (m *MockRepositories) GetBranchProtection(arg0 context.Context, arg1, arg2, arg3 string) (*github.Protection, *github.Response, error)
GetBranchProtection mocks base method.
func (*MockRepositories) GetByID ¶ added in v0.3.1
func (m *MockRepositories) GetByID(arg0 context.Context, arg1 int64) (*github.Repository, *github.Response, error)
GetByID mocks base method.
func (*MockRepositories) GetCodeOfConduct ¶ added in v0.3.1
func (m *MockRepositories) GetCodeOfConduct(arg0 context.Context, arg1, arg2 string) (*github.CodeOfConduct, *github.Response, error)
GetCodeOfConduct mocks base method.
func (*MockRepositories) GetCombinedStatus ¶ added in v0.3.1
func (m *MockRepositories) GetCombinedStatus(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ListOptions) (*github.CombinedStatus, *github.Response, error)
GetCombinedStatus mocks base method.
func (*MockRepositories) GetComment ¶ added in v0.3.1
func (m *MockRepositories) GetComment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.RepositoryComment, *github.Response, error)
GetComment mocks base method.
func (*MockRepositories) GetCommit ¶ added in v0.3.1
func (m *MockRepositories) GetCommit(arg0 context.Context, arg1, arg2, arg3 string) (*github.RepositoryCommit, *github.Response, error)
GetCommit mocks base method.
func (*MockRepositories) GetCommitRaw ¶ added in v0.3.1
func (m *MockRepositories) GetCommitRaw(arg0 context.Context, arg1, arg2, arg3 string, arg4 github.RawOptions) (string, *github.Response, error)
GetCommitRaw mocks base method.
func (*MockRepositories) GetCommitSHA1 ¶ added in v0.3.1
func (m *MockRepositories) GetCommitSHA1(arg0 context.Context, arg1, arg2, arg3, arg4 string) (string, *github.Response, error)
GetCommitSHA1 mocks base method.
func (*MockRepositories) GetCommunityHealthMetrics ¶ added in v0.3.1
func (m *MockRepositories) GetCommunityHealthMetrics(arg0 context.Context, arg1, arg2 string) (*github.CommunityHealthMetrics, *github.Response, error)
GetCommunityHealthMetrics mocks base method.
func (*MockRepositories) GetContents ¶ added in v0.3.1
func (m *MockRepositories) GetContents(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryContentGetOptions) (*github.RepositoryContent, []*github.RepositoryContent, *github.Response, error)
GetContents mocks base method.
func (*MockRepositories) GetDeployment ¶ added in v0.3.1
func (m *MockRepositories) GetDeployment(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Deployment, *github.Response, error)
GetDeployment mocks base method.
func (*MockRepositories) GetDeploymentStatus ¶ added in v0.3.1
func (m *MockRepositories) GetDeploymentStatus(arg0 context.Context, arg1, arg2 string, arg3, arg4 int64) (*github.DeploymentStatus, *github.Response, error)
GetDeploymentStatus mocks base method.
func (*MockRepositories) GetEnvironment ¶ added in v0.3.1
func (m *MockRepositories) GetEnvironment(arg0 context.Context, arg1, arg2, arg3 string) (*github.Environment, *github.Response, error)
GetEnvironment mocks base method.
func (*MockRepositories) GetHook ¶ added in v0.3.1
func (m *MockRepositories) GetHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Hook, *github.Response, error)
GetHook mocks base method.
func (*MockRepositories) GetKey ¶ added in v0.3.1
func (m *MockRepositories) GetKey(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Key, *github.Response, error)
GetKey mocks base method.
func (*MockRepositories) GetLatestPagesBuild ¶ added in v0.3.1
func (m *MockRepositories) GetLatestPagesBuild(arg0 context.Context, arg1, arg2 string) (*github.PagesBuild, *github.Response, error)
GetLatestPagesBuild mocks base method.
func (*MockRepositories) GetLatestRelease ¶ added in v0.3.1
func (m *MockRepositories) GetLatestRelease(arg0 context.Context, arg1, arg2 string) (*github.RepositoryRelease, *github.Response, error)
GetLatestRelease mocks base method.
func (*MockRepositories) GetPageBuild ¶ added in v0.3.1
func (m *MockRepositories) GetPageBuild(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.PagesBuild, *github.Response, error)
GetPageBuild mocks base method.
func (*MockRepositories) GetPagesInfo ¶ added in v0.3.1
func (m *MockRepositories) GetPagesInfo(arg0 context.Context, arg1, arg2 string) (*github.Pages, *github.Response, error)
GetPagesInfo mocks base method.
func (*MockRepositories) GetPermissionLevel ¶ added in v0.3.1
func (m *MockRepositories) GetPermissionLevel(arg0 context.Context, arg1, arg2, arg3 string) (*github.RepositoryPermissionLevel, *github.Response, error)
GetPermissionLevel mocks base method.
func (*MockRepositories) GetPreReceiveHook ¶ added in v0.3.1
func (m *MockRepositories) GetPreReceiveHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.PreReceiveHook, *github.Response, error)
GetPreReceiveHook mocks base method.
func (*MockRepositories) GetPullRequestReviewEnforcement ¶ added in v0.3.1
func (m *MockRepositories) GetPullRequestReviewEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.PullRequestReviewsEnforcement, *github.Response, error)
GetPullRequestReviewEnforcement mocks base method.
func (*MockRepositories) GetReadme ¶ added in v0.3.1
func (m *MockRepositories) GetReadme(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryContentGetOptions) (*github.RepositoryContent, *github.Response, error)
GetReadme mocks base method.
func (*MockRepositories) GetRelease ¶ added in v0.3.1
func (m *MockRepositories) GetRelease(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.RepositoryRelease, *github.Response, error)
GetRelease mocks base method.
func (*MockRepositories) GetReleaseAsset ¶ added in v0.3.1
func (m *MockRepositories) GetReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.ReleaseAsset, *github.Response, error)
GetReleaseAsset mocks base method.
func (*MockRepositories) GetReleaseByTag ¶ added in v0.3.1
func (m *MockRepositories) GetReleaseByTag(arg0 context.Context, arg1, arg2, arg3 string) (*github.RepositoryRelease, *github.Response, error)
GetReleaseByTag mocks base method.
func (*MockRepositories) GetRequiredStatusChecks ¶ added in v0.3.1
func (m *MockRepositories) GetRequiredStatusChecks(arg0 context.Context, arg1, arg2, arg3 string) (*github.RequiredStatusChecks, *github.Response, error)
GetRequiredStatusChecks mocks base method.
func (*MockRepositories) GetSignaturesProtectedBranch ¶ added in v0.3.1
func (m *MockRepositories) GetSignaturesProtectedBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.SignaturesProtectedBranch, *github.Response, error)
GetSignaturesProtectedBranch mocks base method.
func (*MockRepositories) GetVulnerabilityAlerts ¶ added in v0.3.1
func (m *MockRepositories) GetVulnerabilityAlerts(arg0 context.Context, arg1, arg2 string) (bool, *github.Response, error)
GetVulnerabilityAlerts mocks base method.
func (*MockRepositories) IsCollaborator ¶ added in v0.3.1
func (m *MockRepositories) IsCollaborator(arg0 context.Context, arg1, arg2, arg3 string) (bool, *github.Response, error)
IsCollaborator mocks base method.
func (*MockRepositories) License ¶ added in v0.3.1
func (m *MockRepositories) License(arg0 context.Context, arg1, arg2 string) (*github.RepositoryLicense, *github.Response, error)
License mocks base method.
func (*MockRepositories) List ¶ added in v0.3.1
func (m *MockRepositories) List(arg0 context.Context, arg1 string, arg2 *github.RepositoryListOptions) ([]*github.Repository, *github.Response, error)
List mocks base method.
func (*MockRepositories) ListAll ¶ added in v0.3.1
func (m *MockRepositories) ListAll(arg0 context.Context, arg1 *github.RepositoryListAllOptions) ([]*github.Repository, *github.Response, error)
ListAll mocks base method.
func (*MockRepositories) ListAllTopics ¶ added in v0.3.1
func (m *MockRepositories) ListAllTopics(arg0 context.Context, arg1, arg2 string) ([]string, *github.Response, error)
ListAllTopics mocks base method.
func (*MockRepositories) ListApps ¶ added in v0.3.1
func (m *MockRepositories) ListApps(arg0 context.Context, arg1, arg2, arg3 string) ([]*github.App, *github.Response, error)
ListApps mocks base method.
func (*MockRepositories) ListBranches ¶ added in v0.3.1
func (m *MockRepositories) ListBranches(arg0 context.Context, arg1, arg2 string, arg3 *github.BranchListOptions) ([]*github.Branch, *github.Response, error)
ListBranches mocks base method.
func (*MockRepositories) ListBranchesHeadCommit ¶ added in v0.3.1
func (m *MockRepositories) ListBranchesHeadCommit(arg0 context.Context, arg1, arg2, arg3 string) ([]*github.BranchCommit, *github.Response, error)
ListBranchesHeadCommit mocks base method.
func (*MockRepositories) ListByOrg ¶ added in v0.3.1
func (m *MockRepositories) ListByOrg(arg0 context.Context, arg1 string, arg2 *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error)
ListByOrg mocks base method.
func (*MockRepositories) ListCodeFrequency ¶ added in v0.3.1
func (m *MockRepositories) ListCodeFrequency(arg0 context.Context, arg1, arg2 string) ([]*github.WeeklyStats, *github.Response, error)
ListCodeFrequency mocks base method.
func (*MockRepositories) ListCollaborators ¶ added in v0.3.1
func (m *MockRepositories) ListCollaborators(arg0 context.Context, arg1, arg2 string, arg3 *github.ListCollaboratorsOptions) ([]*github.User, *github.Response, error)
ListCollaborators mocks base method.
func (*MockRepositories) ListComments ¶ added in v0.3.1
func (m *MockRepositories) ListComments(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryComment, *github.Response, error)
ListComments mocks base method.
func (*MockRepositories) ListCommitActivity ¶ added in v0.3.1
func (m *MockRepositories) ListCommitActivity(arg0 context.Context, arg1, arg2 string) ([]*github.WeeklyCommitActivity, *github.Response, error)
ListCommitActivity mocks base method.
func (*MockRepositories) ListCommitComments ¶ added in v0.3.1
func (m *MockRepositories) ListCommitComments(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ListOptions) ([]*github.RepositoryComment, *github.Response, error)
ListCommitComments mocks base method.
func (*MockRepositories) ListCommits ¶ added in v0.3.1
func (m *MockRepositories) ListCommits(arg0 context.Context, arg1, arg2 string, arg3 *github.CommitsListOptions) ([]*github.RepositoryCommit, *github.Response, error)
ListCommits mocks base method.
func (*MockRepositories) ListContributors ¶ added in v0.3.1
func (m *MockRepositories) ListContributors(arg0 context.Context, arg1, arg2 string, arg3 *github.ListContributorsOptions) ([]*github.Contributor, *github.Response, error)
ListContributors mocks base method.
func (*MockRepositories) ListContributorsStats ¶ added in v0.3.1
func (m *MockRepositories) ListContributorsStats(arg0 context.Context, arg1, arg2 string) ([]*github.ContributorStats, *github.Response, error)
ListContributorsStats mocks base method.
func (*MockRepositories) ListDeploymentStatuses ¶ added in v0.3.1
func (m *MockRepositories) ListDeploymentStatuses(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.ListOptions) ([]*github.DeploymentStatus, *github.Response, error)
ListDeploymentStatuses mocks base method.
func (*MockRepositories) ListDeployments ¶ added in v0.3.1
func (m *MockRepositories) ListDeployments(arg0 context.Context, arg1, arg2 string, arg3 *github.DeploymentsListOptions) ([]*github.Deployment, *github.Response, error)
ListDeployments mocks base method.
func (*MockRepositories) ListEnvironments ¶ added in v0.3.1
func (m *MockRepositories) ListEnvironments(arg0 context.Context, arg1, arg2 string) (*github.EnvResponse, *github.Response, error)
ListEnvironments mocks base method.
func (*MockRepositories) ListForks ¶ added in v0.3.1
func (m *MockRepositories) ListForks(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryListForksOptions) ([]*github.Repository, *github.Response, error)
ListForks mocks base method.
func (*MockRepositories) ListHooks ¶ added in v0.3.1
func (m *MockRepositories) ListHooks(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.Hook, *github.Response, error)
ListHooks mocks base method.
func (*MockRepositories) ListInvitations ¶ added in v0.3.1
func (m *MockRepositories) ListInvitations(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryInvitation, *github.Response, error)
ListInvitations mocks base method.
func (*MockRepositories) ListKeys ¶ added in v0.3.1
func (m *MockRepositories) ListKeys(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.Key, *github.Response, error)
ListKeys mocks base method.
func (*MockRepositories) ListLanguages ¶ added in v0.3.1
func (m *MockRepositories) ListLanguages(arg0 context.Context, arg1, arg2 string) (map[string]int, *github.Response, error)
ListLanguages mocks base method.
func (*MockRepositories) ListPagesBuilds ¶ added in v0.3.1
func (m *MockRepositories) ListPagesBuilds(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.PagesBuild, *github.Response, error)
ListPagesBuilds mocks base method.
func (*MockRepositories) ListParticipation ¶ added in v0.3.1
func (m *MockRepositories) ListParticipation(arg0 context.Context, arg1, arg2 string) (*github.RepositoryParticipation, *github.Response, error)
ListParticipation mocks base method.
func (*MockRepositories) ListPreReceiveHooks ¶ added in v0.3.1
func (m *MockRepositories) ListPreReceiveHooks(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.PreReceiveHook, *github.Response, error)
ListPreReceiveHooks mocks base method.
func (*MockRepositories) ListProjects ¶ added in v0.3.1
func (m *MockRepositories) ListProjects(arg0 context.Context, arg1, arg2 string, arg3 *github.ProjectListOptions) ([]*github.Project, *github.Response, error)
ListProjects mocks base method.
func (*MockRepositories) ListPunchCard ¶ added in v0.3.1
func (m *MockRepositories) ListPunchCard(arg0 context.Context, arg1, arg2 string) ([]*github.PunchCard, *github.Response, error)
ListPunchCard mocks base method.
func (*MockRepositories) ListReleaseAssets ¶ added in v0.3.1
func (m *MockRepositories) ListReleaseAssets(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.ListOptions) ([]*github.ReleaseAsset, *github.Response, error)
ListReleaseAssets mocks base method.
func (*MockRepositories) ListReleases ¶ added in v0.3.1
func (m *MockRepositories) ListReleases(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryRelease, *github.Response, error)
ListReleases mocks base method.
func (*MockRepositories) ListRequiredStatusChecksContexts ¶ added in v0.3.1
func (m *MockRepositories) ListRequiredStatusChecksContexts(arg0 context.Context, arg1, arg2, arg3 string) ([]string, *github.Response, error)
ListRequiredStatusChecksContexts mocks base method.
func (*MockRepositories) ListStatuses ¶ added in v0.3.1
func (m *MockRepositories) ListStatuses(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ListOptions) ([]*github.RepoStatus, *github.Response, error)
ListStatuses mocks base method.
func (*MockRepositories) ListTags ¶ added in v0.3.1
func (m *MockRepositories) ListTags(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.RepositoryTag, *github.Response, error)
ListTags mocks base method.
func (*MockRepositories) ListTeams ¶ added in v0.3.1
func (m *MockRepositories) ListTeams(arg0 context.Context, arg1, arg2 string, arg3 *github.ListOptions) ([]*github.Team, *github.Response, error)
ListTeams mocks base method.
func (*MockRepositories) ListTrafficClones ¶ added in v0.3.1
func (m *MockRepositories) ListTrafficClones(arg0 context.Context, arg1, arg2 string, arg3 *github.TrafficBreakdownOptions) (*github.TrafficClones, *github.Response, error)
ListTrafficClones mocks base method.
func (*MockRepositories) ListTrafficPaths ¶ added in v0.3.1
func (m *MockRepositories) ListTrafficPaths(arg0 context.Context, arg1, arg2 string) ([]*github.TrafficPath, *github.Response, error)
ListTrafficPaths mocks base method.
func (*MockRepositories) ListTrafficReferrers ¶ added in v0.3.1
func (m *MockRepositories) ListTrafficReferrers(arg0 context.Context, arg1, arg2 string) ([]*github.TrafficReferrer, *github.Response, error)
ListTrafficReferrers mocks base method.
func (*MockRepositories) ListTrafficViews ¶ added in v0.3.1
func (m *MockRepositories) ListTrafficViews(arg0 context.Context, arg1, arg2 string, arg3 *github.TrafficBreakdownOptions) (*github.TrafficViews, *github.Response, error)
ListTrafficViews mocks base method.
func (*MockRepositories) Merge ¶ added in v0.3.1
func (m *MockRepositories) Merge(arg0 context.Context, arg1, arg2 string, arg3 *github.RepositoryMergeRequest) (*github.RepositoryCommit, *github.Response, error)
Merge mocks base method.
func (*MockRepositories) OptionalSignaturesOnProtectedBranch ¶ added in v0.3.1
func (m *MockRepositories) OptionalSignaturesOnProtectedBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
OptionalSignaturesOnProtectedBranch mocks base method.
func (*MockRepositories) PingHook ¶ added in v0.3.1
func (m *MockRepositories) PingHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
PingHook mocks base method.
func (*MockRepositories) RemoveAdminEnforcement ¶ added in v0.3.1
func (m *MockRepositories) RemoveAdminEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
RemoveAdminEnforcement mocks base method.
func (*MockRepositories) RemoveAppRestrictions ¶ added in v0.3.1
func (m *MockRepositories) RemoveAppRestrictions(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) ([]*github.App, *github.Response, error)
RemoveAppRestrictions mocks base method.
func (*MockRepositories) RemoveBranchProtection ¶ added in v0.3.1
func (m *MockRepositories) RemoveBranchProtection(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
RemoveBranchProtection mocks base method.
func (*MockRepositories) RemoveCollaborator ¶ added in v0.3.1
func (m *MockRepositories) RemoveCollaborator(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
RemoveCollaborator mocks base method.
func (*MockRepositories) RemovePullRequestReviewEnforcement ¶ added in v0.3.1
func (m *MockRepositories) RemovePullRequestReviewEnforcement(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
RemovePullRequestReviewEnforcement mocks base method.
func (*MockRepositories) RemoveRequiredStatusChecks ¶ added in v0.3.1
func (m *MockRepositories) RemoveRequiredStatusChecks(arg0 context.Context, arg1, arg2, arg3 string) (*github.Response, error)
RemoveRequiredStatusChecks mocks base method.
func (*MockRepositories) ReplaceAllTopics ¶ added in v0.3.1
func (m *MockRepositories) ReplaceAllTopics(arg0 context.Context, arg1, arg2 string, arg3 []string) ([]string, *github.Response, error)
ReplaceAllTopics mocks base method.
func (*MockRepositories) ReplaceAppRestrictions ¶ added in v0.3.1
func (m *MockRepositories) ReplaceAppRestrictions(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) ([]*github.App, *github.Response, error)
ReplaceAppRestrictions mocks base method.
func (*MockRepositories) RequestPageBuild ¶ added in v0.3.1
func (m *MockRepositories) RequestPageBuild(arg0 context.Context, arg1, arg2 string) (*github.PagesBuild, *github.Response, error)
RequestPageBuild mocks base method.
func (*MockRepositories) RequireSignaturesOnProtectedBranch ¶ added in v0.3.1
func (m *MockRepositories) RequireSignaturesOnProtectedBranch(arg0 context.Context, arg1, arg2, arg3 string) (*github.SignaturesProtectedBranch, *github.Response, error)
RequireSignaturesOnProtectedBranch mocks base method.
func (*MockRepositories) TestHook ¶ added in v0.3.1
func (m *MockRepositories) TestHook(arg0 context.Context, arg1, arg2 string, arg3 int64) (*github.Response, error)
TestHook mocks base method.
func (*MockRepositories) Transfer ¶ added in v0.3.1
func (m *MockRepositories) Transfer(arg0 context.Context, arg1, arg2 string, arg3 github.TransferRequest) (*github.Repository, *github.Response, error)
Transfer mocks base method.
func (*MockRepositories) UpdateBranchProtection ¶ added in v0.3.1
func (m *MockRepositories) UpdateBranchProtection(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ProtectionRequest) (*github.Protection, *github.Response, error)
UpdateBranchProtection mocks base method.
func (*MockRepositories) UpdateComment ¶ added in v0.3.1
func (m *MockRepositories) UpdateComment(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.RepositoryComment) (*github.RepositoryComment, *github.Response, error)
UpdateComment mocks base method.
func (*MockRepositories) UpdateFile ¶ added in v0.3.1
func (m *MockRepositories) UpdateFile(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RepositoryContentFileOptions) (*github.RepositoryContentResponse, *github.Response, error)
UpdateFile mocks base method.
func (*MockRepositories) UpdateInvitation ¶ added in v0.3.1
func (m *MockRepositories) UpdateInvitation(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 string) (*github.RepositoryInvitation, *github.Response, error)
UpdateInvitation mocks base method.
func (*MockRepositories) UpdatePages ¶ added in v0.3.1
func (m *MockRepositories) UpdatePages(arg0 context.Context, arg1, arg2 string, arg3 *github.PagesUpdate) (*github.Response, error)
UpdatePages mocks base method.
func (*MockRepositories) UpdatePreReceiveHook ¶ added in v0.3.1
func (m *MockRepositories) UpdatePreReceiveHook(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.PreReceiveHook) (*github.PreReceiveHook, *github.Response, error)
UpdatePreReceiveHook mocks base method.
func (*MockRepositories) UpdatePullRequestReviewEnforcement ¶ added in v0.3.1
func (m *MockRepositories) UpdatePullRequestReviewEnforcement(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.PullRequestReviewsEnforcementUpdate) (*github.PullRequestReviewsEnforcement, *github.Response, error)
UpdatePullRequestReviewEnforcement mocks base method.
func (*MockRepositories) UpdateRequiredStatusChecks ¶ added in v0.3.1
func (m *MockRepositories) UpdateRequiredStatusChecks(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.RequiredStatusChecksRequest) (*github.RequiredStatusChecks, *github.Response, error)
UpdateRequiredStatusChecks mocks base method.
func (*MockRepositories) UploadReleaseAsset ¶ added in v0.3.1
func (m *MockRepositories) UploadReleaseAsset(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 *github.UploadOptions, arg5 *os.File) (*github.ReleaseAsset, *github.Response, error)
UploadReleaseAsset mocks base method.
type MockRepositoriesMockRecorder ¶ added in v0.3.1
type MockRepositoriesMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoriesMockRecorder is the mock recorder for MockRepositories.
func (*MockRepositoriesMockRecorder) AddAdminEnforcement ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) AddAdminEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
AddAdminEnforcement indicates an expected call of AddAdminEnforcement.
func (*MockRepositoriesMockRecorder) AddAppRestrictions ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) AddAppRestrictions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddAppRestrictions indicates an expected call of AddAppRestrictions.
func (*MockRepositoriesMockRecorder) AddCollaborator ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) AddCollaborator(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AddCollaborator indicates an expected call of AddCollaborator.
func (*MockRepositoriesMockRecorder) CompareCommits ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CompareCommits(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CompareCommits indicates an expected call of CompareCommits.
func (*MockRepositoriesMockRecorder) CompareCommitsRaw ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CompareCommitsRaw(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CompareCommitsRaw indicates an expected call of CompareCommitsRaw.
func (*MockRepositoriesMockRecorder) Create ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockRepositoriesMockRecorder) CreateComment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateComment(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateComment indicates an expected call of CreateComment.
func (*MockRepositoriesMockRecorder) CreateDeployment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateDeployment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateDeployment indicates an expected call of CreateDeployment.
func (*MockRepositoriesMockRecorder) CreateDeploymentStatus ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateDeploymentStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateDeploymentStatus indicates an expected call of CreateDeploymentStatus.
func (*MockRepositoriesMockRecorder) CreateFile ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateFile(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateFile indicates an expected call of CreateFile.
func (*MockRepositoriesMockRecorder) CreateFork ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateFork(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateFork indicates an expected call of CreateFork.
func (*MockRepositoriesMockRecorder) CreateFromTemplate ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateFromTemplate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateFromTemplate indicates an expected call of CreateFromTemplate.
func (*MockRepositoriesMockRecorder) CreateHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateHook indicates an expected call of CreateHook.
func (*MockRepositoriesMockRecorder) CreateKey ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateKey indicates an expected call of CreateKey.
func (*MockRepositoriesMockRecorder) CreateProject ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateProject(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject.
func (*MockRepositoriesMockRecorder) CreateRelease ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateRelease indicates an expected call of CreateRelease.
func (*MockRepositoriesMockRecorder) CreateStatus ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateStatus indicates an expected call of CreateStatus.
func (*MockRepositoriesMockRecorder) CreateUpdateEnvironment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) CreateUpdateEnvironment(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateUpdateEnvironment indicates an expected call of CreateUpdateEnvironment.
func (*MockRepositoriesMockRecorder) Delete ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockRepositoriesMockRecorder) DeleteComment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteComment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteComment indicates an expected call of DeleteComment.
func (*MockRepositoriesMockRecorder) DeleteDeployment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteDeployment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteDeployment indicates an expected call of DeleteDeployment.
func (*MockRepositoriesMockRecorder) DeleteEnvironment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteEnvironment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteEnvironment indicates an expected call of DeleteEnvironment.
func (*MockRepositoriesMockRecorder) DeleteFile ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteFile(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteFile indicates an expected call of DeleteFile.
func (*MockRepositoriesMockRecorder) DeleteHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteHook indicates an expected call of DeleteHook.
func (*MockRepositoriesMockRecorder) DeleteInvitation ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteInvitation(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteInvitation indicates an expected call of DeleteInvitation.
func (*MockRepositoriesMockRecorder) DeleteKey ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteKey indicates an expected call of DeleteKey.
func (*MockRepositoriesMockRecorder) DeletePreReceiveHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeletePreReceiveHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeletePreReceiveHook indicates an expected call of DeletePreReceiveHook.
func (*MockRepositoriesMockRecorder) DeleteRelease ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteRelease indicates an expected call of DeleteRelease.
func (*MockRepositoriesMockRecorder) DeleteReleaseAsset ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DeleteReleaseAsset(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteReleaseAsset indicates an expected call of DeleteReleaseAsset.
func (*MockRepositoriesMockRecorder) DisableAutomatedSecurityFixes ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DisableAutomatedSecurityFixes(arg0, arg1, arg2 interface{}) *gomock.Call
DisableAutomatedSecurityFixes indicates an expected call of DisableAutomatedSecurityFixes.
func (*MockRepositoriesMockRecorder) DisableDismissalRestrictions ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DisableDismissalRestrictions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DisableDismissalRestrictions indicates an expected call of DisableDismissalRestrictions.
func (*MockRepositoriesMockRecorder) DisablePages ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DisablePages(arg0, arg1, arg2 interface{}) *gomock.Call
DisablePages indicates an expected call of DisablePages.
func (*MockRepositoriesMockRecorder) DisableVulnerabilityAlerts ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DisableVulnerabilityAlerts(arg0, arg1, arg2 interface{}) *gomock.Call
DisableVulnerabilityAlerts indicates an expected call of DisableVulnerabilityAlerts.
func (*MockRepositoriesMockRecorder) Dispatch ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Dispatch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Dispatch indicates an expected call of Dispatch.
func (*MockRepositoriesMockRecorder) DownloadContents ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DownloadContents(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DownloadContents indicates an expected call of DownloadContents.
func (*MockRepositoriesMockRecorder) DownloadContentsWithMeta ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DownloadContentsWithMeta(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DownloadContentsWithMeta indicates an expected call of DownloadContentsWithMeta.
func (*MockRepositoriesMockRecorder) DownloadReleaseAsset ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) DownloadReleaseAsset(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DownloadReleaseAsset indicates an expected call of DownloadReleaseAsset.
func (*MockRepositoriesMockRecorder) Edit ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Edit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Edit indicates an expected call of Edit.
func (*MockRepositoriesMockRecorder) EditHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) EditHook(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
EditHook indicates an expected call of EditHook.
func (*MockRepositoriesMockRecorder) EditRelease ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) EditRelease(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
EditRelease indicates an expected call of EditRelease.
func (*MockRepositoriesMockRecorder) EditReleaseAsset ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) EditReleaseAsset(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
EditReleaseAsset indicates an expected call of EditReleaseAsset.
func (*MockRepositoriesMockRecorder) EnableAutomatedSecurityFixes ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) EnableAutomatedSecurityFixes(arg0, arg1, arg2 interface{}) *gomock.Call
EnableAutomatedSecurityFixes indicates an expected call of EnableAutomatedSecurityFixes.
func (*MockRepositoriesMockRecorder) EnablePages ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) EnablePages(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
EnablePages indicates an expected call of EnablePages.
func (*MockRepositoriesMockRecorder) EnableVulnerabilityAlerts ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) EnableVulnerabilityAlerts(arg0, arg1, arg2 interface{}) *gomock.Call
EnableVulnerabilityAlerts indicates an expected call of EnableVulnerabilityAlerts.
func (*MockRepositoriesMockRecorder) Get ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockRepositoriesMockRecorder) GetAdminEnforcement ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetAdminEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetAdminEnforcement indicates an expected call of GetAdminEnforcement.
func (*MockRepositoriesMockRecorder) GetArchiveLink ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetArchiveLink(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
GetArchiveLink indicates an expected call of GetArchiveLink.
func (*MockRepositoriesMockRecorder) GetBranch ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetBranch indicates an expected call of GetBranch.
func (*MockRepositoriesMockRecorder) GetBranchProtection ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetBranchProtection(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetBranchProtection indicates an expected call of GetBranchProtection.
func (*MockRepositoriesMockRecorder) GetByID ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call
GetByID indicates an expected call of GetByID.
func (*MockRepositoriesMockRecorder) GetCodeOfConduct ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetCodeOfConduct(arg0, arg1, arg2 interface{}) *gomock.Call
GetCodeOfConduct indicates an expected call of GetCodeOfConduct.
func (*MockRepositoriesMockRecorder) GetCombinedStatus ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetCombinedStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetCombinedStatus indicates an expected call of GetCombinedStatus.
func (*MockRepositoriesMockRecorder) GetComment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetComment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetComment indicates an expected call of GetComment.
func (*MockRepositoriesMockRecorder) GetCommit ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetCommit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetCommit indicates an expected call of GetCommit.
func (*MockRepositoriesMockRecorder) GetCommitRaw ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetCommitRaw(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetCommitRaw indicates an expected call of GetCommitRaw.
func (*MockRepositoriesMockRecorder) GetCommitSHA1 ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetCommitSHA1(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetCommitSHA1 indicates an expected call of GetCommitSHA1.
func (*MockRepositoriesMockRecorder) GetCommunityHealthMetrics ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetCommunityHealthMetrics(arg0, arg1, arg2 interface{}) *gomock.Call
GetCommunityHealthMetrics indicates an expected call of GetCommunityHealthMetrics.
func (*MockRepositoriesMockRecorder) GetContents ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetContents(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetContents indicates an expected call of GetContents.
func (*MockRepositoriesMockRecorder) GetDeployment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetDeployment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetDeployment indicates an expected call of GetDeployment.
func (*MockRepositoriesMockRecorder) GetDeploymentStatus ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetDeploymentStatus(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetDeploymentStatus indicates an expected call of GetDeploymentStatus.
func (*MockRepositoriesMockRecorder) GetEnvironment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetEnvironment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetEnvironment indicates an expected call of GetEnvironment.
func (*MockRepositoriesMockRecorder) GetHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetHook indicates an expected call of GetHook.
func (*MockRepositoriesMockRecorder) GetKey ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetKey indicates an expected call of GetKey.
func (*MockRepositoriesMockRecorder) GetLatestPagesBuild ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetLatestPagesBuild(arg0, arg1, arg2 interface{}) *gomock.Call
GetLatestPagesBuild indicates an expected call of GetLatestPagesBuild.
func (*MockRepositoriesMockRecorder) GetLatestRelease ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetLatestRelease(arg0, arg1, arg2 interface{}) *gomock.Call
GetLatestRelease indicates an expected call of GetLatestRelease.
func (*MockRepositoriesMockRecorder) GetPageBuild ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetPageBuild(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetPageBuild indicates an expected call of GetPageBuild.
func (*MockRepositoriesMockRecorder) GetPagesInfo ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetPagesInfo(arg0, arg1, arg2 interface{}) *gomock.Call
GetPagesInfo indicates an expected call of GetPagesInfo.
func (*MockRepositoriesMockRecorder) GetPermissionLevel ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetPermissionLevel(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetPermissionLevel indicates an expected call of GetPermissionLevel.
func (*MockRepositoriesMockRecorder) GetPreReceiveHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetPreReceiveHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetPreReceiveHook indicates an expected call of GetPreReceiveHook.
func (*MockRepositoriesMockRecorder) GetPullRequestReviewEnforcement ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetPullRequestReviewEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetPullRequestReviewEnforcement indicates an expected call of GetPullRequestReviewEnforcement.
func (*MockRepositoriesMockRecorder) GetReadme ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetReadme(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetReadme indicates an expected call of GetReadme.
func (*MockRepositoriesMockRecorder) GetRelease ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRelease indicates an expected call of GetRelease.
func (*MockRepositoriesMockRecorder) GetReleaseAsset ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetReleaseAsset(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetReleaseAsset indicates an expected call of GetReleaseAsset.
func (*MockRepositoriesMockRecorder) GetReleaseByTag ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetReleaseByTag(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetReleaseByTag indicates an expected call of GetReleaseByTag.
func (*MockRepositoriesMockRecorder) GetRequiredStatusChecks ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetRequiredStatusChecks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRequiredStatusChecks indicates an expected call of GetRequiredStatusChecks.
func (*MockRepositoriesMockRecorder) GetSignaturesProtectedBranch ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetSignaturesProtectedBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetSignaturesProtectedBranch indicates an expected call of GetSignaturesProtectedBranch.
func (*MockRepositoriesMockRecorder) GetVulnerabilityAlerts ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) GetVulnerabilityAlerts(arg0, arg1, arg2 interface{}) *gomock.Call
GetVulnerabilityAlerts indicates an expected call of GetVulnerabilityAlerts.
func (*MockRepositoriesMockRecorder) IsCollaborator ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) IsCollaborator(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
IsCollaborator indicates an expected call of IsCollaborator.
func (*MockRepositoriesMockRecorder) License ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) License(arg0, arg1, arg2 interface{}) *gomock.Call
License indicates an expected call of License.
func (*MockRepositoriesMockRecorder) List ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockRepositoriesMockRecorder) ListAll ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListAll(arg0, arg1 interface{}) *gomock.Call
ListAll indicates an expected call of ListAll.
func (*MockRepositoriesMockRecorder) ListAllTopics ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListAllTopics(arg0, arg1, arg2 interface{}) *gomock.Call
ListAllTopics indicates an expected call of ListAllTopics.
func (*MockRepositoriesMockRecorder) ListApps ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListApps(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListApps indicates an expected call of ListApps.
func (*MockRepositoriesMockRecorder) ListBranches ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListBranches(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListBranches indicates an expected call of ListBranches.
func (*MockRepositoriesMockRecorder) ListBranchesHeadCommit ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListBranchesHeadCommit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListBranchesHeadCommit indicates an expected call of ListBranchesHeadCommit.
func (*MockRepositoriesMockRecorder) ListByOrg ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListByOrg(arg0, arg1, arg2 interface{}) *gomock.Call
ListByOrg indicates an expected call of ListByOrg.
func (*MockRepositoriesMockRecorder) ListCodeFrequency ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListCodeFrequency(arg0, arg1, arg2 interface{}) *gomock.Call
ListCodeFrequency indicates an expected call of ListCodeFrequency.
func (*MockRepositoriesMockRecorder) ListCollaborators ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListCollaborators(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListCollaborators indicates an expected call of ListCollaborators.
func (*MockRepositoriesMockRecorder) ListComments ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListComments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListComments indicates an expected call of ListComments.
func (*MockRepositoriesMockRecorder) ListCommitActivity ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListCommitActivity(arg0, arg1, arg2 interface{}) *gomock.Call
ListCommitActivity indicates an expected call of ListCommitActivity.
func (*MockRepositoriesMockRecorder) ListCommitComments ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListCommitComments(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ListCommitComments indicates an expected call of ListCommitComments.
func (*MockRepositoriesMockRecorder) ListCommits ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListCommits(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListCommits indicates an expected call of ListCommits.
func (*MockRepositoriesMockRecorder) ListContributors ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListContributors(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListContributors indicates an expected call of ListContributors.
func (*MockRepositoriesMockRecorder) ListContributorsStats ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListContributorsStats(arg0, arg1, arg2 interface{}) *gomock.Call
ListContributorsStats indicates an expected call of ListContributorsStats.
func (*MockRepositoriesMockRecorder) ListDeploymentStatuses ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListDeploymentStatuses(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ListDeploymentStatuses indicates an expected call of ListDeploymentStatuses.
func (*MockRepositoriesMockRecorder) ListDeployments ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListDeployments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListDeployments indicates an expected call of ListDeployments.
func (*MockRepositoriesMockRecorder) ListEnvironments ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListEnvironments(arg0, arg1, arg2 interface{}) *gomock.Call
ListEnvironments indicates an expected call of ListEnvironments.
func (*MockRepositoriesMockRecorder) ListForks ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListForks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListForks indicates an expected call of ListForks.
func (*MockRepositoriesMockRecorder) ListHooks ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListHooks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListHooks indicates an expected call of ListHooks.
func (*MockRepositoriesMockRecorder) ListInvitations ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListInvitations(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListInvitations indicates an expected call of ListInvitations.
func (*MockRepositoriesMockRecorder) ListKeys ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListKeys(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListKeys indicates an expected call of ListKeys.
func (*MockRepositoriesMockRecorder) ListLanguages ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListLanguages(arg0, arg1, arg2 interface{}) *gomock.Call
ListLanguages indicates an expected call of ListLanguages.
func (*MockRepositoriesMockRecorder) ListPagesBuilds ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListPagesBuilds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListPagesBuilds indicates an expected call of ListPagesBuilds.
func (*MockRepositoriesMockRecorder) ListParticipation ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListParticipation(arg0, arg1, arg2 interface{}) *gomock.Call
ListParticipation indicates an expected call of ListParticipation.
func (*MockRepositoriesMockRecorder) ListPreReceiveHooks ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListPreReceiveHooks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListPreReceiveHooks indicates an expected call of ListPreReceiveHooks.
func (*MockRepositoriesMockRecorder) ListProjects ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListProjects(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListProjects indicates an expected call of ListProjects.
func (*MockRepositoriesMockRecorder) ListPunchCard ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListPunchCard(arg0, arg1, arg2 interface{}) *gomock.Call
ListPunchCard indicates an expected call of ListPunchCard.
func (*MockRepositoriesMockRecorder) ListReleaseAssets ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListReleaseAssets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ListReleaseAssets indicates an expected call of ListReleaseAssets.
func (*MockRepositoriesMockRecorder) ListReleases ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListReleases(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListReleases indicates an expected call of ListReleases.
func (*MockRepositoriesMockRecorder) ListRequiredStatusChecksContexts ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListRequiredStatusChecksContexts(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListRequiredStatusChecksContexts indicates an expected call of ListRequiredStatusChecksContexts.
func (*MockRepositoriesMockRecorder) ListStatuses ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListStatuses(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ListStatuses indicates an expected call of ListStatuses.
func (*MockRepositoriesMockRecorder) ListTags ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListTags(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListTags indicates an expected call of ListTags.
func (*MockRepositoriesMockRecorder) ListTeams ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListTeams(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListTeams indicates an expected call of ListTeams.
func (*MockRepositoriesMockRecorder) ListTrafficClones ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListTrafficClones(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListTrafficClones indicates an expected call of ListTrafficClones.
func (*MockRepositoriesMockRecorder) ListTrafficPaths ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListTrafficPaths(arg0, arg1, arg2 interface{}) *gomock.Call
ListTrafficPaths indicates an expected call of ListTrafficPaths.
func (*MockRepositoriesMockRecorder) ListTrafficReferrers ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListTrafficReferrers(arg0, arg1, arg2 interface{}) *gomock.Call
ListTrafficReferrers indicates an expected call of ListTrafficReferrers.
func (*MockRepositoriesMockRecorder) ListTrafficViews ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ListTrafficViews(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListTrafficViews indicates an expected call of ListTrafficViews.
func (*MockRepositoriesMockRecorder) Merge ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Merge(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Merge indicates an expected call of Merge.
func (*MockRepositoriesMockRecorder) OptionalSignaturesOnProtectedBranch ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) OptionalSignaturesOnProtectedBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
OptionalSignaturesOnProtectedBranch indicates an expected call of OptionalSignaturesOnProtectedBranch.
func (*MockRepositoriesMockRecorder) PingHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) PingHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
PingHook indicates an expected call of PingHook.
func (*MockRepositoriesMockRecorder) RemoveAdminEnforcement ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RemoveAdminEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemoveAdminEnforcement indicates an expected call of RemoveAdminEnforcement.
func (*MockRepositoriesMockRecorder) RemoveAppRestrictions ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RemoveAppRestrictions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RemoveAppRestrictions indicates an expected call of RemoveAppRestrictions.
func (*MockRepositoriesMockRecorder) RemoveBranchProtection ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RemoveBranchProtection(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemoveBranchProtection indicates an expected call of RemoveBranchProtection.
func (*MockRepositoriesMockRecorder) RemoveCollaborator ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RemoveCollaborator(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemoveCollaborator indicates an expected call of RemoveCollaborator.
func (*MockRepositoriesMockRecorder) RemovePullRequestReviewEnforcement ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RemovePullRequestReviewEnforcement(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemovePullRequestReviewEnforcement indicates an expected call of RemovePullRequestReviewEnforcement.
func (*MockRepositoriesMockRecorder) RemoveRequiredStatusChecks ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RemoveRequiredStatusChecks(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemoveRequiredStatusChecks indicates an expected call of RemoveRequiredStatusChecks.
func (*MockRepositoriesMockRecorder) ReplaceAllTopics ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ReplaceAllTopics(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ReplaceAllTopics indicates an expected call of ReplaceAllTopics.
func (*MockRepositoriesMockRecorder) ReplaceAppRestrictions ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) ReplaceAppRestrictions(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ReplaceAppRestrictions indicates an expected call of ReplaceAppRestrictions.
func (*MockRepositoriesMockRecorder) RequestPageBuild ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RequestPageBuild(arg0, arg1, arg2 interface{}) *gomock.Call
RequestPageBuild indicates an expected call of RequestPageBuild.
func (*MockRepositoriesMockRecorder) RequireSignaturesOnProtectedBranch ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) RequireSignaturesOnProtectedBranch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RequireSignaturesOnProtectedBranch indicates an expected call of RequireSignaturesOnProtectedBranch.
func (*MockRepositoriesMockRecorder) TestHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) TestHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
TestHook indicates an expected call of TestHook.
func (*MockRepositoriesMockRecorder) Transfer ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) Transfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Transfer indicates an expected call of Transfer.
func (*MockRepositoriesMockRecorder) UpdateBranchProtection ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdateBranchProtection(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateBranchProtection indicates an expected call of UpdateBranchProtection.
func (*MockRepositoriesMockRecorder) UpdateComment ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdateComment(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateComment indicates an expected call of UpdateComment.
func (*MockRepositoriesMockRecorder) UpdateFile ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdateFile(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateFile indicates an expected call of UpdateFile.
func (*MockRepositoriesMockRecorder) UpdateInvitation ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdateInvitation(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateInvitation indicates an expected call of UpdateInvitation.
func (*MockRepositoriesMockRecorder) UpdatePages ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdatePages(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdatePages indicates an expected call of UpdatePages.
func (*MockRepositoriesMockRecorder) UpdatePreReceiveHook ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdatePreReceiveHook(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdatePreReceiveHook indicates an expected call of UpdatePreReceiveHook.
func (*MockRepositoriesMockRecorder) UpdatePullRequestReviewEnforcement ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdatePullRequestReviewEnforcement(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdatePullRequestReviewEnforcement indicates an expected call of UpdatePullRequestReviewEnforcement.
func (*MockRepositoriesMockRecorder) UpdateRequiredStatusChecks ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UpdateRequiredStatusChecks(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
UpdateRequiredStatusChecks indicates an expected call of UpdateRequiredStatusChecks.
func (*MockRepositoriesMockRecorder) UploadReleaseAsset ¶ added in v0.3.1
func (mr *MockRepositoriesMockRecorder) UploadReleaseAsset(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
UploadReleaseAsset indicates an expected call of UploadReleaseAsset.
type MockUsers ¶ added in v0.3.1
type MockUsers struct {
// contains filtered or unexported fields
}
MockUsers is a mock of Users interface.
func NewMockUsers ¶ added in v0.3.1
func NewMockUsers(ctrl *gomock.Controller) *MockUsers
NewMockUsers creates a new mock instance.
func (*MockUsers) AcceptInvitation ¶ added in v0.3.1
AcceptInvitation mocks base method.
func (*MockUsers) AddEmails ¶ added in v0.3.1
func (m *MockUsers) AddEmails(arg0 context.Context, arg1 []string) ([]*github.UserEmail, *github.Response, error)
AddEmails mocks base method.
func (*MockUsers) CreateGPGKey ¶ added in v0.3.1
func (m *MockUsers) CreateGPGKey(arg0 context.Context, arg1 string) (*github.GPGKey, *github.Response, error)
CreateGPGKey mocks base method.
func (*MockUsers) CreateKey ¶ added in v0.3.1
func (m *MockUsers) CreateKey(arg0 context.Context, arg1 *github.Key) (*github.Key, *github.Response, error)
CreateKey mocks base method.
func (*MockUsers) CreateProject ¶ added in v0.3.1
func (m *MockUsers) CreateProject(arg0 context.Context, arg1 *github.CreateUserProjectOptions) (*github.Project, *github.Response, error)
CreateProject mocks base method.
func (*MockUsers) DeclineInvitation ¶ added in v0.3.1
DeclineInvitation mocks base method.
func (*MockUsers) DeleteEmails ¶ added in v0.3.1
DeleteEmails mocks base method.
func (*MockUsers) DeleteGPGKey ¶ added in v0.3.1
DeleteGPGKey mocks base method.
func (*MockUsers) DemoteSiteAdmin ¶ added in v0.3.1
DemoteSiteAdmin mocks base method.
func (*MockUsers) EXPECT ¶ added in v0.3.1
func (m *MockUsers) EXPECT() *MockUsersMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUsers) Edit ¶ added in v0.3.1
func (m *MockUsers) Edit(arg0 context.Context, arg1 *github.User) (*github.User, *github.Response, error)
Edit mocks base method.
func (*MockUsers) GetByID ¶ added in v0.3.1
func (m *MockUsers) GetByID(arg0 context.Context, arg1 int64) (*github.User, *github.Response, error)
GetByID mocks base method.
func (*MockUsers) GetGPGKey ¶ added in v0.3.1
func (m *MockUsers) GetGPGKey(arg0 context.Context, arg1 int64) (*github.GPGKey, *github.Response, error)
GetGPGKey mocks base method.
func (*MockUsers) GetHovercard ¶ added in v0.3.1
func (m *MockUsers) GetHovercard(arg0 context.Context, arg1 string, arg2 *github.HovercardOptions) (*github.Hovercard, *github.Response, error)
GetHovercard mocks base method.
func (*MockUsers) IsFollowing ¶ added in v0.3.1
func (m *MockUsers) IsFollowing(arg0 context.Context, arg1, arg2 string) (bool, *github.Response, error)
IsFollowing mocks base method.
func (*MockUsers) ListAll ¶ added in v0.3.1
func (m *MockUsers) ListAll(arg0 context.Context, arg1 *github.UserListOptions) ([]*github.User, *github.Response, error)
ListAll mocks base method.
func (*MockUsers) ListBlockedUsers ¶ added in v0.3.1
func (m *MockUsers) ListBlockedUsers(arg0 context.Context, arg1 *github.ListOptions) ([]*github.User, *github.Response, error)
ListBlockedUsers mocks base method.
func (*MockUsers) ListEmails ¶ added in v0.3.1
func (m *MockUsers) ListEmails(arg0 context.Context, arg1 *github.ListOptions) ([]*github.UserEmail, *github.Response, error)
ListEmails mocks base method.
func (*MockUsers) ListFollowers ¶ added in v0.3.1
func (m *MockUsers) ListFollowers(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.User, *github.Response, error)
ListFollowers mocks base method.
func (*MockUsers) ListFollowing ¶ added in v0.3.1
func (m *MockUsers) ListFollowing(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.User, *github.Response, error)
ListFollowing mocks base method.
func (*MockUsers) ListGPGKeys ¶ added in v0.3.1
func (m *MockUsers) ListGPGKeys(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.GPGKey, *github.Response, error)
ListGPGKeys mocks base method.
func (*MockUsers) ListInvitations ¶ added in v0.3.1
func (m *MockUsers) ListInvitations(arg0 context.Context, arg1 *github.ListOptions) ([]*github.RepositoryInvitation, *github.Response, error)
ListInvitations mocks base method.
func (*MockUsers) ListKeys ¶ added in v0.3.1
func (m *MockUsers) ListKeys(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.Key, *github.Response, error)
ListKeys mocks base method.
func (*MockUsers) ListProjects ¶ added in v0.3.1
func (m *MockUsers) ListProjects(arg0 context.Context, arg1 string, arg2 *github.ProjectListOptions) ([]*github.Project, *github.Response, error)
ListProjects mocks base method.
func (*MockUsers) PromoteSiteAdmin ¶ added in v0.3.1
PromoteSiteAdmin mocks base method.
func (*MockUsers) Suspend ¶ added in v0.3.1
func (m *MockUsers) Suspend(arg0 context.Context, arg1 string, arg2 *github.UserSuspendOptions) (*github.Response, error)
Suspend mocks base method.
func (*MockUsers) UnblockUser ¶ added in v0.3.1
UnblockUser mocks base method.
type MockUsersMockRecorder ¶ added in v0.3.1
type MockUsersMockRecorder struct {
// contains filtered or unexported fields
}
MockUsersMockRecorder is the mock recorder for MockUsers.
func (*MockUsersMockRecorder) AcceptInvitation ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) AcceptInvitation(arg0, arg1 interface{}) *gomock.Call
AcceptInvitation indicates an expected call of AcceptInvitation.
func (*MockUsersMockRecorder) AddEmails ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) AddEmails(arg0, arg1 interface{}) *gomock.Call
AddEmails indicates an expected call of AddEmails.
func (*MockUsersMockRecorder) BlockUser ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) BlockUser(arg0, arg1 interface{}) *gomock.Call
BlockUser indicates an expected call of BlockUser.
func (*MockUsersMockRecorder) CreateGPGKey ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) CreateGPGKey(arg0, arg1 interface{}) *gomock.Call
CreateGPGKey indicates an expected call of CreateGPGKey.
func (*MockUsersMockRecorder) CreateKey ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) CreateKey(arg0, arg1 interface{}) *gomock.Call
CreateKey indicates an expected call of CreateKey.
func (*MockUsersMockRecorder) CreateProject ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) CreateProject(arg0, arg1 interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject.
func (*MockUsersMockRecorder) DeclineInvitation ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) DeclineInvitation(arg0, arg1 interface{}) *gomock.Call
DeclineInvitation indicates an expected call of DeclineInvitation.
func (*MockUsersMockRecorder) DeleteEmails ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) DeleteEmails(arg0, arg1 interface{}) *gomock.Call
DeleteEmails indicates an expected call of DeleteEmails.
func (*MockUsersMockRecorder) DeleteGPGKey ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) DeleteGPGKey(arg0, arg1 interface{}) *gomock.Call
DeleteGPGKey indicates an expected call of DeleteGPGKey.
func (*MockUsersMockRecorder) DeleteKey ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) DeleteKey(arg0, arg1 interface{}) *gomock.Call
DeleteKey indicates an expected call of DeleteKey.
func (*MockUsersMockRecorder) DemoteSiteAdmin ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) DemoteSiteAdmin(arg0, arg1 interface{}) *gomock.Call
DemoteSiteAdmin indicates an expected call of DemoteSiteAdmin.
func (*MockUsersMockRecorder) Edit ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) Edit(arg0, arg1 interface{}) *gomock.Call
Edit indicates an expected call of Edit.
func (*MockUsersMockRecorder) Follow ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call
Follow indicates an expected call of Follow.
func (*MockUsersMockRecorder) Get ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockUsersMockRecorder) GetByID ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call
GetByID indicates an expected call of GetByID.
func (*MockUsersMockRecorder) GetGPGKey ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) GetGPGKey(arg0, arg1 interface{}) *gomock.Call
GetGPGKey indicates an expected call of GetGPGKey.
func (*MockUsersMockRecorder) GetHovercard ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) GetHovercard(arg0, arg1, arg2 interface{}) *gomock.Call
GetHovercard indicates an expected call of GetHovercard.
func (*MockUsersMockRecorder) GetKey ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) GetKey(arg0, arg1 interface{}) *gomock.Call
GetKey indicates an expected call of GetKey.
func (*MockUsersMockRecorder) IsBlocked ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) IsBlocked(arg0, arg1 interface{}) *gomock.Call
IsBlocked indicates an expected call of IsBlocked.
func (*MockUsersMockRecorder) IsFollowing ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) IsFollowing(arg0, arg1, arg2 interface{}) *gomock.Call
IsFollowing indicates an expected call of IsFollowing.
func (*MockUsersMockRecorder) ListAll ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListAll(arg0, arg1 interface{}) *gomock.Call
ListAll indicates an expected call of ListAll.
func (*MockUsersMockRecorder) ListBlockedUsers ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListBlockedUsers(arg0, arg1 interface{}) *gomock.Call
ListBlockedUsers indicates an expected call of ListBlockedUsers.
func (*MockUsersMockRecorder) ListEmails ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListEmails(arg0, arg1 interface{}) *gomock.Call
ListEmails indicates an expected call of ListEmails.
func (*MockUsersMockRecorder) ListFollowers ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListFollowers(arg0, arg1, arg2 interface{}) *gomock.Call
ListFollowers indicates an expected call of ListFollowers.
func (*MockUsersMockRecorder) ListFollowing ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListFollowing(arg0, arg1, arg2 interface{}) *gomock.Call
ListFollowing indicates an expected call of ListFollowing.
func (*MockUsersMockRecorder) ListGPGKeys ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListGPGKeys(arg0, arg1, arg2 interface{}) *gomock.Call
ListGPGKeys indicates an expected call of ListGPGKeys.
func (*MockUsersMockRecorder) ListInvitations ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListInvitations(arg0, arg1 interface{}) *gomock.Call
ListInvitations indicates an expected call of ListInvitations.
func (*MockUsersMockRecorder) ListKeys ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListKeys(arg0, arg1, arg2 interface{}) *gomock.Call
ListKeys indicates an expected call of ListKeys.
func (*MockUsersMockRecorder) ListProjects ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) ListProjects(arg0, arg1, arg2 interface{}) *gomock.Call
ListProjects indicates an expected call of ListProjects.
func (*MockUsersMockRecorder) PromoteSiteAdmin ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) PromoteSiteAdmin(arg0, arg1 interface{}) *gomock.Call
PromoteSiteAdmin indicates an expected call of PromoteSiteAdmin.
func (*MockUsersMockRecorder) Suspend ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) Suspend(arg0, arg1, arg2 interface{}) *gomock.Call
Suspend indicates an expected call of Suspend.
func (*MockUsersMockRecorder) UnblockUser ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) UnblockUser(arg0, arg1 interface{}) *gomock.Call
UnblockUser indicates an expected call of UnblockUser.
func (*MockUsersMockRecorder) Unfollow ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call
Unfollow indicates an expected call of Unfollow.
func (*MockUsersMockRecorder) Unsuspend ¶ added in v0.3.1
func (mr *MockUsersMockRecorder) Unsuspend(arg0, arg1 interface{}) *gomock.Call
Unsuspend indicates an expected call of Unsuspend.