Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockAliasConfig
- type MockAliasConfigMockRecorder
- type MockAuthConfig
- func (m *MockAuthConfig) EXPECT() *MockAuthConfigMockRecorder
- func (m *MockAuthConfig) GetDefaultOrganization() (string, error)
- func (m *MockAuthConfig) GetGitProtocol(organizationName string) (string, error)
- func (m *MockAuthConfig) GetOrganizations() []string
- func (m *MockAuthConfig) GetToken(organizationName string) (string, error)
- func (m *MockAuthConfig) GetURL(organizationName string) (string, error)
- func (m *MockAuthConfig) Login(organizationName, organizationURL, token, gitProtocol string, ...) error
- func (m *MockAuthConfig) Logout(organizationName string) error
- func (m *MockAuthConfig) SetDefaultOrganization(organizationName string) error
- type MockAuthConfigMockRecorder
- func (mr *MockAuthConfigMockRecorder) GetDefaultOrganization() *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetGitProtocol(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetOrganizations() *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetToken(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetURL(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) Login(organizationName, organizationURL, token, gitProtocol, secureStorage any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) Logout(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) SetDefaultOrganization(organizationName any) *gomock.Call
- type MockAzDOExtension
- type MockAzDOExtensionMockRecorder
- type MockAzDOGitClient
- func (m *MockAzDOGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
- func (m *MockAzDOGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)
- func (m *MockAzDOGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)
- func (m *MockAzDOGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)
- func (m *MockAzDOGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)
- func (m *MockAzDOGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)
- func (m *MockAzDOGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
- func (m *MockAzDOGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockAzDOGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error
- func (m *MockAzDOGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)
- func (m *MockAzDOGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)
- func (m *MockAzDOGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)
- func (m *MockAzDOGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)
- func (m *MockAzDOGitClient) CreateThread(arg0 context.Context, arg1 git.CreateThreadArgs) (*git.GitPullRequestCommentThread, error)
- func (m *MockAzDOGitClient) CreateUnmaterializedPullRequestReviewer(arg0 context.Context, arg1 git.CreateUnmaterializedPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error
- func (m *MockAzDOGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error
- func (m *MockAzDOGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error
- func (m *MockAzDOGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error
- func (m *MockAzDOGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error
- func (m *MockAzDOGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error
- func (m *MockAzDOGitClient) EXPECT() *MockAzDOGitClientMockRecorder
- func (m *MockAzDOGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
- func (m *MockAzDOGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)
- func (m *MockAzDOGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)
- func (m *MockAzDOGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)
- func (m *MockAzDOGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)
- func (m *MockAzDOGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)
- func (m *MockAzDOGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)
- func (m *MockAzDOGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)
- func (m *MockAzDOGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)
- func (m *MockAzDOGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)
- func (m *MockAzDOGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)
- func (m *MockAzDOGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)
- func (m *MockAzDOGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)
- func (m *MockAzDOGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
- func (m *MockAzDOGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)
- func (m *MockAzDOGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)
- func (m *MockAzDOGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockAzDOGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)
- func (m *MockAzDOGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)
- func (m *MockAzDOGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)
- func (m *MockAzDOGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)
- func (m *MockAzDOGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)
- func (m *MockAzDOGitClient) GetPermission(arg0 context.Context, arg1 git.GetPermissionArgs) (*bool, error)
- func (m *MockAzDOGitClient) GetPolicyConfigurations(arg0 context.Context, arg1 git.GetPolicyConfigurationsArgs) (*git.GitPolicyConfigurationResponse, error)
- func (m *MockAzDOGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPullRequestCommits(arg0 context.Context, arg1 git.GetPullRequestCommitsArgs) (*git.GetPullRequestCommitsResponseValue, error)
- func (m *MockAzDOGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationChanges(arg0 context.Context, arg1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)
- func (m *MockAzDOGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)
- func (m *MockAzDOGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)
- func (m *MockAzDOGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (any, error)
- func (m *MockAzDOGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)
- func (m *MockAzDOGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestThread(arg0 context.Context, arg1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)
- func (m *MockAzDOGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)
- func (m *MockAzDOGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)
- func (m *MockAzDOGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)
- func (m *MockAzDOGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)
- func (m *MockAzDOGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)
- func (m *MockAzDOGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)
- func (m *MockAzDOGitClient) GetRefs(arg0 context.Context, arg1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)
- func (m *MockAzDOGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)
- func (m *MockAzDOGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)
- func (m *MockAzDOGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)
- func (m *MockAzDOGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)
- func (m *MockAzDOGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)
- func (m *MockAzDOGitClient) GetThreads(arg0 context.Context, arg1 git.GetThreadsArgs) (*[]git.GitPullRequestCommentThread, error)
- func (m *MockAzDOGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)
- func (m *MockAzDOGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)
- func (m *MockAzDOGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error
- func (m *MockAzDOGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)
- func (m *MockAzDOGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockAzDOGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error
- func (m *MockAzDOGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (any, error)
- func (m *MockAzDOGitClient) UpdatePullRequestReviewer(arg0 context.Context, arg1 git.UpdatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error
- func (m *MockAzDOGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error
- func (m *MockAzDOGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)
- func (m *MockAzDOGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)
- func (m *MockAzDOGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) UpdateThread(arg0 context.Context, arg1 git.UpdateThreadArgs) (*git.GitPullRequestCommentThread, error)
- type MockAzDOGitClientMockRecorder
- func (mr *MockAzDOGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateAttachment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateCherryPick(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateCommitStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateFavorite(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateImportRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateLike(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateMergeRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePush(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateRevert(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateThread(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteAttachment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteLike(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAttachmentContent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAttachmentZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAttachments(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlob(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlobContent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlobZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlobsZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBranch(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBranches(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCherryPick(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetComments(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommit(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommitDiffs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommitsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetForks(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetImportRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItem(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemContent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemText(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItems(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetLikes(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetMergeBases(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetMergeRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPermission(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestById(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestThread(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPush(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPushCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPushes(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRefFavorite(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRefFavorites(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRevert(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRevertForRefName(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetSuggestions(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetThreads(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetTree(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetTreeZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) QueryImportRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) SharePullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateImportRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateRef(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateThread(arg0, arg1 any) *gomock.Call
- type MockClient
- func (m *MockClient) CreateRequestMessage(ctx context.Context, httpMethod, arg2, apiVersion string, body io.Reader, ...) (*http.Request, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GenerateUrl(apiResourceLocation *azuredevops.ApiResourceLocation, ...) string
- func (m *MockClient) GetResourceAreas(ctx context.Context) (*[]azuredevops.ResourceAreaInfo, error)
- func (m *MockClient) Send(ctx context.Context, httpMethod string, locationId uuid.UUID, ...) (*http.Response, error)
- func (m *MockClient) SendRequest(request *http.Request) (*http.Response, error)
- func (m *MockClient) UnmarshalBody(response *http.Response, v any) error
- func (m *MockClient) UnmarshalCollectionBody(response *http.Response, v any) error
- func (m *MockClient) UnmarshalCollectionJson(jsonValue []byte, v any) error
- func (m *MockClient) UnwrapError(response *http.Response) error
- type MockClientFactory
- func (m *MockClientFactory) Core(ctx context.Context, organization string) (core.Client, error)
- func (m *MockClientFactory) EXPECT() *MockClientFactoryMockRecorder
- func (m *MockClientFactory) Extensions(ctx context.Context, organization string) (extensions.Client, error)
- func (m *MockClientFactory) Git(ctx context.Context, organization string) (git.Client, error)
- func (m *MockClientFactory) Graph(ctx context.Context, organization string) (graph.Client, error)
- func (m *MockClientFactory) Identity(ctx context.Context, organization string) (identity.Client, error)
- func (m *MockClientFactory) Operations(ctx context.Context, organization string) (operations.Client, error)
- func (m *MockClientFactory) Security(ctx context.Context, organization string) (security.Client, error)
- type MockClientFactoryMockRecorder
- func (mr *MockClientFactoryMockRecorder) Core(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Extensions(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Git(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Graph(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Identity(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Operations(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Security(ctx, organization any) *gomock.Call
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateRequestMessage(ctx, httpMethod, arg2, apiVersion, body, mediaType, acceptMediaType, ... any) *gomock.Call
- func (mr *MockClientMockRecorder) GenerateUrl(apiResourceLocation, routeValues, queryParameters any) *gomock.Call
- func (mr *MockClientMockRecorder) GetResourceAreas(ctx any) *gomock.Call
- func (mr *MockClientMockRecorder) Send(...) *gomock.Call
- func (mr *MockClientMockRecorder) SendRequest(request any) *gomock.Call
- func (mr *MockClientMockRecorder) UnmarshalBody(response, v any) *gomock.Call
- func (mr *MockClientMockRecorder) UnmarshalCollectionBody(response, v any) *gomock.Call
- func (mr *MockClientMockRecorder) UnmarshalCollectionJson(jsonValue, v any) *gomock.Call
- func (mr *MockClientMockRecorder) UnwrapError(response any) *gomock.Call
- type MockCmdContext
- func (m *MockCmdContext) ClientFactory() azdo.ClientFactory
- func (m *MockCmdContext) Config() (config.Config, error)
- func (m *MockCmdContext) ConnectionFactory() azdo.ConnectionFactory
- func (m *MockCmdContext) Context() context.Context
- func (m *MockCmdContext) EXPECT() *MockCmdContextMockRecorder
- func (m *MockCmdContext) IOStreams() (*iostreams.IOStreams, error)
- func (m *MockCmdContext) Printer(arg0 string) (printer.Printer, error)
- func (m *MockCmdContext) Prompter() (prompter.Prompter, error)
- func (m *MockCmdContext) RepoContext() util.RepoContext
- type MockCmdContextMockRecorder
- func (mr *MockCmdContextMockRecorder) ClientFactory() *gomock.Call
- func (mr *MockCmdContextMockRecorder) Config() *gomock.Call
- func (mr *MockCmdContextMockRecorder) ConnectionFactory() *gomock.Call
- func (mr *MockCmdContextMockRecorder) Context() *gomock.Call
- func (mr *MockCmdContextMockRecorder) IOStreams() *gomock.Call
- func (mr *MockCmdContextMockRecorder) Printer(arg0 any) *gomock.Call
- func (mr *MockCmdContextMockRecorder) Prompter() *gomock.Call
- func (mr *MockCmdContextMockRecorder) RepoContext() *gomock.Call
- type MockConfig
- func (m *MockConfig) Aliases() config.AliasConfig
- func (m *MockConfig) Authentication() config.AuthConfig
- func (m *MockConfig) EXPECT() *MockConfigMockRecorder
- func (m *MockConfig) Get(arg0 []string) (string, error)
- func (m *MockConfig) GetOrDefault(arg0 []string) (string, error)
- func (m *MockConfig) Keys(arg0 []string) ([]string, error)
- func (m *MockConfig) Remove(arg0 []string) error
- func (m *MockConfig) Set(arg0 []string, arg1 string)
- func (m *MockConfig) Write() error
- type MockConfigMockRecorder
- func (mr *MockConfigMockRecorder) Aliases() *gomock.Call
- func (mr *MockConfigMockRecorder) Authentication() *gomock.Call
- func (mr *MockConfigMockRecorder) Get(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) GetOrDefault(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Keys(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Remove(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Set(arg0, arg1 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Write() *gomock.Call
- type MockConnection
- type MockConnectionFactory
- type MockConnectionFactoryMockRecorder
- type MockConnectionMockRecorder
- type MockCoreClient
- func (m *MockCoreClient) CreateConnectedService(arg0 context.Context, arg1 core.CreateConnectedServiceArgs) (*core.WebApiConnectedService, error)
- func (m *MockCoreClient) CreateOrUpdateProxy(arg0 context.Context, arg1 core.CreateOrUpdateProxyArgs) (*core.Proxy, error)
- func (m *MockCoreClient) CreateTeam(arg0 context.Context, arg1 core.CreateTeamArgs) (*core.WebApiTeam, error)
- func (m *MockCoreClient) DeleteProxy(arg0 context.Context, arg1 core.DeleteProxyArgs) error
- func (m *MockCoreClient) DeleteTeam(arg0 context.Context, arg1 core.DeleteTeamArgs) error
- func (m *MockCoreClient) EXPECT() *MockCoreClientMockRecorder
- func (m *MockCoreClient) GetAllTeams(arg0 context.Context, arg1 core.GetAllTeamsArgs) (*[]core.WebApiTeam, error)
- func (m *MockCoreClient) GetConnectedServiceDetails(arg0 context.Context, arg1 core.GetConnectedServiceDetailsArgs) (*core.WebApiConnectedServiceDetails, error)
- func (m *MockCoreClient) GetConnectedServices(arg0 context.Context, arg1 core.GetConnectedServicesArgs) (*[]core.WebApiConnectedService, error)
- func (m *MockCoreClient) GetProcessById(arg0 context.Context, arg1 core.GetProcessByIdArgs) (*core.Process, error)
- func (m *MockCoreClient) GetProcesses(arg0 context.Context, arg1 core.GetProcessesArgs) (*[]core.Process, error)
- func (m *MockCoreClient) GetProject(arg0 context.Context, arg1 core.GetProjectArgs) (*core.TeamProject, error)
- func (m *MockCoreClient) GetProjectCollection(arg0 context.Context, arg1 core.GetProjectCollectionArgs) (*core.TeamProjectCollection, error)
- func (m *MockCoreClient) GetProjectCollections(arg0 context.Context, arg1 core.GetProjectCollectionsArgs) (*[]core.TeamProjectCollectionReference, error)
- func (m *MockCoreClient) GetProjectProperties(arg0 context.Context, arg1 core.GetProjectPropertiesArgs) (*[]core.ProjectProperty, error)
- func (m *MockCoreClient) GetProjects(arg0 context.Context, arg1 core.GetProjectsArgs) (*core.GetProjectsResponseValue, error)
- func (m *MockCoreClient) GetProxies(arg0 context.Context, arg1 core.GetProxiesArgs) (*[]core.Proxy, error)
- func (m *MockCoreClient) GetTeam(arg0 context.Context, arg1 core.GetTeamArgs) (*core.WebApiTeam, error)
- func (m *MockCoreClient) GetTeamMembersWithExtendedProperties(arg0 context.Context, arg1 core.GetTeamMembersWithExtendedPropertiesArgs) (*[]webapi.TeamMember, error)
- func (m *MockCoreClient) GetTeams(arg0 context.Context, arg1 core.GetTeamsArgs) (*[]core.WebApiTeam, error)
- func (m *MockCoreClient) QueueCreateProject(arg0 context.Context, arg1 core.QueueCreateProjectArgs) (*operations.OperationReference, error)
- func (m *MockCoreClient) QueueDeleteProject(arg0 context.Context, arg1 core.QueueDeleteProjectArgs) (*operations.OperationReference, error)
- func (m *MockCoreClient) RemoveProjectAvatar(arg0 context.Context, arg1 core.RemoveProjectAvatarArgs) error
- func (m *MockCoreClient) SetProjectAvatar(arg0 context.Context, arg1 core.SetProjectAvatarArgs) error
- func (m *MockCoreClient) SetProjectProperties(arg0 context.Context, arg1 core.SetProjectPropertiesArgs) error
- func (m *MockCoreClient) UpdateProject(arg0 context.Context, arg1 core.UpdateProjectArgs) (*operations.OperationReference, error)
- func (m *MockCoreClient) UpdateTeam(arg0 context.Context, arg1 core.UpdateTeamArgs) (*core.WebApiTeam, error)
- type MockCoreClientMockRecorder
- func (mr *MockCoreClientMockRecorder) CreateConnectedService(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 any) *gomock.Call
- type MockGitCommand
- func (m *MockGitCommand) AddRemote(ctx context.Context, name, urlStr string, trackingBranches []string) (*git.Remote, error)
- func (m *MockGitCommand) AuthenticatedCommand(ctx context.Context, args ...string) (*git.Command, error)
- func (m *MockGitCommand) CheckoutBranch(ctx context.Context, branch string) error
- func (m *MockGitCommand) CheckoutNewBranch(ctx context.Context, remoteName, branch string) error
- func (m *MockGitCommand) Clone(ctx context.Context, cloneURL string, args []string, ...) (string, error)
- func (m *MockGitCommand) Command(ctx context.Context, args ...string) (*git.Command, error)
- func (m *MockGitCommand) CommitBody(ctx context.Context, sha string) (string, error)
- func (m *MockGitCommand) Commits(ctx context.Context, baseRef, headRef string) ([]*git.Commit, error)
- func (m *MockGitCommand) CurrentBranch(ctx context.Context) (string, error)
- func (m *MockGitCommand) DeleteLocalBranch(ctx context.Context, branch string) error
- func (m *MockGitCommand) DeleteLocalTag(ctx context.Context, tag string) error
- func (m *MockGitCommand) EXPECT() *MockGitCommandMockRecorder
- func (m *MockGitCommand) Fetch(ctx context.Context, remote, refspec string, mods ...git.CommandModifier) error
- func (m *MockGitCommand) GetAuthConfig(ctx context.Context) ([]string, error)
- func (m *MockGitCommand) GetAzDoPath() string
- func (m *MockGitCommand) GetConfig(ctx context.Context, name string) (string, error)
- func (m *MockGitCommand) GetGitPath() string
- func (m *MockGitCommand) GetRepoDir() string
- func (m *MockGitCommand) GitDir(ctx context.Context) (string, error)
- func (m *MockGitCommand) HasLocalBranch(ctx context.Context, branch string) bool
- func (m *MockGitCommand) HasRemoteBranch(ctx context.Context, remote, branch string) bool
- func (m *MockGitCommand) IsLocalGitRepo(ctx context.Context) (bool, error)
- func (m *MockGitCommand) LastCommit(ctx context.Context) (*git.Commit, error)
- func (m *MockGitCommand) ParentBranch(ctx context.Context, branch string) (string, error)
- func (m *MockGitCommand) PathFromRoot(ctx context.Context) string
- func (m *MockGitCommand) Pull(ctx context.Context, remote, branch string, mods ...git.CommandModifier) error
- func (m *MockGitCommand) Push(ctx context.Context, remote, ref string, mods ...git.CommandModifier) error
- func (m *MockGitCommand) ReadBranchConfig(ctx context.Context, branch string) git.BranchConfig
- func (m *MockGitCommand) Remotes(ctx context.Context) (git.RemoteSet, error)
- func (m *MockGitCommand) SetConfig(ctx context.Context, configItems ...string) error
- func (m *MockGitCommand) SetRemoteBranches(ctx context.Context, remote, refspec string) error
- func (m *MockGitCommand) SetRemoteResolution(ctx context.Context, name, resolution string) error
- func (m *MockGitCommand) SetRepoDir(arg0 string) error
- func (m *MockGitCommand) ShowRefs(ctx context.Context, refs []string) ([]git.Ref, error)
- func (m *MockGitCommand) ToplevelDir(ctx context.Context) (string, error)
- func (m *MockGitCommand) TrackingBranchNames(ctx context.Context, prefix string) []string
- func (m *MockGitCommand) UncommittedChangeCount(ctx context.Context) (int, error)
- func (m *MockGitCommand) UnsetRemoteResolution(ctx context.Context, name string) error
- func (m *MockGitCommand) UpdateRemoteURL(ctx context.Context, name, url string) error
- type MockGitCommandMockRecorder
- func (mr *MockGitCommandMockRecorder) AddRemote(ctx, name, urlStr, trackingBranches any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) AuthenticatedCommand(ctx any, args ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CheckoutBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CheckoutNewBranch(ctx, remoteName, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Clone(ctx, cloneURL, args any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Command(ctx any, args ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CommitBody(ctx, sha any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Commits(ctx, baseRef, headRef any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CurrentBranch(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) DeleteLocalBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) DeleteLocalTag(ctx, tag any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Fetch(ctx, remote, refspec any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetAuthConfig(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetAzDoPath() *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetConfig(ctx, name any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetGitPath() *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetRepoDir() *gomock.Call
- func (mr *MockGitCommandMockRecorder) GitDir(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) HasLocalBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) HasRemoteBranch(ctx, remote, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) IsLocalGitRepo(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) LastCommit(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ParentBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) PathFromRoot(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Pull(ctx, remote, branch any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Push(ctx, remote, ref any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ReadBranchConfig(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Remotes(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetConfig(ctx any, configItems ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetRemoteBranches(ctx, remote, refspec any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetRemoteResolution(ctx, name, resolution any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetRepoDir(arg0 any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ShowRefs(ctx, refs any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ToplevelDir(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) TrackingBranchNames(ctx, prefix any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) UncommittedChangeCount(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) UnsetRemoteResolution(ctx, name any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) UpdateRemoteURL(ctx, name, url any) *gomock.Call
- type MockIdentityClient
- func (m *MockIdentityClient) AddMember(arg0 context.Context, arg1 identity.AddMemberArgs) (*bool, error)
- func (m *MockIdentityClient) CreateGroups(arg0 context.Context, arg1 identity.CreateGroupsArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) CreateIdentity(arg0 context.Context, arg1 identity.CreateIdentityArgs) (*identity.Identity, error)
- func (m *MockIdentityClient) CreateOrBindWithClaims(arg0 context.Context, arg1 identity.CreateOrBindWithClaimsArgs) (*identity.Identity, error)
- func (m *MockIdentityClient) CreateScope(arg0 context.Context, arg1 identity.CreateScopeArgs) (*identity.IdentityScope, error)
- func (m *MockIdentityClient) DeleteGroup(arg0 context.Context, arg1 identity.DeleteGroupArgs) error
- func (m *MockIdentityClient) DeleteScope(arg0 context.Context, arg1 identity.DeleteScopeArgs) error
- func (m *MockIdentityClient) EXPECT() *MockIdentityClientMockRecorder
- func (m *MockIdentityClient) ForceRemoveMember(arg0 context.Context, arg1 identity.ForceRemoveMemberArgs) (*bool, error)
- func (m *MockIdentityClient) GetDescriptorById(arg0 context.Context, arg1 identity.GetDescriptorByIdArgs) (*string, error)
- func (m *MockIdentityClient) GetIdentityChanges(arg0 context.Context, arg1 identity.GetIdentityChangesArgs) (*identity.ChangedIdentities, error)
- func (m *MockIdentityClient) GetIdentitySnapshot(arg0 context.Context, arg1 identity.GetIdentitySnapshotArgs) (*identity.IdentitySnapshot, error)
- func (m *MockIdentityClient) GetMaxSequenceId(arg0 context.Context, arg1 identity.GetMaxSequenceIdArgs) (*uint64, error)
- func (m *MockIdentityClient) GetScopeById(arg0 context.Context, arg1 identity.GetScopeByIdArgs) (*identity.IdentityScope, error)
- func (m *MockIdentityClient) GetScopeByName(arg0 context.Context, arg1 identity.GetScopeByNameArgs) (*identity.IdentityScope, error)
- func (m *MockIdentityClient) GetSelf(arg0 context.Context, arg1 identity.GetSelfArgs) (*identity.IdentitySelf, error)
- func (m *MockIdentityClient) GetSignedInToken(arg0 context.Context, arg1 identity.GetSignedInTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
- func (m *MockIdentityClient) GetSignoutToken(arg0 context.Context, arg1 identity.GetSignoutTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
- func (m *MockIdentityClient) GetTenant(arg0 context.Context, arg1 identity.GetTenantArgs) (*identity.TenantInfo, error)
- func (m *MockIdentityClient) GetUserIdentityIdsByDomainId(arg0 context.Context, arg1 identity.GetUserIdentityIdsByDomainIdArgs) (*[]uuid.UUID, error)
- func (m *MockIdentityClient) ListGroups(arg0 context.Context, arg1 identity.ListGroupsArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentities(arg0 context.Context, arg1 identity.ReadIdentitiesArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentitiesByScope(arg0 context.Context, arg1 identity.ReadIdentitiesByScopeArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentity(arg0 context.Context, arg1 identity.ReadIdentityArgs) (*identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentityBatch(arg0 context.Context, arg1 identity.ReadIdentityBatchArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadMember(arg0 context.Context, arg1 identity.ReadMemberArgs) (*string, error)
- func (m *MockIdentityClient) ReadMemberOf(arg0 context.Context, arg1 identity.ReadMemberOfArgs) (*string, error)
- func (m *MockIdentityClient) ReadMembers(arg0 context.Context, arg1 identity.ReadMembersArgs) (*[]string, error)
- func (m *MockIdentityClient) ReadMembersOf(arg0 context.Context, arg1 identity.ReadMembersOfArgs) (*[]string, error)
- func (m *MockIdentityClient) RefreshMembersOf(arg0 context.Context, arg1 identity.RefreshMembersOfArgs) (*[]string, error)
- func (m *MockIdentityClient) RemoveMember(arg0 context.Context, arg1 identity.RemoveMemberArgs) (*bool, error)
- func (m *MockIdentityClient) UpdateIdentities(arg0 context.Context, arg1 identity.UpdateIdentitiesArgs) (*[]identity.IdentityUpdateData, error)
- func (m *MockIdentityClient) UpdateIdentity(arg0 context.Context, arg1 identity.UpdateIdentityArgs) error
- func (m *MockIdentityClient) UpdateScope(arg0 context.Context, arg1 identity.UpdateScopeArgs) error
- type MockIdentityClientMockRecorder
- func (mr *MockIdentityClientMockRecorder) AddMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ForceRemoveMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) RefreshMembersOf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 any) *gomock.Call
- type MockOperationsClient
- type MockOperationsClientMockRecorder
- type MockOrganizationName
- type MockOrganizationNameMockRecorder
- type MockPrinter
- func (m *MockPrinter) AddColumns(columns ...string)
- func (m *MockPrinter) AddField(arg0 string, arg1 ...printer.FieldOption)
- func (m *MockPrinter) AddTimeField(now, t time.Time, c func(string) string)
- func (m *MockPrinter) EXPECT() *MockPrinterMockRecorder
- func (m *MockPrinter) EndRow()
- func (m *MockPrinter) Render() error
- type MockPrinterMockRecorder
- func (mr *MockPrinterMockRecorder) AddColumns(columns ...any) *gomock.Call
- func (mr *MockPrinterMockRecorder) AddField(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockPrinterMockRecorder) AddTimeField(now, t, c any) *gomock.Call
- func (mr *MockPrinterMockRecorder) EndRow() *gomock.Call
- func (mr *MockPrinterMockRecorder) Render() *gomock.Call
- type MockProjectName
- type MockProjectNameMockRecorder
- type MockPrompter
- func (m *MockPrompter) AuthToken() (string, error)
- func (m *MockPrompter) Confirm(arg0 string, arg1 bool) (bool, error)
- func (m *MockPrompter) ConfirmDeletion(arg0 string) error
- func (m *MockPrompter) EXPECT() *MockPrompterMockRecorder
- func (m *MockPrompter) Input(arg0, arg1 string) (string, error)
- func (m *MockPrompter) InputOrganizationName() (string, error)
- func (m *MockPrompter) MultiSelect(arg0 string, arg1, arg2 []string) ([]int, error)
- func (m *MockPrompter) Password(arg0 string) (string, error)
- func (m *MockPrompter) Select(arg0, arg1 string, arg2 []string) (int, error)
- type MockPrompterMockRecorder
- func (mr *MockPrompterMockRecorder) AuthToken() *gomock.Call
- func (mr *MockPrompterMockRecorder) Confirm(arg0, arg1 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) ConfirmDeletion(arg0 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Input(arg0, arg1 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) InputOrganizationName() *gomock.Call
- func (mr *MockPrompterMockRecorder) MultiSelect(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Password(arg0 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Select(arg0, arg1, arg2 any) *gomock.Call
- type MockRepoContext
- func (m *MockRepoContext) Context() context.Context
- func (m *MockRepoContext) EXPECT() *MockRepoContextMockRecorder
- func (m *MockRepoContext) GitClient() (git.Client, error)
- func (m *MockRepoContext) GitCommand() (git0.GitCommand, error)
- func (m *MockRepoContext) GitRepository() (*git.GitRepository, error)
- func (m *MockRepoContext) Remote(arg0 *git.GitRepository) (*azdo.Remote, error)
- func (m *MockRepoContext) Remotes() (azdo.RemoteSet, error)
- func (m *MockRepoContext) Repo() (azdo.Repository, error)
- func (m *MockRepoContext) WithRepo(arg0 func() (azdo.Repository, error)) util.RepoContext
- type MockRepoContextMockRecorder
- func (mr *MockRepoContextMockRecorder) Context() *gomock.Call
- func (mr *MockRepoContextMockRecorder) GitClient() *gomock.Call
- func (mr *MockRepoContextMockRecorder) GitCommand() *gomock.Call
- func (mr *MockRepoContextMockRecorder) GitRepository() *gomock.Call
- func (mr *MockRepoContextMockRecorder) Remote(arg0 any) *gomock.Call
- func (mr *MockRepoContextMockRecorder) Remotes() *gomock.Call
- func (mr *MockRepoContextMockRecorder) Repo() *gomock.Call
- func (mr *MockRepoContextMockRecorder) WithRepo(arg0 any) *gomock.Call
- type MockRepository
- func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder
- func (m *MockRepository) Equals(other azdo.Repository) bool
- func (m *MockRepository) FullName() string
- func (m *MockRepository) GitClient(ctx context.Context, connectionFactory azdo.ConnectionFactory) (git.Client, error)
- func (m *MockRepository) GitRepository(ctx context.Context, repoClient git.Client) (*git.GitRepository, error)
- func (m *MockRepository) Hostname() string
- func (m *MockRepository) Name() string
- func (m *MockRepository) Organization() string
- func (m *MockRepository) OrganizationUrl() (string, error)
- func (m *MockRepository) Project() string
- func (m *MockRepository) ProjectUrl() (string, error)
- func (m *MockRepository) RemoteUrl(protocol string) (string, error)
- func (m *MockRepository) String() string
- type MockRepositoryMockRecorder
- func (mr *MockRepositoryMockRecorder) Equals(other any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) FullName() *gomock.Call
- func (mr *MockRepositoryMockRecorder) GitClient(ctx, connectionFactory any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) GitRepository(ctx, repoClient any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) Hostname() *gomock.Call
- func (mr *MockRepositoryMockRecorder) Name() *gomock.Call
- func (mr *MockRepositoryMockRecorder) Organization() *gomock.Call
- func (mr *MockRepositoryMockRecorder) OrganizationUrl() *gomock.Call
- func (mr *MockRepositoryMockRecorder) Project() *gomock.Call
- func (mr *MockRepositoryMockRecorder) ProjectUrl() *gomock.Call
- func (mr *MockRepositoryMockRecorder) RemoteUrl(protocol any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) String() *gomock.Call
- type MockRepositoryName
- type MockRepositoryNameMockRecorder
- type MockerrWithExitCode
- type MockerrWithExitCodeMockRecorder
- type MockfileReader
- type MockfileReaderMockRecorder
- type MockfileWriter
- type MockfileWriterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAliasConfig ¶ added in v0.2.0
type MockAliasConfig struct {
// contains filtered or unexported fields
}
MockAliasConfig is a mock of AliasConfig interface.
func NewMockAliasConfig ¶ added in v0.2.0
func NewMockAliasConfig(ctrl *gomock.Controller) *MockAliasConfig
NewMockAliasConfig creates a new mock instance.
func (*MockAliasConfig) Add ¶ added in v0.2.0
func (m *MockAliasConfig) Add(arg0, arg1 string) error
Add mocks base method.
func (*MockAliasConfig) All ¶ added in v0.2.0
func (m *MockAliasConfig) All() map[string]string
All mocks base method.
func (*MockAliasConfig) Delete ¶ added in v0.2.0
func (m *MockAliasConfig) Delete(arg0 string) error
Delete mocks base method.
func (*MockAliasConfig) EXPECT ¶ added in v0.2.0
func (m *MockAliasConfig) EXPECT() *MockAliasConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAliasConfigMockRecorder ¶ added in v0.2.0
type MockAliasConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockAliasConfigMockRecorder is the mock recorder for MockAliasConfig.
func (*MockAliasConfigMockRecorder) Add ¶ added in v0.2.0
func (mr *MockAliasConfigMockRecorder) Add(arg0, arg1 any) *gomock.Call
Add indicates an expected call of Add.
func (*MockAliasConfigMockRecorder) All ¶ added in v0.2.0
func (mr *MockAliasConfigMockRecorder) All() *gomock.Call
All indicates an expected call of All.
type MockAuthConfig ¶ added in v0.2.0
type MockAuthConfig struct {
// contains filtered or unexported fields
}
MockAuthConfig is a mock of AuthConfig interface.
func NewMockAuthConfig ¶ added in v0.2.0
func NewMockAuthConfig(ctrl *gomock.Controller) *MockAuthConfig
NewMockAuthConfig creates a new mock instance.
func (*MockAuthConfig) EXPECT ¶ added in v0.2.0
func (m *MockAuthConfig) EXPECT() *MockAuthConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthConfig) GetDefaultOrganization ¶ added in v0.2.0
func (m *MockAuthConfig) GetDefaultOrganization() (string, error)
GetDefaultOrganization mocks base method.
func (*MockAuthConfig) GetGitProtocol ¶ added in v0.2.0
func (m *MockAuthConfig) GetGitProtocol(organizationName string) (string, error)
GetGitProtocol mocks base method.
func (*MockAuthConfig) GetOrganizations ¶ added in v0.2.0
func (m *MockAuthConfig) GetOrganizations() []string
GetOrganizations mocks base method.
func (*MockAuthConfig) GetToken ¶ added in v0.2.0
func (m *MockAuthConfig) GetToken(organizationName string) (string, error)
GetToken mocks base method.
func (*MockAuthConfig) GetURL ¶ added in v0.2.0
func (m *MockAuthConfig) GetURL(organizationName string) (string, error)
GetURL mocks base method.
func (*MockAuthConfig) Login ¶ added in v0.2.0
func (m *MockAuthConfig) Login(organizationName, organizationURL, token, gitProtocol string, secureStorage bool) error
Login mocks base method.
func (*MockAuthConfig) Logout ¶ added in v0.2.0
func (m *MockAuthConfig) Logout(organizationName string) error
Logout mocks base method.
func (*MockAuthConfig) SetDefaultOrganization ¶ added in v0.2.0
func (m *MockAuthConfig) SetDefaultOrganization(organizationName string) error
SetDefaultOrganization mocks base method.
type MockAuthConfigMockRecorder ¶ added in v0.2.0
type MockAuthConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthConfigMockRecorder is the mock recorder for MockAuthConfig.
func (*MockAuthConfigMockRecorder) GetDefaultOrganization ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetDefaultOrganization() *gomock.Call
GetDefaultOrganization indicates an expected call of GetDefaultOrganization.
func (*MockAuthConfigMockRecorder) GetGitProtocol ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetGitProtocol(organizationName any) *gomock.Call
GetGitProtocol indicates an expected call of GetGitProtocol.
func (*MockAuthConfigMockRecorder) GetOrganizations ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetOrganizations() *gomock.Call
GetOrganizations indicates an expected call of GetOrganizations.
func (*MockAuthConfigMockRecorder) GetToken ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetToken(organizationName any) *gomock.Call
GetToken indicates an expected call of GetToken.
func (*MockAuthConfigMockRecorder) GetURL ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetURL(organizationName any) *gomock.Call
GetURL indicates an expected call of GetURL.
func (*MockAuthConfigMockRecorder) Login ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) Login(organizationName, organizationURL, token, gitProtocol, secureStorage any) *gomock.Call
Login indicates an expected call of Login.
func (*MockAuthConfigMockRecorder) Logout ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) Logout(organizationName any) *gomock.Call
Logout indicates an expected call of Logout.
func (*MockAuthConfigMockRecorder) SetDefaultOrganization ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) SetDefaultOrganization(organizationName any) *gomock.Call
SetDefaultOrganization indicates an expected call of SetDefaultOrganization.
type MockAzDOExtension ¶
type MockAzDOExtension struct {
// contains filtered or unexported fields
}
MockAzDOExtension is a mock of Client interface.
func NewMockAzDOExtension ¶
func NewMockAzDOExtension(ctrl *gomock.Controller) *MockAzDOExtension
NewMockAzDOExtension creates a new mock instance.
func (*MockAzDOExtension) EXPECT ¶
func (m *MockAzDOExtension) EXPECT() *MockAzDOExtensionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzDOExtension) GetSubjectID ¶
GetSubjectID mocks base method.
type MockAzDOExtensionMockRecorder ¶
type MockAzDOExtensionMockRecorder struct {
// contains filtered or unexported fields
}
MockAzDOExtensionMockRecorder is the mock recorder for MockAzDOExtension.
func (*MockAzDOExtensionMockRecorder) GetSelfID ¶
func (mr *MockAzDOExtensionMockRecorder) GetSelfID(ctx any) *gomock.Call
GetSelfID indicates an expected call of GetSelfID.
func (*MockAzDOExtensionMockRecorder) GetSubjectID ¶
func (mr *MockAzDOExtensionMockRecorder) GetSubjectID(ctx, subject any) *gomock.Call
GetSubjectID indicates an expected call of GetSubjectID.
type MockAzDOGitClient ¶
type MockAzDOGitClient struct {
// contains filtered or unexported fields
}
MockAzDOGitClient is a mock of Client interface.
func NewMockAzDOGitClient ¶
func NewMockAzDOGitClient(ctrl *gomock.Controller) *MockAzDOGitClient
NewMockAzDOGitClient creates a new mock instance.
func (*MockAzDOGitClient) CreateAnnotatedTag ¶
func (m *MockAzDOGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
CreateAnnotatedTag mocks base method.
func (*MockAzDOGitClient) CreateAttachment ¶
func (m *MockAzDOGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)
CreateAttachment mocks base method.
func (*MockAzDOGitClient) CreateCherryPick ¶
func (m *MockAzDOGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)
CreateCherryPick mocks base method.
func (*MockAzDOGitClient) CreateComment ¶
func (m *MockAzDOGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)
CreateComment mocks base method.
func (*MockAzDOGitClient) CreateCommitStatus ¶
func (m *MockAzDOGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)
CreateCommitStatus mocks base method.
func (*MockAzDOGitClient) CreateFavorite ¶
func (m *MockAzDOGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)
CreateFavorite mocks base method.
func (*MockAzDOGitClient) CreateForkSyncRequest ¶
func (m *MockAzDOGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
CreateForkSyncRequest mocks base method.
func (*MockAzDOGitClient) CreateImportRequest ¶
func (m *MockAzDOGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)
CreateImportRequest mocks base method.
func (*MockAzDOGitClient) CreateLike ¶
func (m *MockAzDOGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error
CreateLike mocks base method.
func (*MockAzDOGitClient) CreateMergeRequest ¶
func (m *MockAzDOGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)
CreateMergeRequest mocks base method.
func (*MockAzDOGitClient) CreatePullRequest ¶
func (m *MockAzDOGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)
CreatePullRequest mocks base method.
func (*MockAzDOGitClient) CreatePullRequestIterationStatus ¶
func (m *MockAzDOGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
CreatePullRequestIterationStatus mocks base method.
func (*MockAzDOGitClient) CreatePullRequestLabel ¶
func (m *MockAzDOGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)
CreatePullRequestLabel mocks base method.
func (*MockAzDOGitClient) CreatePullRequestReviewer ¶
func (m *MockAzDOGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
CreatePullRequestReviewer mocks base method.
func (*MockAzDOGitClient) CreatePullRequestReviewers ¶
func (m *MockAzDOGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
CreatePullRequestReviewers mocks base method.
func (*MockAzDOGitClient) CreatePullRequestStatus ¶
func (m *MockAzDOGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)
CreatePullRequestStatus mocks base method.
func (*MockAzDOGitClient) CreatePush ¶
func (m *MockAzDOGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)
CreatePush mocks base method.
func (*MockAzDOGitClient) CreateRepository ¶
func (m *MockAzDOGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
CreateRepository mocks base method.
func (*MockAzDOGitClient) CreateRevert ¶
func (m *MockAzDOGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)
CreateRevert mocks base method.
func (*MockAzDOGitClient) CreateThread ¶
func (m *MockAzDOGitClient) CreateThread(arg0 context.Context, arg1 git.CreateThreadArgs) (*git.GitPullRequestCommentThread, error)
CreateThread mocks base method.
func (*MockAzDOGitClient) CreateUnmaterializedPullRequestReviewer ¶
func (m *MockAzDOGitClient) CreateUnmaterializedPullRequestReviewer(arg0 context.Context, arg1 git.CreateUnmaterializedPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
CreateUnmaterializedPullRequestReviewer mocks base method.
func (*MockAzDOGitClient) DeleteAttachment ¶
func (m *MockAzDOGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error
DeleteAttachment mocks base method.
func (*MockAzDOGitClient) DeleteComment ¶
func (m *MockAzDOGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error
DeleteComment mocks base method.
func (*MockAzDOGitClient) DeleteLike ¶
func (m *MockAzDOGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error
DeleteLike mocks base method.
func (*MockAzDOGitClient) DeletePullRequestIterationStatus ¶
func (m *MockAzDOGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error
DeletePullRequestIterationStatus mocks base method.
func (*MockAzDOGitClient) DeletePullRequestLabels ¶
func (m *MockAzDOGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error
DeletePullRequestLabels mocks base method.
func (*MockAzDOGitClient) DeletePullRequestReviewer ¶
func (m *MockAzDOGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error
DeletePullRequestReviewer mocks base method.
func (*MockAzDOGitClient) DeletePullRequestStatus ¶
func (m *MockAzDOGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error
DeletePullRequestStatus mocks base method.
func (*MockAzDOGitClient) DeleteRefFavorite ¶
func (m *MockAzDOGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error
DeleteRefFavorite mocks base method.
func (*MockAzDOGitClient) DeleteRepository ¶
func (m *MockAzDOGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error
DeleteRepository mocks base method.
func (*MockAzDOGitClient) DeleteRepositoryFromRecycleBin ¶
func (m *MockAzDOGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error
DeleteRepositoryFromRecycleBin mocks base method.
func (*MockAzDOGitClient) EXPECT ¶
func (m *MockAzDOGitClient) EXPECT() *MockAzDOGitClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzDOGitClient) GetAnnotatedTag ¶
func (m *MockAzDOGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
GetAnnotatedTag mocks base method.
func (*MockAzDOGitClient) GetAttachmentContent ¶
func (m *MockAzDOGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)
GetAttachmentContent mocks base method.
func (*MockAzDOGitClient) GetAttachmentZip ¶
func (m *MockAzDOGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)
GetAttachmentZip mocks base method.
func (*MockAzDOGitClient) GetAttachments ¶
func (m *MockAzDOGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)
GetAttachments mocks base method.
func (*MockAzDOGitClient) GetBlob ¶
func (m *MockAzDOGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)
GetBlob mocks base method.
func (*MockAzDOGitClient) GetBlobContent ¶
func (m *MockAzDOGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)
GetBlobContent mocks base method.
func (*MockAzDOGitClient) GetBlobZip ¶
func (m *MockAzDOGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)
GetBlobZip mocks base method.
func (*MockAzDOGitClient) GetBlobsZip ¶
func (m *MockAzDOGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)
GetBlobsZip mocks base method.
func (*MockAzDOGitClient) GetBranch ¶
func (m *MockAzDOGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)
GetBranch mocks base method.
func (*MockAzDOGitClient) GetBranches ¶
func (m *MockAzDOGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)
GetBranches mocks base method.
func (*MockAzDOGitClient) GetChanges ¶
func (m *MockAzDOGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)
GetChanges mocks base method.
func (*MockAzDOGitClient) GetCherryPick ¶
func (m *MockAzDOGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)
GetCherryPick mocks base method.
func (*MockAzDOGitClient) GetCherryPickForRefName ¶
func (m *MockAzDOGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)
GetCherryPickForRefName mocks base method.
func (*MockAzDOGitClient) GetComment ¶
func (m *MockAzDOGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)
GetComment mocks base method.
func (*MockAzDOGitClient) GetComments ¶
func (m *MockAzDOGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)
GetComments mocks base method.
func (*MockAzDOGitClient) GetCommit ¶
func (m *MockAzDOGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)
GetCommit mocks base method.
func (*MockAzDOGitClient) GetCommitDiffs ¶
func (m *MockAzDOGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)
GetCommitDiffs mocks base method.
func (*MockAzDOGitClient) GetCommits ¶
func (m *MockAzDOGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)
GetCommits mocks base method.
func (*MockAzDOGitClient) GetCommitsBatch ¶
func (m *MockAzDOGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)
GetCommitsBatch mocks base method.
func (*MockAzDOGitClient) GetDeletedRepositories ¶
func (m *MockAzDOGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)
GetDeletedRepositories mocks base method.
func (*MockAzDOGitClient) GetForkSyncRequest ¶
func (m *MockAzDOGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
GetForkSyncRequest mocks base method.
func (*MockAzDOGitClient) GetForkSyncRequests ¶
func (m *MockAzDOGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)
GetForkSyncRequests mocks base method.
func (*MockAzDOGitClient) GetForks ¶
func (m *MockAzDOGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)
GetForks mocks base method.
func (*MockAzDOGitClient) GetImportRequest ¶
func (m *MockAzDOGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)
GetImportRequest mocks base method.
func (*MockAzDOGitClient) GetItem ¶
func (m *MockAzDOGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)
GetItem mocks base method.
func (*MockAzDOGitClient) GetItemContent ¶
func (m *MockAzDOGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)
GetItemContent mocks base method.
func (*MockAzDOGitClient) GetItemText ¶
func (m *MockAzDOGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)
GetItemText mocks base method.
func (*MockAzDOGitClient) GetItemZip ¶
func (m *MockAzDOGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)
GetItemZip mocks base method.
func (*MockAzDOGitClient) GetItems ¶
func (m *MockAzDOGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)
GetItems mocks base method.
func (*MockAzDOGitClient) GetItemsBatch ¶
func (m *MockAzDOGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)
GetItemsBatch mocks base method.
func (*MockAzDOGitClient) GetLikes ¶
func (m *MockAzDOGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)
GetLikes mocks base method.
func (*MockAzDOGitClient) GetMergeBases ¶
func (m *MockAzDOGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)
GetMergeBases mocks base method.
func (*MockAzDOGitClient) GetMergeRequest ¶
func (m *MockAzDOGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)
GetMergeRequest mocks base method.
func (*MockAzDOGitClient) GetPermission ¶
func (m *MockAzDOGitClient) GetPermission(arg0 context.Context, arg1 git.GetPermissionArgs) (*bool, error)
GetPermission mocks base method.
func (*MockAzDOGitClient) GetPolicyConfigurations ¶
func (m *MockAzDOGitClient) GetPolicyConfigurations(arg0 context.Context, arg1 git.GetPolicyConfigurationsArgs) (*git.GitPolicyConfigurationResponse, error)
GetPolicyConfigurations mocks base method.
func (*MockAzDOGitClient) GetPullRequest ¶
func (m *MockAzDOGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)
GetPullRequest mocks base method.
func (*MockAzDOGitClient) GetPullRequestById ¶
func (m *MockAzDOGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)
GetPullRequestById mocks base method.
func (*MockAzDOGitClient) GetPullRequestCommits ¶
func (m *MockAzDOGitClient) GetPullRequestCommits(arg0 context.Context, arg1 git.GetPullRequestCommitsArgs) (*git.GetPullRequestCommitsResponseValue, error)
GetPullRequestCommits mocks base method.
func (*MockAzDOGitClient) GetPullRequestIteration ¶
func (m *MockAzDOGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)
GetPullRequestIteration mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationChanges ¶
func (m *MockAzDOGitClient) GetPullRequestIterationChanges(arg0 context.Context, arg1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)
GetPullRequestIterationChanges mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationCommits ¶
func (m *MockAzDOGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)
GetPullRequestIterationCommits mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationStatus ¶
func (m *MockAzDOGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
GetPullRequestIterationStatus mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationStatuses ¶
func (m *MockAzDOGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)
GetPullRequestIterationStatuses mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterations ¶
func (m *MockAzDOGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)
GetPullRequestIterations mocks base method.
func (*MockAzDOGitClient) GetPullRequestLabel ¶
func (m *MockAzDOGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)
GetPullRequestLabel mocks base method.
func (*MockAzDOGitClient) GetPullRequestLabels ¶
func (m *MockAzDOGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)
GetPullRequestLabels mocks base method.
func (*MockAzDOGitClient) GetPullRequestProperties ¶
func (m *MockAzDOGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (any, error)
GetPullRequestProperties mocks base method.
func (*MockAzDOGitClient) GetPullRequestQuery ¶
func (m *MockAzDOGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)
GetPullRequestQuery mocks base method.
func (*MockAzDOGitClient) GetPullRequestReviewer ¶
func (m *MockAzDOGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
GetPullRequestReviewer mocks base method.
func (*MockAzDOGitClient) GetPullRequestReviewers ¶
func (m *MockAzDOGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
GetPullRequestReviewers mocks base method.
func (*MockAzDOGitClient) GetPullRequestStatus ¶
func (m *MockAzDOGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)
GetPullRequestStatus mocks base method.
func (*MockAzDOGitClient) GetPullRequestStatuses ¶
func (m *MockAzDOGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)
GetPullRequestStatuses mocks base method.
func (*MockAzDOGitClient) GetPullRequestThread ¶
func (m *MockAzDOGitClient) GetPullRequestThread(arg0 context.Context, arg1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)
GetPullRequestThread mocks base method.
func (*MockAzDOGitClient) GetPullRequestWorkItemRefs ¶
func (m *MockAzDOGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)
GetPullRequestWorkItemRefs mocks base method.
func (*MockAzDOGitClient) GetPullRequests ¶
func (m *MockAzDOGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)
GetPullRequests mocks base method.
func (*MockAzDOGitClient) GetPullRequestsByProject ¶
func (m *MockAzDOGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)
GetPullRequestsByProject mocks base method.
func (*MockAzDOGitClient) GetPush ¶
func (m *MockAzDOGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)
GetPush mocks base method.
func (*MockAzDOGitClient) GetPushCommits ¶
func (m *MockAzDOGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)
GetPushCommits mocks base method.
func (*MockAzDOGitClient) GetPushes ¶
func (m *MockAzDOGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)
GetPushes mocks base method.
func (*MockAzDOGitClient) GetRecycleBinRepositories ¶
func (m *MockAzDOGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)
GetRecycleBinRepositories mocks base method.
func (*MockAzDOGitClient) GetRefFavorite ¶
func (m *MockAzDOGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)
GetRefFavorite mocks base method.
func (*MockAzDOGitClient) GetRefFavorites ¶
func (m *MockAzDOGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)
GetRefFavorites mocks base method.
func (*MockAzDOGitClient) GetRefs ¶
func (m *MockAzDOGitClient) GetRefs(arg0 context.Context, arg1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)
GetRefs mocks base method.
func (*MockAzDOGitClient) GetRepositories ¶
func (m *MockAzDOGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)
GetRepositories mocks base method.
func (*MockAzDOGitClient) GetRepository ¶
func (m *MockAzDOGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
GetRepository mocks base method.
func (*MockAzDOGitClient) GetRepositoryWithParent ¶
func (m *MockAzDOGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)
GetRepositoryWithParent mocks base method.
func (*MockAzDOGitClient) GetRevert ¶
func (m *MockAzDOGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)
GetRevert mocks base method.
func (*MockAzDOGitClient) GetRevertForRefName ¶
func (m *MockAzDOGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)
GetRevertForRefName mocks base method.
func (*MockAzDOGitClient) GetStatuses ¶
func (m *MockAzDOGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)
GetStatuses mocks base method.
func (*MockAzDOGitClient) GetSuggestions ¶
func (m *MockAzDOGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)
GetSuggestions mocks base method.
func (*MockAzDOGitClient) GetThreads ¶
func (m *MockAzDOGitClient) GetThreads(arg0 context.Context, arg1 git.GetThreadsArgs) (*[]git.GitPullRequestCommentThread, error)
GetThreads mocks base method.
func (*MockAzDOGitClient) GetTree ¶
func (m *MockAzDOGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)
GetTree mocks base method.
func (*MockAzDOGitClient) GetTreeZip ¶
func (m *MockAzDOGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)
GetTreeZip mocks base method.
func (*MockAzDOGitClient) QueryImportRequests ¶
func (m *MockAzDOGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)
QueryImportRequests mocks base method.
func (*MockAzDOGitClient) RestoreRepositoryFromRecycleBin ¶
func (m *MockAzDOGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)
RestoreRepositoryFromRecycleBin mocks base method.
func (*MockAzDOGitClient) SharePullRequest ¶
func (m *MockAzDOGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error
SharePullRequest mocks base method.
func (*MockAzDOGitClient) UpdateComment ¶
func (m *MockAzDOGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)
UpdateComment mocks base method.
func (*MockAzDOGitClient) UpdateImportRequest ¶
func (m *MockAzDOGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)
UpdateImportRequest mocks base method.
func (*MockAzDOGitClient) UpdatePullRequest ¶
func (m *MockAzDOGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)
UpdatePullRequest mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestIterationStatuses ¶
func (m *MockAzDOGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error
UpdatePullRequestIterationStatuses mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestProperties ¶
func (m *MockAzDOGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (any, error)
UpdatePullRequestProperties mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestReviewer ¶
func (m *MockAzDOGitClient) UpdatePullRequestReviewer(arg0 context.Context, arg1 git.UpdatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
UpdatePullRequestReviewer mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestReviewers ¶
func (m *MockAzDOGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error
UpdatePullRequestReviewers mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestStatuses ¶
func (m *MockAzDOGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error
UpdatePullRequestStatuses mocks base method.
func (*MockAzDOGitClient) UpdateRef ¶
func (m *MockAzDOGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)
UpdateRef mocks base method.
func (*MockAzDOGitClient) UpdateRefs ¶
func (m *MockAzDOGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)
UpdateRefs mocks base method.
func (*MockAzDOGitClient) UpdateRepository ¶
func (m *MockAzDOGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)
UpdateRepository mocks base method.
func (*MockAzDOGitClient) UpdateThread ¶
func (m *MockAzDOGitClient) UpdateThread(arg0 context.Context, arg1 git.UpdateThreadArgs) (*git.GitPullRequestCommentThread, error)
UpdateThread mocks base method.
type MockAzDOGitClientMockRecorder ¶
type MockAzDOGitClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAzDOGitClientMockRecorder is the mock recorder for MockAzDOGitClient.
func (*MockAzDOGitClientMockRecorder) CreateAnnotatedTag ¶
func (mr *MockAzDOGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 any) *gomock.Call
CreateAnnotatedTag indicates an expected call of CreateAnnotatedTag.
func (*MockAzDOGitClientMockRecorder) CreateAttachment ¶
func (mr *MockAzDOGitClientMockRecorder) CreateAttachment(arg0, arg1 any) *gomock.Call
CreateAttachment indicates an expected call of CreateAttachment.
func (*MockAzDOGitClientMockRecorder) CreateCherryPick ¶
func (mr *MockAzDOGitClientMockRecorder) CreateCherryPick(arg0, arg1 any) *gomock.Call
CreateCherryPick indicates an expected call of CreateCherryPick.
func (*MockAzDOGitClientMockRecorder) CreateComment ¶
func (mr *MockAzDOGitClientMockRecorder) CreateComment(arg0, arg1 any) *gomock.Call
CreateComment indicates an expected call of CreateComment.
func (*MockAzDOGitClientMockRecorder) CreateCommitStatus ¶
func (mr *MockAzDOGitClientMockRecorder) CreateCommitStatus(arg0, arg1 any) *gomock.Call
CreateCommitStatus indicates an expected call of CreateCommitStatus.
func (*MockAzDOGitClientMockRecorder) CreateFavorite ¶
func (mr *MockAzDOGitClientMockRecorder) CreateFavorite(arg0, arg1 any) *gomock.Call
CreateFavorite indicates an expected call of CreateFavorite.
func (*MockAzDOGitClientMockRecorder) CreateForkSyncRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 any) *gomock.Call
CreateForkSyncRequest indicates an expected call of CreateForkSyncRequest.
func (*MockAzDOGitClientMockRecorder) CreateImportRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreateImportRequest(arg0, arg1 any) *gomock.Call
CreateImportRequest indicates an expected call of CreateImportRequest.
func (*MockAzDOGitClientMockRecorder) CreateLike ¶
func (mr *MockAzDOGitClientMockRecorder) CreateLike(arg0, arg1 any) *gomock.Call
CreateLike indicates an expected call of CreateLike.
func (*MockAzDOGitClientMockRecorder) CreateMergeRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreateMergeRequest(arg0, arg1 any) *gomock.Call
CreateMergeRequest indicates an expected call of CreateMergeRequest.
func (*MockAzDOGitClientMockRecorder) CreatePullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequest(arg0, arg1 any) *gomock.Call
CreatePullRequest indicates an expected call of CreatePullRequest.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestIterationStatus ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
CreatePullRequestIterationStatus indicates an expected call of CreatePullRequestIterationStatus.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestLabel ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 any) *gomock.Call
CreatePullRequestLabel indicates an expected call of CreatePullRequestLabel.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 any) *gomock.Call
CreatePullRequestReviewer indicates an expected call of CreatePullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestReviewers ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 any) *gomock.Call
CreatePullRequestReviewers indicates an expected call of CreatePullRequestReviewers.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestStatus ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 any) *gomock.Call
CreatePullRequestStatus indicates an expected call of CreatePullRequestStatus.
func (*MockAzDOGitClientMockRecorder) CreatePush ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePush(arg0, arg1 any) *gomock.Call
CreatePush indicates an expected call of CreatePush.
func (*MockAzDOGitClientMockRecorder) CreateRepository ¶
func (mr *MockAzDOGitClientMockRecorder) CreateRepository(arg0, arg1 any) *gomock.Call
CreateRepository indicates an expected call of CreateRepository.
func (*MockAzDOGitClientMockRecorder) CreateRevert ¶
func (mr *MockAzDOGitClientMockRecorder) CreateRevert(arg0, arg1 any) *gomock.Call
CreateRevert indicates an expected call of CreateRevert.
func (*MockAzDOGitClientMockRecorder) CreateThread ¶
func (mr *MockAzDOGitClientMockRecorder) CreateThread(arg0, arg1 any) *gomock.Call
CreateThread indicates an expected call of CreateThread.
func (*MockAzDOGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer(arg0, arg1 any) *gomock.Call
CreateUnmaterializedPullRequestReviewer indicates an expected call of CreateUnmaterializedPullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) DeleteAttachment ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteAttachment(arg0, arg1 any) *gomock.Call
DeleteAttachment indicates an expected call of DeleteAttachment.
func (*MockAzDOGitClientMockRecorder) DeleteComment ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteComment(arg0, arg1 any) *gomock.Call
DeleteComment indicates an expected call of DeleteComment.
func (*MockAzDOGitClientMockRecorder) DeleteLike ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteLike(arg0, arg1 any) *gomock.Call
DeleteLike indicates an expected call of DeleteLike.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestIterationStatus ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
DeletePullRequestIterationStatus indicates an expected call of DeletePullRequestIterationStatus.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestLabels ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 any) *gomock.Call
DeletePullRequestLabels indicates an expected call of DeletePullRequestLabels.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 any) *gomock.Call
DeletePullRequestReviewer indicates an expected call of DeletePullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestStatus ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 any) *gomock.Call
DeletePullRequestStatus indicates an expected call of DeletePullRequestStatus.
func (*MockAzDOGitClientMockRecorder) DeleteRefFavorite ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 any) *gomock.Call
DeleteRefFavorite indicates an expected call of DeleteRefFavorite.
func (*MockAzDOGitClientMockRecorder) DeleteRepository ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteRepository(arg0, arg1 any) *gomock.Call
DeleteRepository indicates an expected call of DeleteRepository.
func (*MockAzDOGitClientMockRecorder) DeleteRepositoryFromRecycleBin ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
DeleteRepositoryFromRecycleBin indicates an expected call of DeleteRepositoryFromRecycleBin.
func (*MockAzDOGitClientMockRecorder) GetAnnotatedTag ¶
func (mr *MockAzDOGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 any) *gomock.Call
GetAnnotatedTag indicates an expected call of GetAnnotatedTag.
func (*MockAzDOGitClientMockRecorder) GetAttachmentContent ¶
func (mr *MockAzDOGitClientMockRecorder) GetAttachmentContent(arg0, arg1 any) *gomock.Call
GetAttachmentContent indicates an expected call of GetAttachmentContent.
func (*MockAzDOGitClientMockRecorder) GetAttachmentZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetAttachmentZip(arg0, arg1 any) *gomock.Call
GetAttachmentZip indicates an expected call of GetAttachmentZip.
func (*MockAzDOGitClientMockRecorder) GetAttachments ¶
func (mr *MockAzDOGitClientMockRecorder) GetAttachments(arg0, arg1 any) *gomock.Call
GetAttachments indicates an expected call of GetAttachments.
func (*MockAzDOGitClientMockRecorder) GetBlob ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlob(arg0, arg1 any) *gomock.Call
GetBlob indicates an expected call of GetBlob.
func (*MockAzDOGitClientMockRecorder) GetBlobContent ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlobContent(arg0, arg1 any) *gomock.Call
GetBlobContent indicates an expected call of GetBlobContent.
func (*MockAzDOGitClientMockRecorder) GetBlobZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlobZip(arg0, arg1 any) *gomock.Call
GetBlobZip indicates an expected call of GetBlobZip.
func (*MockAzDOGitClientMockRecorder) GetBlobsZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlobsZip(arg0, arg1 any) *gomock.Call
GetBlobsZip indicates an expected call of GetBlobsZip.
func (*MockAzDOGitClientMockRecorder) GetBranch ¶
func (mr *MockAzDOGitClientMockRecorder) GetBranch(arg0, arg1 any) *gomock.Call
GetBranch indicates an expected call of GetBranch.
func (*MockAzDOGitClientMockRecorder) GetBranches ¶
func (mr *MockAzDOGitClientMockRecorder) GetBranches(arg0, arg1 any) *gomock.Call
GetBranches indicates an expected call of GetBranches.
func (*MockAzDOGitClientMockRecorder) GetChanges ¶
func (mr *MockAzDOGitClientMockRecorder) GetChanges(arg0, arg1 any) *gomock.Call
GetChanges indicates an expected call of GetChanges.
func (*MockAzDOGitClientMockRecorder) GetCherryPick ¶
func (mr *MockAzDOGitClientMockRecorder) GetCherryPick(arg0, arg1 any) *gomock.Call
GetCherryPick indicates an expected call of GetCherryPick.
func (*MockAzDOGitClientMockRecorder) GetCherryPickForRefName ¶
func (mr *MockAzDOGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 any) *gomock.Call
GetCherryPickForRefName indicates an expected call of GetCherryPickForRefName.
func (*MockAzDOGitClientMockRecorder) GetComment ¶
func (mr *MockAzDOGitClientMockRecorder) GetComment(arg0, arg1 any) *gomock.Call
GetComment indicates an expected call of GetComment.
func (*MockAzDOGitClientMockRecorder) GetComments ¶
func (mr *MockAzDOGitClientMockRecorder) GetComments(arg0, arg1 any) *gomock.Call
GetComments indicates an expected call of GetComments.
func (*MockAzDOGitClientMockRecorder) GetCommit ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommit(arg0, arg1 any) *gomock.Call
GetCommit indicates an expected call of GetCommit.
func (*MockAzDOGitClientMockRecorder) GetCommitDiffs ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommitDiffs(arg0, arg1 any) *gomock.Call
GetCommitDiffs indicates an expected call of GetCommitDiffs.
func (*MockAzDOGitClientMockRecorder) GetCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommits(arg0, arg1 any) *gomock.Call
GetCommits indicates an expected call of GetCommits.
func (*MockAzDOGitClientMockRecorder) GetCommitsBatch ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommitsBatch(arg0, arg1 any) *gomock.Call
GetCommitsBatch indicates an expected call of GetCommitsBatch.
func (*MockAzDOGitClientMockRecorder) GetDeletedRepositories ¶
func (mr *MockAzDOGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 any) *gomock.Call
GetDeletedRepositories indicates an expected call of GetDeletedRepositories.
func (*MockAzDOGitClientMockRecorder) GetForkSyncRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 any) *gomock.Call
GetForkSyncRequest indicates an expected call of GetForkSyncRequest.
func (*MockAzDOGitClientMockRecorder) GetForkSyncRequests ¶
func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 any) *gomock.Call
GetForkSyncRequests indicates an expected call of GetForkSyncRequests.
func (*MockAzDOGitClientMockRecorder) GetForks ¶
func (mr *MockAzDOGitClientMockRecorder) GetForks(arg0, arg1 any) *gomock.Call
GetForks indicates an expected call of GetForks.
func (*MockAzDOGitClientMockRecorder) GetImportRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetImportRequest(arg0, arg1 any) *gomock.Call
GetImportRequest indicates an expected call of GetImportRequest.
func (*MockAzDOGitClientMockRecorder) GetItem ¶
func (mr *MockAzDOGitClientMockRecorder) GetItem(arg0, arg1 any) *gomock.Call
GetItem indicates an expected call of GetItem.
func (*MockAzDOGitClientMockRecorder) GetItemContent ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemContent(arg0, arg1 any) *gomock.Call
GetItemContent indicates an expected call of GetItemContent.
func (*MockAzDOGitClientMockRecorder) GetItemText ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemText(arg0, arg1 any) *gomock.Call
GetItemText indicates an expected call of GetItemText.
func (*MockAzDOGitClientMockRecorder) GetItemZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemZip(arg0, arg1 any) *gomock.Call
GetItemZip indicates an expected call of GetItemZip.
func (*MockAzDOGitClientMockRecorder) GetItems ¶
func (mr *MockAzDOGitClientMockRecorder) GetItems(arg0, arg1 any) *gomock.Call
GetItems indicates an expected call of GetItems.
func (*MockAzDOGitClientMockRecorder) GetItemsBatch ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemsBatch(arg0, arg1 any) *gomock.Call
GetItemsBatch indicates an expected call of GetItemsBatch.
func (*MockAzDOGitClientMockRecorder) GetLikes ¶
func (mr *MockAzDOGitClientMockRecorder) GetLikes(arg0, arg1 any) *gomock.Call
GetLikes indicates an expected call of GetLikes.
func (*MockAzDOGitClientMockRecorder) GetMergeBases ¶
func (mr *MockAzDOGitClientMockRecorder) GetMergeBases(arg0, arg1 any) *gomock.Call
GetMergeBases indicates an expected call of GetMergeBases.
func (*MockAzDOGitClientMockRecorder) GetMergeRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetMergeRequest(arg0, arg1 any) *gomock.Call
GetMergeRequest indicates an expected call of GetMergeRequest.
func (*MockAzDOGitClientMockRecorder) GetPermission ¶
func (mr *MockAzDOGitClientMockRecorder) GetPermission(arg0, arg1 any) *gomock.Call
GetPermission indicates an expected call of GetPermission.
func (*MockAzDOGitClientMockRecorder) GetPolicyConfigurations ¶
func (mr *MockAzDOGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 any) *gomock.Call
GetPolicyConfigurations indicates an expected call of GetPolicyConfigurations.
func (*MockAzDOGitClientMockRecorder) GetPullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequest(arg0, arg1 any) *gomock.Call
GetPullRequest indicates an expected call of GetPullRequest.
func (*MockAzDOGitClientMockRecorder) GetPullRequestById ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestById(arg0, arg1 any) *gomock.Call
GetPullRequestById indicates an expected call of GetPullRequestById.
func (*MockAzDOGitClientMockRecorder) GetPullRequestCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 any) *gomock.Call
GetPullRequestCommits indicates an expected call of GetPullRequestCommits.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIteration ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 any) *gomock.Call
GetPullRequestIteration indicates an expected call of GetPullRequestIteration.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationChanges ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 any) *gomock.Call
GetPullRequestIterationChanges indicates an expected call of GetPullRequestIterationChanges.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 any) *gomock.Call
GetPullRequestIterationCommits indicates an expected call of GetPullRequestIterationCommits.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationStatus ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 any) *gomock.Call
GetPullRequestIterationStatus indicates an expected call of GetPullRequestIterationStatus.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
GetPullRequestIterationStatuses indicates an expected call of GetPullRequestIterationStatuses.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterations ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 any) *gomock.Call
GetPullRequestIterations indicates an expected call of GetPullRequestIterations.
func (*MockAzDOGitClientMockRecorder) GetPullRequestLabel ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 any) *gomock.Call
GetPullRequestLabel indicates an expected call of GetPullRequestLabel.
func (*MockAzDOGitClientMockRecorder) GetPullRequestLabels ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 any) *gomock.Call
GetPullRequestLabels indicates an expected call of GetPullRequestLabels.
func (*MockAzDOGitClientMockRecorder) GetPullRequestProperties ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 any) *gomock.Call
GetPullRequestProperties indicates an expected call of GetPullRequestProperties.
func (*MockAzDOGitClientMockRecorder) GetPullRequestQuery ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 any) *gomock.Call
GetPullRequestQuery indicates an expected call of GetPullRequestQuery.
func (*MockAzDOGitClientMockRecorder) GetPullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 any) *gomock.Call
GetPullRequestReviewer indicates an expected call of GetPullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) GetPullRequestReviewers ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 any) *gomock.Call
GetPullRequestReviewers indicates an expected call of GetPullRequestReviewers.
func (*MockAzDOGitClientMockRecorder) GetPullRequestStatus ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 any) *gomock.Call
GetPullRequestStatus indicates an expected call of GetPullRequestStatus.
func (*MockAzDOGitClientMockRecorder) GetPullRequestStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 any) *gomock.Call
GetPullRequestStatuses indicates an expected call of GetPullRequestStatuses.
func (*MockAzDOGitClientMockRecorder) GetPullRequestThread ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestThread(arg0, arg1 any) *gomock.Call
GetPullRequestThread indicates an expected call of GetPullRequestThread.
func (*MockAzDOGitClientMockRecorder) GetPullRequestWorkItemRefs ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 any) *gomock.Call
GetPullRequestWorkItemRefs indicates an expected call of GetPullRequestWorkItemRefs.
func (*MockAzDOGitClientMockRecorder) GetPullRequests ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequests(arg0, arg1 any) *gomock.Call
GetPullRequests indicates an expected call of GetPullRequests.
func (*MockAzDOGitClientMockRecorder) GetPullRequestsByProject ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 any) *gomock.Call
GetPullRequestsByProject indicates an expected call of GetPullRequestsByProject.
func (*MockAzDOGitClientMockRecorder) GetPush ¶
func (mr *MockAzDOGitClientMockRecorder) GetPush(arg0, arg1 any) *gomock.Call
GetPush indicates an expected call of GetPush.
func (*MockAzDOGitClientMockRecorder) GetPushCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetPushCommits(arg0, arg1 any) *gomock.Call
GetPushCommits indicates an expected call of GetPushCommits.
func (*MockAzDOGitClientMockRecorder) GetPushes ¶
func (mr *MockAzDOGitClientMockRecorder) GetPushes(arg0, arg1 any) *gomock.Call
GetPushes indicates an expected call of GetPushes.
func (*MockAzDOGitClientMockRecorder) GetRecycleBinRepositories ¶
func (mr *MockAzDOGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 any) *gomock.Call
GetRecycleBinRepositories indicates an expected call of GetRecycleBinRepositories.
func (*MockAzDOGitClientMockRecorder) GetRefFavorite ¶
func (mr *MockAzDOGitClientMockRecorder) GetRefFavorite(arg0, arg1 any) *gomock.Call
GetRefFavorite indicates an expected call of GetRefFavorite.
func (*MockAzDOGitClientMockRecorder) GetRefFavorites ¶
func (mr *MockAzDOGitClientMockRecorder) GetRefFavorites(arg0, arg1 any) *gomock.Call
GetRefFavorites indicates an expected call of GetRefFavorites.
func (*MockAzDOGitClientMockRecorder) GetRefs ¶
func (mr *MockAzDOGitClientMockRecorder) GetRefs(arg0, arg1 any) *gomock.Call
GetRefs indicates an expected call of GetRefs.
func (*MockAzDOGitClientMockRecorder) GetRepositories ¶
func (mr *MockAzDOGitClientMockRecorder) GetRepositories(arg0, arg1 any) *gomock.Call
GetRepositories indicates an expected call of GetRepositories.
func (*MockAzDOGitClientMockRecorder) GetRepository ¶
func (mr *MockAzDOGitClientMockRecorder) GetRepository(arg0, arg1 any) *gomock.Call
GetRepository indicates an expected call of GetRepository.
func (*MockAzDOGitClientMockRecorder) GetRepositoryWithParent ¶
func (mr *MockAzDOGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 any) *gomock.Call
GetRepositoryWithParent indicates an expected call of GetRepositoryWithParent.
func (*MockAzDOGitClientMockRecorder) GetRevert ¶
func (mr *MockAzDOGitClientMockRecorder) GetRevert(arg0, arg1 any) *gomock.Call
GetRevert indicates an expected call of GetRevert.
func (*MockAzDOGitClientMockRecorder) GetRevertForRefName ¶
func (mr *MockAzDOGitClientMockRecorder) GetRevertForRefName(arg0, arg1 any) *gomock.Call
GetRevertForRefName indicates an expected call of GetRevertForRefName.
func (*MockAzDOGitClientMockRecorder) GetStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) GetStatuses(arg0, arg1 any) *gomock.Call
GetStatuses indicates an expected call of GetStatuses.
func (*MockAzDOGitClientMockRecorder) GetSuggestions ¶
func (mr *MockAzDOGitClientMockRecorder) GetSuggestions(arg0, arg1 any) *gomock.Call
GetSuggestions indicates an expected call of GetSuggestions.
func (*MockAzDOGitClientMockRecorder) GetThreads ¶
func (mr *MockAzDOGitClientMockRecorder) GetThreads(arg0, arg1 any) *gomock.Call
GetThreads indicates an expected call of GetThreads.
func (*MockAzDOGitClientMockRecorder) GetTree ¶
func (mr *MockAzDOGitClientMockRecorder) GetTree(arg0, arg1 any) *gomock.Call
GetTree indicates an expected call of GetTree.
func (*MockAzDOGitClientMockRecorder) GetTreeZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetTreeZip(arg0, arg1 any) *gomock.Call
GetTreeZip indicates an expected call of GetTreeZip.
func (*MockAzDOGitClientMockRecorder) QueryImportRequests ¶
func (mr *MockAzDOGitClientMockRecorder) QueryImportRequests(arg0, arg1 any) *gomock.Call
QueryImportRequests indicates an expected call of QueryImportRequests.
func (*MockAzDOGitClientMockRecorder) RestoreRepositoryFromRecycleBin ¶
func (mr *MockAzDOGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
RestoreRepositoryFromRecycleBin indicates an expected call of RestoreRepositoryFromRecycleBin.
func (*MockAzDOGitClientMockRecorder) SharePullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) SharePullRequest(arg0, arg1 any) *gomock.Call
SharePullRequest indicates an expected call of SharePullRequest.
func (*MockAzDOGitClientMockRecorder) UpdateComment ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateComment(arg0, arg1 any) *gomock.Call
UpdateComment indicates an expected call of UpdateComment.
func (*MockAzDOGitClientMockRecorder) UpdateImportRequest ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateImportRequest(arg0, arg1 any) *gomock.Call
UpdateImportRequest indicates an expected call of UpdateImportRequest.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequest(arg0, arg1 any) *gomock.Call
UpdatePullRequest indicates an expected call of UpdatePullRequest.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestIterationStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
UpdatePullRequestIterationStatuses indicates an expected call of UpdatePullRequestIterationStatuses.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestProperties ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 any) *gomock.Call
UpdatePullRequestProperties indicates an expected call of UpdatePullRequestProperties.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewer(arg0, arg1 any) *gomock.Call
UpdatePullRequestReviewer indicates an expected call of UpdatePullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestReviewers ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 any) *gomock.Call
UpdatePullRequestReviewers indicates an expected call of UpdatePullRequestReviewers.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 any) *gomock.Call
UpdatePullRequestStatuses indicates an expected call of UpdatePullRequestStatuses.
func (*MockAzDOGitClientMockRecorder) UpdateRef ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateRef(arg0, arg1 any) *gomock.Call
UpdateRef indicates an expected call of UpdateRef.
func (*MockAzDOGitClientMockRecorder) UpdateRefs ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateRefs(arg0, arg1 any) *gomock.Call
UpdateRefs indicates an expected call of UpdateRefs.
func (*MockAzDOGitClientMockRecorder) UpdateRepository ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateRepository(arg0, arg1 any) *gomock.Call
UpdateRepository indicates an expected call of UpdateRepository.
func (*MockAzDOGitClientMockRecorder) UpdateThread ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateThread(arg0, arg1 any) *gomock.Call
UpdateThread indicates an expected call of UpdateThread.
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) CreateRequestMessage ¶
func (m *MockClient) CreateRequestMessage(ctx context.Context, httpMethod, arg2, apiVersion string, body io.Reader, mediaType, acceptMediaType string, additionalHeaders map[string]string) (*http.Request, error)
CreateRequestMessage mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) GenerateUrl ¶
func (m *MockClient) GenerateUrl(apiResourceLocation *azuredevops.ApiResourceLocation, routeValues map[string]string, queryParameters url.Values) string
GenerateUrl mocks base method.
func (*MockClient) GetResourceAreas ¶
func (m *MockClient) GetResourceAreas(ctx context.Context) (*[]azuredevops.ResourceAreaInfo, error)
GetResourceAreas mocks base method.
func (*MockClient) Send ¶
func (m *MockClient) Send(ctx context.Context, httpMethod string, locationId uuid.UUID, apiVersion string, routeValues map[string]string, queryParameters url.Values, body io.Reader, mediaType, acceptMediaType string, additionalHeaders map[string]string) (*http.Response, error)
Send mocks base method.
func (*MockClient) SendRequest ¶
SendRequest mocks base method.
func (*MockClient) UnmarshalBody ¶
func (m *MockClient) UnmarshalBody(response *http.Response, v any) error
UnmarshalBody mocks base method.
func (*MockClient) UnmarshalCollectionBody ¶
func (m *MockClient) UnmarshalCollectionBody(response *http.Response, v any) error
UnmarshalCollectionBody mocks base method.
func (*MockClient) UnmarshalCollectionJson ¶
func (m *MockClient) UnmarshalCollectionJson(jsonValue []byte, v any) error
UnmarshalCollectionJson mocks base method.
func (*MockClient) UnwrapError ¶
func (m *MockClient) UnwrapError(response *http.Response) error
UnwrapError mocks base method.
type MockClientFactory ¶
type MockClientFactory struct {
// contains filtered or unexported fields
}
MockClientFactory is a mock of ClientFactory interface.
func NewMockClientFactory ¶
func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory
NewMockClientFactory creates a new mock instance.
func (*MockClientFactory) EXPECT ¶
func (m *MockClientFactory) EXPECT() *MockClientFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientFactory) Extensions ¶
func (m *MockClientFactory) Extensions(ctx context.Context, organization string) (extensions.Client, error)
Extensions mocks base method.
func (*MockClientFactory) Identity ¶
func (m *MockClientFactory) Identity(ctx context.Context, organization string) (identity.Client, error)
Identity mocks base method.
func (*MockClientFactory) Operations ¶ added in v0.3.0
func (m *MockClientFactory) Operations(ctx context.Context, organization string) (operations.Client, error)
Operations mocks base method.
type MockClientFactoryMockRecorder ¶
type MockClientFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockClientFactoryMockRecorder is the mock recorder for MockClientFactory.
func (*MockClientFactoryMockRecorder) Core ¶
func (mr *MockClientFactoryMockRecorder) Core(ctx, organization any) *gomock.Call
Core indicates an expected call of Core.
func (*MockClientFactoryMockRecorder) Extensions ¶
func (mr *MockClientFactoryMockRecorder) Extensions(ctx, organization any) *gomock.Call
Extensions indicates an expected call of Extensions.
func (*MockClientFactoryMockRecorder) Git ¶
func (mr *MockClientFactoryMockRecorder) Git(ctx, organization any) *gomock.Call
Git indicates an expected call of Git.
func (*MockClientFactoryMockRecorder) Graph ¶
func (mr *MockClientFactoryMockRecorder) Graph(ctx, organization any) *gomock.Call
Graph indicates an expected call of Graph.
func (*MockClientFactoryMockRecorder) Identity ¶
func (mr *MockClientFactoryMockRecorder) Identity(ctx, organization any) *gomock.Call
Identity indicates an expected call of Identity.
func (*MockClientFactoryMockRecorder) Operations ¶ added in v0.3.0
func (mr *MockClientFactoryMockRecorder) Operations(ctx, organization any) *gomock.Call
Operations indicates an expected call of Operations.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) CreateRequestMessage ¶
func (mr *MockClientMockRecorder) CreateRequestMessage(ctx, httpMethod, arg2, apiVersion, body, mediaType, acceptMediaType, additionalHeaders any) *gomock.Call
CreateRequestMessage indicates an expected call of CreateRequestMessage.
func (*MockClientMockRecorder) GenerateUrl ¶
func (mr *MockClientMockRecorder) GenerateUrl(apiResourceLocation, routeValues, queryParameters any) *gomock.Call
GenerateUrl indicates an expected call of GenerateUrl.
func (*MockClientMockRecorder) GetResourceAreas ¶
func (mr *MockClientMockRecorder) GetResourceAreas(ctx any) *gomock.Call
GetResourceAreas indicates an expected call of GetResourceAreas.
func (*MockClientMockRecorder) Send ¶
func (mr *MockClientMockRecorder) Send(ctx, httpMethod, locationId, apiVersion, routeValues, queryParameters, body, mediaType, acceptMediaType, additionalHeaders any) *gomock.Call
Send indicates an expected call of Send.
func (*MockClientMockRecorder) SendRequest ¶
func (mr *MockClientMockRecorder) SendRequest(request any) *gomock.Call
SendRequest indicates an expected call of SendRequest.
func (*MockClientMockRecorder) UnmarshalBody ¶
func (mr *MockClientMockRecorder) UnmarshalBody(response, v any) *gomock.Call
UnmarshalBody indicates an expected call of UnmarshalBody.
func (*MockClientMockRecorder) UnmarshalCollectionBody ¶
func (mr *MockClientMockRecorder) UnmarshalCollectionBody(response, v any) *gomock.Call
UnmarshalCollectionBody indicates an expected call of UnmarshalCollectionBody.
func (*MockClientMockRecorder) UnmarshalCollectionJson ¶
func (mr *MockClientMockRecorder) UnmarshalCollectionJson(jsonValue, v any) *gomock.Call
UnmarshalCollectionJson indicates an expected call of UnmarshalCollectionJson.
func (*MockClientMockRecorder) UnwrapError ¶
func (mr *MockClientMockRecorder) UnwrapError(response any) *gomock.Call
UnwrapError indicates an expected call of UnwrapError.
type MockCmdContext ¶
type MockCmdContext struct {
// contains filtered or unexported fields
}
MockCmdContext is a mock of CmdContext interface.
func NewMockCmdContext ¶
func NewMockCmdContext(ctrl *gomock.Controller) *MockCmdContext
NewMockCmdContext creates a new mock instance.
func (*MockCmdContext) ClientFactory ¶
func (m *MockCmdContext) ClientFactory() azdo.ClientFactory
ClientFactory mocks base method.
func (*MockCmdContext) Config ¶
func (m *MockCmdContext) Config() (config.Config, error)
Config mocks base method.
func (*MockCmdContext) ConnectionFactory ¶
func (m *MockCmdContext) ConnectionFactory() azdo.ConnectionFactory
ConnectionFactory mocks base method.
func (*MockCmdContext) Context ¶
func (m *MockCmdContext) Context() context.Context
Context mocks base method.
func (*MockCmdContext) EXPECT ¶
func (m *MockCmdContext) EXPECT() *MockCmdContextMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCmdContext) IOStreams ¶
func (m *MockCmdContext) IOStreams() (*iostreams.IOStreams, error)
IOStreams mocks base method.
func (*MockCmdContext) Printer ¶
func (m *MockCmdContext) Printer(arg0 string) (printer.Printer, error)
Printer mocks base method.
func (*MockCmdContext) Prompter ¶
func (m *MockCmdContext) Prompter() (prompter.Prompter, error)
Prompter mocks base method.
func (*MockCmdContext) RepoContext ¶
func (m *MockCmdContext) RepoContext() util.RepoContext
RepoContext mocks base method.
type MockCmdContextMockRecorder ¶
type MockCmdContextMockRecorder struct {
// contains filtered or unexported fields
}
MockCmdContextMockRecorder is the mock recorder for MockCmdContext.
func (*MockCmdContextMockRecorder) ClientFactory ¶
func (mr *MockCmdContextMockRecorder) ClientFactory() *gomock.Call
ClientFactory indicates an expected call of ClientFactory.
func (*MockCmdContextMockRecorder) Config ¶
func (mr *MockCmdContextMockRecorder) Config() *gomock.Call
Config indicates an expected call of Config.
func (*MockCmdContextMockRecorder) ConnectionFactory ¶
func (mr *MockCmdContextMockRecorder) ConnectionFactory() *gomock.Call
ConnectionFactory indicates an expected call of ConnectionFactory.
func (*MockCmdContextMockRecorder) Context ¶
func (mr *MockCmdContextMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockCmdContextMockRecorder) IOStreams ¶
func (mr *MockCmdContextMockRecorder) IOStreams() *gomock.Call
IOStreams indicates an expected call of IOStreams.
func (*MockCmdContextMockRecorder) Printer ¶
func (mr *MockCmdContextMockRecorder) Printer(arg0 any) *gomock.Call
Printer indicates an expected call of Printer.
func (*MockCmdContextMockRecorder) Prompter ¶
func (mr *MockCmdContextMockRecorder) Prompter() *gomock.Call
Prompter indicates an expected call of Prompter.
func (*MockCmdContextMockRecorder) RepoContext ¶
func (mr *MockCmdContextMockRecorder) RepoContext() *gomock.Call
RepoContext indicates an expected call of RepoContext.
type MockConfig ¶ added in v0.2.0
type MockConfig struct {
// contains filtered or unexported fields
}
MockConfig is a mock of Config interface.
func NewMockConfig ¶ added in v0.2.0
func NewMockConfig(ctrl *gomock.Controller) *MockConfig
NewMockConfig creates a new mock instance.
func (*MockConfig) Aliases ¶ added in v0.2.0
func (m *MockConfig) Aliases() config.AliasConfig
Aliases mocks base method.
func (*MockConfig) Authentication ¶ added in v0.2.0
func (m *MockConfig) Authentication() config.AuthConfig
Authentication mocks base method.
func (*MockConfig) EXPECT ¶ added in v0.2.0
func (m *MockConfig) EXPECT() *MockConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfig) Get ¶ added in v0.2.0
func (m *MockConfig) Get(arg0 []string) (string, error)
Get mocks base method.
func (*MockConfig) GetOrDefault ¶ added in v0.2.0
func (m *MockConfig) GetOrDefault(arg0 []string) (string, error)
GetOrDefault mocks base method.
func (*MockConfig) Keys ¶ added in v0.2.0
func (m *MockConfig) Keys(arg0 []string) ([]string, error)
Keys mocks base method.
func (*MockConfig) Remove ¶ added in v0.2.0
func (m *MockConfig) Remove(arg0 []string) error
Remove mocks base method.
func (*MockConfig) Set ¶ added in v0.2.0
func (m *MockConfig) Set(arg0 []string, arg1 string)
Set mocks base method.
func (*MockConfig) Write ¶ added in v0.2.0
func (m *MockConfig) Write() error
Write mocks base method.
type MockConfigMockRecorder ¶ added in v0.2.0
type MockConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigMockRecorder is the mock recorder for MockConfig.
func (*MockConfigMockRecorder) Aliases ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Aliases() *gomock.Call
Aliases indicates an expected call of Aliases.
func (*MockConfigMockRecorder) Authentication ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Authentication() *gomock.Call
Authentication indicates an expected call of Authentication.
func (*MockConfigMockRecorder) Get ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Get(arg0 any) *gomock.Call
Get indicates an expected call of Get.
func (*MockConfigMockRecorder) GetOrDefault ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) GetOrDefault(arg0 any) *gomock.Call
GetOrDefault indicates an expected call of GetOrDefault.
func (*MockConfigMockRecorder) Keys ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Keys(arg0 any) *gomock.Call
Keys indicates an expected call of Keys.
func (*MockConfigMockRecorder) Remove ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Remove(arg0 any) *gomock.Call
Remove indicates an expected call of Remove.
func (*MockConfigMockRecorder) Set ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Set(arg0, arg1 any) *gomock.Call
Set indicates an expected call of Set.
func (*MockConfigMockRecorder) Write ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Write() *gomock.Call
Write indicates an expected call of Write.
type MockConnection ¶
type MockConnection struct {
// contains filtered or unexported fields
}
MockConnection is a mock of Connection interface.
func NewMockConnection ¶
func NewMockConnection(ctrl *gomock.Controller) *MockConnection
NewMockConnection creates a new mock instance.
func (*MockConnection) EXPECT ¶
func (m *MockConnection) EXPECT() *MockConnectionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConnection) GetClientByResourceAreaId ¶
func (m *MockConnection) GetClientByResourceAreaId(ctx context.Context, resourceAreaID uuid.UUID) (azdo.Client, error)
GetClientByResourceAreaId mocks base method.
func (*MockConnection) GetClientByUrl ¶
func (m *MockConnection) GetClientByUrl(baseUrl string) azdo.Client
GetClientByUrl mocks base method.
func (*MockConnection) Organization ¶
func (m *MockConnection) Organization() string
Organization mocks base method.
type MockConnectionFactory ¶
type MockConnectionFactory struct {
// contains filtered or unexported fields
}
MockConnectionFactory is a mock of ConnectionFactory interface.
func NewMockConnectionFactory ¶
func NewMockConnectionFactory(ctrl *gomock.Controller) *MockConnectionFactory
NewMockConnectionFactory creates a new mock instance.
func (*MockConnectionFactory) Connection ¶
func (m *MockConnectionFactory) Connection(organization string) (azdo.Connection, error)
Connection mocks base method.
func (*MockConnectionFactory) EXPECT ¶
func (m *MockConnectionFactory) EXPECT() *MockConnectionFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockConnectionFactoryMockRecorder ¶
type MockConnectionFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectionFactoryMockRecorder is the mock recorder for MockConnectionFactory.
func (*MockConnectionFactoryMockRecorder) Connection ¶
func (mr *MockConnectionFactoryMockRecorder) Connection(organization any) *gomock.Call
Connection indicates an expected call of Connection.
type MockConnectionMockRecorder ¶
type MockConnectionMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectionMockRecorder is the mock recorder for MockConnection.
func (*MockConnectionMockRecorder) GetClientByResourceAreaId ¶
func (mr *MockConnectionMockRecorder) GetClientByResourceAreaId(ctx, resourceAreaID any) *gomock.Call
GetClientByResourceAreaId indicates an expected call of GetClientByResourceAreaId.
func (*MockConnectionMockRecorder) GetClientByUrl ¶
func (mr *MockConnectionMockRecorder) GetClientByUrl(baseUrl any) *gomock.Call
GetClientByUrl indicates an expected call of GetClientByUrl.
func (*MockConnectionMockRecorder) Organization ¶
func (mr *MockConnectionMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
type MockCoreClient ¶ added in v0.2.0
type MockCoreClient struct {
// contains filtered or unexported fields
}
MockCoreClient is a mock of Client interface.
func NewMockCoreClient ¶ added in v0.2.0
func NewMockCoreClient(ctrl *gomock.Controller) *MockCoreClient
NewMockCoreClient creates a new mock instance.
func (*MockCoreClient) CreateConnectedService ¶ added in v0.2.0
func (m *MockCoreClient) CreateConnectedService(arg0 context.Context, arg1 core.CreateConnectedServiceArgs) (*core.WebApiConnectedService, error)
CreateConnectedService mocks base method.
func (*MockCoreClient) CreateOrUpdateProxy ¶ added in v0.2.0
func (m *MockCoreClient) CreateOrUpdateProxy(arg0 context.Context, arg1 core.CreateOrUpdateProxyArgs) (*core.Proxy, error)
CreateOrUpdateProxy mocks base method.
func (*MockCoreClient) CreateTeam ¶ added in v0.2.0
func (m *MockCoreClient) CreateTeam(arg0 context.Context, arg1 core.CreateTeamArgs) (*core.WebApiTeam, error)
CreateTeam mocks base method.
func (*MockCoreClient) DeleteProxy ¶ added in v0.2.0
func (m *MockCoreClient) DeleteProxy(arg0 context.Context, arg1 core.DeleteProxyArgs) error
DeleteProxy mocks base method.
func (*MockCoreClient) DeleteTeam ¶ added in v0.2.0
func (m *MockCoreClient) DeleteTeam(arg0 context.Context, arg1 core.DeleteTeamArgs) error
DeleteTeam mocks base method.
func (*MockCoreClient) EXPECT ¶ added in v0.2.0
func (m *MockCoreClient) EXPECT() *MockCoreClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCoreClient) GetAllTeams ¶ added in v0.2.0
func (m *MockCoreClient) GetAllTeams(arg0 context.Context, arg1 core.GetAllTeamsArgs) (*[]core.WebApiTeam, error)
GetAllTeams mocks base method.
func (*MockCoreClient) GetConnectedServiceDetails ¶ added in v0.2.0
func (m *MockCoreClient) GetConnectedServiceDetails(arg0 context.Context, arg1 core.GetConnectedServiceDetailsArgs) (*core.WebApiConnectedServiceDetails, error)
GetConnectedServiceDetails mocks base method.
func (*MockCoreClient) GetConnectedServices ¶ added in v0.2.0
func (m *MockCoreClient) GetConnectedServices(arg0 context.Context, arg1 core.GetConnectedServicesArgs) (*[]core.WebApiConnectedService, error)
GetConnectedServices mocks base method.
func (*MockCoreClient) GetProcessById ¶ added in v0.2.0
func (m *MockCoreClient) GetProcessById(arg0 context.Context, arg1 core.GetProcessByIdArgs) (*core.Process, error)
GetProcessById mocks base method.
func (*MockCoreClient) GetProcesses ¶ added in v0.2.0
func (m *MockCoreClient) GetProcesses(arg0 context.Context, arg1 core.GetProcessesArgs) (*[]core.Process, error)
GetProcesses mocks base method.
func (*MockCoreClient) GetProject ¶ added in v0.2.0
func (m *MockCoreClient) GetProject(arg0 context.Context, arg1 core.GetProjectArgs) (*core.TeamProject, error)
GetProject mocks base method.
func (*MockCoreClient) GetProjectCollection ¶ added in v0.2.0
func (m *MockCoreClient) GetProjectCollection(arg0 context.Context, arg1 core.GetProjectCollectionArgs) (*core.TeamProjectCollection, error)
GetProjectCollection mocks base method.
func (*MockCoreClient) GetProjectCollections ¶ added in v0.2.0
func (m *MockCoreClient) GetProjectCollections(arg0 context.Context, arg1 core.GetProjectCollectionsArgs) (*[]core.TeamProjectCollectionReference, error)
GetProjectCollections mocks base method.
func (*MockCoreClient) GetProjectProperties ¶ added in v0.2.0
func (m *MockCoreClient) GetProjectProperties(arg0 context.Context, arg1 core.GetProjectPropertiesArgs) (*[]core.ProjectProperty, error)
GetProjectProperties mocks base method.
func (*MockCoreClient) GetProjects ¶ added in v0.2.0
func (m *MockCoreClient) GetProjects(arg0 context.Context, arg1 core.GetProjectsArgs) (*core.GetProjectsResponseValue, error)
GetProjects mocks base method.
func (*MockCoreClient) GetProxies ¶ added in v0.2.0
func (m *MockCoreClient) GetProxies(arg0 context.Context, arg1 core.GetProxiesArgs) (*[]core.Proxy, error)
GetProxies mocks base method.
func (*MockCoreClient) GetTeam ¶ added in v0.2.0
func (m *MockCoreClient) GetTeam(arg0 context.Context, arg1 core.GetTeamArgs) (*core.WebApiTeam, error)
GetTeam mocks base method.
func (*MockCoreClient) GetTeamMembersWithExtendedProperties ¶ added in v0.2.0
func (m *MockCoreClient) GetTeamMembersWithExtendedProperties(arg0 context.Context, arg1 core.GetTeamMembersWithExtendedPropertiesArgs) (*[]webapi.TeamMember, error)
GetTeamMembersWithExtendedProperties mocks base method.
func (*MockCoreClient) GetTeams ¶ added in v0.2.0
func (m *MockCoreClient) GetTeams(arg0 context.Context, arg1 core.GetTeamsArgs) (*[]core.WebApiTeam, error)
GetTeams mocks base method.
func (*MockCoreClient) QueueCreateProject ¶ added in v0.2.0
func (m *MockCoreClient) QueueCreateProject(arg0 context.Context, arg1 core.QueueCreateProjectArgs) (*operations.OperationReference, error)
QueueCreateProject mocks base method.
func (*MockCoreClient) QueueDeleteProject ¶ added in v0.2.0
func (m *MockCoreClient) QueueDeleteProject(arg0 context.Context, arg1 core.QueueDeleteProjectArgs) (*operations.OperationReference, error)
QueueDeleteProject mocks base method.
func (*MockCoreClient) RemoveProjectAvatar ¶ added in v0.2.0
func (m *MockCoreClient) RemoveProjectAvatar(arg0 context.Context, arg1 core.RemoveProjectAvatarArgs) error
RemoveProjectAvatar mocks base method.
func (*MockCoreClient) SetProjectAvatar ¶ added in v0.2.0
func (m *MockCoreClient) SetProjectAvatar(arg0 context.Context, arg1 core.SetProjectAvatarArgs) error
SetProjectAvatar mocks base method.
func (*MockCoreClient) SetProjectProperties ¶ added in v0.2.0
func (m *MockCoreClient) SetProjectProperties(arg0 context.Context, arg1 core.SetProjectPropertiesArgs) error
SetProjectProperties mocks base method.
func (*MockCoreClient) UpdateProject ¶ added in v0.2.0
func (m *MockCoreClient) UpdateProject(arg0 context.Context, arg1 core.UpdateProjectArgs) (*operations.OperationReference, error)
UpdateProject mocks base method.
func (*MockCoreClient) UpdateTeam ¶ added in v0.2.0
func (m *MockCoreClient) UpdateTeam(arg0 context.Context, arg1 core.UpdateTeamArgs) (*core.WebApiTeam, error)
UpdateTeam mocks base method.
type MockCoreClientMockRecorder ¶ added in v0.2.0
type MockCoreClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCoreClientMockRecorder is the mock recorder for MockCoreClient.
func (*MockCoreClientMockRecorder) CreateConnectedService ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) CreateConnectedService(arg0, arg1 any) *gomock.Call
CreateConnectedService indicates an expected call of CreateConnectedService.
func (*MockCoreClientMockRecorder) CreateOrUpdateProxy ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 any) *gomock.Call
CreateOrUpdateProxy indicates an expected call of CreateOrUpdateProxy.
func (*MockCoreClientMockRecorder) CreateTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 any) *gomock.Call
CreateTeam indicates an expected call of CreateTeam.
func (*MockCoreClientMockRecorder) DeleteProxy ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 any) *gomock.Call
DeleteProxy indicates an expected call of DeleteProxy.
func (*MockCoreClientMockRecorder) DeleteTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 any) *gomock.Call
DeleteTeam indicates an expected call of DeleteTeam.
func (*MockCoreClientMockRecorder) GetAllTeams ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 any) *gomock.Call
GetAllTeams indicates an expected call of GetAllTeams.
func (*MockCoreClientMockRecorder) GetConnectedServiceDetails ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 any) *gomock.Call
GetConnectedServiceDetails indicates an expected call of GetConnectedServiceDetails.
func (*MockCoreClientMockRecorder) GetConnectedServices ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 any) *gomock.Call
GetConnectedServices indicates an expected call of GetConnectedServices.
func (*MockCoreClientMockRecorder) GetProcessById ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 any) *gomock.Call
GetProcessById indicates an expected call of GetProcessById.
func (*MockCoreClientMockRecorder) GetProcesses ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 any) *gomock.Call
GetProcesses indicates an expected call of GetProcesses.
func (*MockCoreClientMockRecorder) GetProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 any) *gomock.Call
GetProject indicates an expected call of GetProject.
func (*MockCoreClientMockRecorder) GetProjectCollection ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 any) *gomock.Call
GetProjectCollection indicates an expected call of GetProjectCollection.
func (*MockCoreClientMockRecorder) GetProjectCollections ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 any) *gomock.Call
GetProjectCollections indicates an expected call of GetProjectCollections.
func (*MockCoreClientMockRecorder) GetProjectProperties ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 any) *gomock.Call
GetProjectProperties indicates an expected call of GetProjectProperties.
func (*MockCoreClientMockRecorder) GetProjects ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 any) *gomock.Call
GetProjects indicates an expected call of GetProjects.
func (*MockCoreClientMockRecorder) GetProxies ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 any) *gomock.Call
GetProxies indicates an expected call of GetProxies.
func (*MockCoreClientMockRecorder) GetTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 any) *gomock.Call
GetTeam indicates an expected call of GetTeam.
func (*MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 any) *gomock.Call
GetTeamMembersWithExtendedProperties indicates an expected call of GetTeamMembersWithExtendedProperties.
func (*MockCoreClientMockRecorder) GetTeams ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 any) *gomock.Call
GetTeams indicates an expected call of GetTeams.
func (*MockCoreClientMockRecorder) QueueCreateProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 any) *gomock.Call
QueueCreateProject indicates an expected call of QueueCreateProject.
func (*MockCoreClientMockRecorder) QueueDeleteProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 any) *gomock.Call
QueueDeleteProject indicates an expected call of QueueDeleteProject.
func (*MockCoreClientMockRecorder) RemoveProjectAvatar ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 any) *gomock.Call
RemoveProjectAvatar indicates an expected call of RemoveProjectAvatar.
func (*MockCoreClientMockRecorder) SetProjectAvatar ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 any) *gomock.Call
SetProjectAvatar indicates an expected call of SetProjectAvatar.
func (*MockCoreClientMockRecorder) SetProjectProperties ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 any) *gomock.Call
SetProjectProperties indicates an expected call of SetProjectProperties.
func (*MockCoreClientMockRecorder) UpdateProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 any) *gomock.Call
UpdateProject indicates an expected call of UpdateProject.
func (*MockCoreClientMockRecorder) UpdateTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 any) *gomock.Call
UpdateTeam indicates an expected call of UpdateTeam.
type MockGitCommand ¶
type MockGitCommand struct {
// contains filtered or unexported fields
}
MockGitCommand is a mock of GitCommand interface.
func NewMockGitCommand ¶
func NewMockGitCommand(ctrl *gomock.Controller) *MockGitCommand
NewMockGitCommand creates a new mock instance.
func (*MockGitCommand) AddRemote ¶
func (m *MockGitCommand) AddRemote(ctx context.Context, name, urlStr string, trackingBranches []string) (*git.Remote, error)
AddRemote mocks base method.
func (*MockGitCommand) AuthenticatedCommand ¶
func (m *MockGitCommand) AuthenticatedCommand(ctx context.Context, args ...string) (*git.Command, error)
AuthenticatedCommand mocks base method.
func (*MockGitCommand) CheckoutBranch ¶
func (m *MockGitCommand) CheckoutBranch(ctx context.Context, branch string) error
CheckoutBranch mocks base method.
func (*MockGitCommand) CheckoutNewBranch ¶
func (m *MockGitCommand) CheckoutNewBranch(ctx context.Context, remoteName, branch string) error
CheckoutNewBranch mocks base method.
func (*MockGitCommand) Clone ¶
func (m *MockGitCommand) Clone(ctx context.Context, cloneURL string, args []string, mods ...git.CommandModifier) (string, error)
Clone mocks base method.
func (*MockGitCommand) CommitBody ¶
CommitBody mocks base method.
func (*MockGitCommand) Commits ¶
func (m *MockGitCommand) Commits(ctx context.Context, baseRef, headRef string) ([]*git.Commit, error)
Commits mocks base method.
func (*MockGitCommand) CurrentBranch ¶
func (m *MockGitCommand) CurrentBranch(ctx context.Context) (string, error)
CurrentBranch mocks base method.
func (*MockGitCommand) DeleteLocalBranch ¶
func (m *MockGitCommand) DeleteLocalBranch(ctx context.Context, branch string) error
DeleteLocalBranch mocks base method.
func (*MockGitCommand) DeleteLocalTag ¶
func (m *MockGitCommand) DeleteLocalTag(ctx context.Context, tag string) error
DeleteLocalTag mocks base method.
func (*MockGitCommand) EXPECT ¶
func (m *MockGitCommand) EXPECT() *MockGitCommandMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGitCommand) Fetch ¶
func (m *MockGitCommand) Fetch(ctx context.Context, remote, refspec string, mods ...git.CommandModifier) error
Fetch mocks base method.
func (*MockGitCommand) GetAuthConfig ¶
func (m *MockGitCommand) GetAuthConfig(ctx context.Context) ([]string, error)
GetAuthConfig mocks base method.
func (*MockGitCommand) GetAzDoPath ¶
func (m *MockGitCommand) GetAzDoPath() string
GetAzDoPath mocks base method.
func (*MockGitCommand) GetGitPath ¶
func (m *MockGitCommand) GetGitPath() string
GetGitPath mocks base method.
func (*MockGitCommand) GetRepoDir ¶
func (m *MockGitCommand) GetRepoDir() string
GetRepoDir mocks base method.
func (*MockGitCommand) GitDir ¶
func (m *MockGitCommand) GitDir(ctx context.Context) (string, error)
GitDir mocks base method.
func (*MockGitCommand) HasLocalBranch ¶
func (m *MockGitCommand) HasLocalBranch(ctx context.Context, branch string) bool
HasLocalBranch mocks base method.
func (*MockGitCommand) HasRemoteBranch ¶
func (m *MockGitCommand) HasRemoteBranch(ctx context.Context, remote, branch string) bool
HasRemoteBranch mocks base method.
func (*MockGitCommand) IsLocalGitRepo ¶
func (m *MockGitCommand) IsLocalGitRepo(ctx context.Context) (bool, error)
IsLocalGitRepo mocks base method.
func (*MockGitCommand) LastCommit ¶
LastCommit mocks base method.
func (*MockGitCommand) ParentBranch ¶
ParentBranch mocks base method.
func (*MockGitCommand) PathFromRoot ¶
func (m *MockGitCommand) PathFromRoot(ctx context.Context) string
PathFromRoot mocks base method.
func (*MockGitCommand) Pull ¶
func (m *MockGitCommand) Pull(ctx context.Context, remote, branch string, mods ...git.CommandModifier) error
Pull mocks base method.
func (*MockGitCommand) Push ¶
func (m *MockGitCommand) Push(ctx context.Context, remote, ref string, mods ...git.CommandModifier) error
Push mocks base method.
func (*MockGitCommand) ReadBranchConfig ¶
func (m *MockGitCommand) ReadBranchConfig(ctx context.Context, branch string) git.BranchConfig
ReadBranchConfig mocks base method.
func (*MockGitCommand) SetConfig ¶
func (m *MockGitCommand) SetConfig(ctx context.Context, configItems ...string) error
SetConfig mocks base method.
func (*MockGitCommand) SetRemoteBranches ¶
func (m *MockGitCommand) SetRemoteBranches(ctx context.Context, remote, refspec string) error
SetRemoteBranches mocks base method.
func (*MockGitCommand) SetRemoteResolution ¶
func (m *MockGitCommand) SetRemoteResolution(ctx context.Context, name, resolution string) error
SetRemoteResolution mocks base method.
func (*MockGitCommand) SetRepoDir ¶
func (m *MockGitCommand) SetRepoDir(arg0 string) error
SetRepoDir mocks base method.
func (*MockGitCommand) ToplevelDir ¶
func (m *MockGitCommand) ToplevelDir(ctx context.Context) (string, error)
ToplevelDir mocks base method.
func (*MockGitCommand) TrackingBranchNames ¶
func (m *MockGitCommand) TrackingBranchNames(ctx context.Context, prefix string) []string
TrackingBranchNames mocks base method.
func (*MockGitCommand) UncommittedChangeCount ¶
func (m *MockGitCommand) UncommittedChangeCount(ctx context.Context) (int, error)
UncommittedChangeCount mocks base method.
func (*MockGitCommand) UnsetRemoteResolution ¶
func (m *MockGitCommand) UnsetRemoteResolution(ctx context.Context, name string) error
UnsetRemoteResolution mocks base method.
func (*MockGitCommand) UpdateRemoteURL ¶
func (m *MockGitCommand) UpdateRemoteURL(ctx context.Context, name, url string) error
UpdateRemoteURL mocks base method.
type MockGitCommandMockRecorder ¶
type MockGitCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockGitCommandMockRecorder is the mock recorder for MockGitCommand.
func (*MockGitCommandMockRecorder) AddRemote ¶
func (mr *MockGitCommandMockRecorder) AddRemote(ctx, name, urlStr, trackingBranches any) *gomock.Call
AddRemote indicates an expected call of AddRemote.
func (*MockGitCommandMockRecorder) AuthenticatedCommand ¶
func (mr *MockGitCommandMockRecorder) AuthenticatedCommand(ctx any, args ...any) *gomock.Call
AuthenticatedCommand indicates an expected call of AuthenticatedCommand.
func (*MockGitCommandMockRecorder) CheckoutBranch ¶
func (mr *MockGitCommandMockRecorder) CheckoutBranch(ctx, branch any) *gomock.Call
CheckoutBranch indicates an expected call of CheckoutBranch.
func (*MockGitCommandMockRecorder) CheckoutNewBranch ¶
func (mr *MockGitCommandMockRecorder) CheckoutNewBranch(ctx, remoteName, branch any) *gomock.Call
CheckoutNewBranch indicates an expected call of CheckoutNewBranch.
func (*MockGitCommandMockRecorder) Clone ¶
func (mr *MockGitCommandMockRecorder) Clone(ctx, cloneURL, args any, mods ...any) *gomock.Call
Clone indicates an expected call of Clone.
func (*MockGitCommandMockRecorder) Command ¶
func (mr *MockGitCommandMockRecorder) Command(ctx any, args ...any) *gomock.Call
Command indicates an expected call of Command.
func (*MockGitCommandMockRecorder) CommitBody ¶
func (mr *MockGitCommandMockRecorder) CommitBody(ctx, sha any) *gomock.Call
CommitBody indicates an expected call of CommitBody.
func (*MockGitCommandMockRecorder) Commits ¶
func (mr *MockGitCommandMockRecorder) Commits(ctx, baseRef, headRef any) *gomock.Call
Commits indicates an expected call of Commits.
func (*MockGitCommandMockRecorder) CurrentBranch ¶
func (mr *MockGitCommandMockRecorder) CurrentBranch(ctx any) *gomock.Call
CurrentBranch indicates an expected call of CurrentBranch.
func (*MockGitCommandMockRecorder) DeleteLocalBranch ¶
func (mr *MockGitCommandMockRecorder) DeleteLocalBranch(ctx, branch any) *gomock.Call
DeleteLocalBranch indicates an expected call of DeleteLocalBranch.
func (*MockGitCommandMockRecorder) DeleteLocalTag ¶
func (mr *MockGitCommandMockRecorder) DeleteLocalTag(ctx, tag any) *gomock.Call
DeleteLocalTag indicates an expected call of DeleteLocalTag.
func (*MockGitCommandMockRecorder) Fetch ¶
func (mr *MockGitCommandMockRecorder) Fetch(ctx, remote, refspec any, mods ...any) *gomock.Call
Fetch indicates an expected call of Fetch.
func (*MockGitCommandMockRecorder) GetAuthConfig ¶
func (mr *MockGitCommandMockRecorder) GetAuthConfig(ctx any) *gomock.Call
GetAuthConfig indicates an expected call of GetAuthConfig.
func (*MockGitCommandMockRecorder) GetAzDoPath ¶
func (mr *MockGitCommandMockRecorder) GetAzDoPath() *gomock.Call
GetAzDoPath indicates an expected call of GetAzDoPath.
func (*MockGitCommandMockRecorder) GetConfig ¶
func (mr *MockGitCommandMockRecorder) GetConfig(ctx, name any) *gomock.Call
GetConfig indicates an expected call of GetConfig.
func (*MockGitCommandMockRecorder) GetGitPath ¶
func (mr *MockGitCommandMockRecorder) GetGitPath() *gomock.Call
GetGitPath indicates an expected call of GetGitPath.
func (*MockGitCommandMockRecorder) GetRepoDir ¶
func (mr *MockGitCommandMockRecorder) GetRepoDir() *gomock.Call
GetRepoDir indicates an expected call of GetRepoDir.
func (*MockGitCommandMockRecorder) GitDir ¶
func (mr *MockGitCommandMockRecorder) GitDir(ctx any) *gomock.Call
GitDir indicates an expected call of GitDir.
func (*MockGitCommandMockRecorder) HasLocalBranch ¶
func (mr *MockGitCommandMockRecorder) HasLocalBranch(ctx, branch any) *gomock.Call
HasLocalBranch indicates an expected call of HasLocalBranch.
func (*MockGitCommandMockRecorder) HasRemoteBranch ¶
func (mr *MockGitCommandMockRecorder) HasRemoteBranch(ctx, remote, branch any) *gomock.Call
HasRemoteBranch indicates an expected call of HasRemoteBranch.
func (*MockGitCommandMockRecorder) IsLocalGitRepo ¶
func (mr *MockGitCommandMockRecorder) IsLocalGitRepo(ctx any) *gomock.Call
IsLocalGitRepo indicates an expected call of IsLocalGitRepo.
func (*MockGitCommandMockRecorder) LastCommit ¶
func (mr *MockGitCommandMockRecorder) LastCommit(ctx any) *gomock.Call
LastCommit indicates an expected call of LastCommit.
func (*MockGitCommandMockRecorder) ParentBranch ¶
func (mr *MockGitCommandMockRecorder) ParentBranch(ctx, branch any) *gomock.Call
ParentBranch indicates an expected call of ParentBranch.
func (*MockGitCommandMockRecorder) PathFromRoot ¶
func (mr *MockGitCommandMockRecorder) PathFromRoot(ctx any) *gomock.Call
PathFromRoot indicates an expected call of PathFromRoot.
func (*MockGitCommandMockRecorder) Pull ¶
func (mr *MockGitCommandMockRecorder) Pull(ctx, remote, branch any, mods ...any) *gomock.Call
Pull indicates an expected call of Pull.
func (*MockGitCommandMockRecorder) Push ¶
func (mr *MockGitCommandMockRecorder) Push(ctx, remote, ref any, mods ...any) *gomock.Call
Push indicates an expected call of Push.
func (*MockGitCommandMockRecorder) ReadBranchConfig ¶
func (mr *MockGitCommandMockRecorder) ReadBranchConfig(ctx, branch any) *gomock.Call
ReadBranchConfig indicates an expected call of ReadBranchConfig.
func (*MockGitCommandMockRecorder) Remotes ¶
func (mr *MockGitCommandMockRecorder) Remotes(ctx any) *gomock.Call
Remotes indicates an expected call of Remotes.
func (*MockGitCommandMockRecorder) SetConfig ¶
func (mr *MockGitCommandMockRecorder) SetConfig(ctx any, configItems ...any) *gomock.Call
SetConfig indicates an expected call of SetConfig.
func (*MockGitCommandMockRecorder) SetRemoteBranches ¶
func (mr *MockGitCommandMockRecorder) SetRemoteBranches(ctx, remote, refspec any) *gomock.Call
SetRemoteBranches indicates an expected call of SetRemoteBranches.
func (*MockGitCommandMockRecorder) SetRemoteResolution ¶
func (mr *MockGitCommandMockRecorder) SetRemoteResolution(ctx, name, resolution any) *gomock.Call
SetRemoteResolution indicates an expected call of SetRemoteResolution.
func (*MockGitCommandMockRecorder) SetRepoDir ¶
func (mr *MockGitCommandMockRecorder) SetRepoDir(arg0 any) *gomock.Call
SetRepoDir indicates an expected call of SetRepoDir.
func (*MockGitCommandMockRecorder) ShowRefs ¶
func (mr *MockGitCommandMockRecorder) ShowRefs(ctx, refs any) *gomock.Call
ShowRefs indicates an expected call of ShowRefs.
func (*MockGitCommandMockRecorder) ToplevelDir ¶
func (mr *MockGitCommandMockRecorder) ToplevelDir(ctx any) *gomock.Call
ToplevelDir indicates an expected call of ToplevelDir.
func (*MockGitCommandMockRecorder) TrackingBranchNames ¶
func (mr *MockGitCommandMockRecorder) TrackingBranchNames(ctx, prefix any) *gomock.Call
TrackingBranchNames indicates an expected call of TrackingBranchNames.
func (*MockGitCommandMockRecorder) UncommittedChangeCount ¶
func (mr *MockGitCommandMockRecorder) UncommittedChangeCount(ctx any) *gomock.Call
UncommittedChangeCount indicates an expected call of UncommittedChangeCount.
func (*MockGitCommandMockRecorder) UnsetRemoteResolution ¶
func (mr *MockGitCommandMockRecorder) UnsetRemoteResolution(ctx, name any) *gomock.Call
UnsetRemoteResolution indicates an expected call of UnsetRemoteResolution.
func (*MockGitCommandMockRecorder) UpdateRemoteURL ¶
func (mr *MockGitCommandMockRecorder) UpdateRemoteURL(ctx, name, url any) *gomock.Call
UpdateRemoteURL indicates an expected call of UpdateRemoteURL.
type MockIdentityClient ¶
type MockIdentityClient struct {
// contains filtered or unexported fields
}
MockIdentityClient is a mock of Client interface.
func NewMockIdentityClient ¶
func NewMockIdentityClient(ctrl *gomock.Controller) *MockIdentityClient
NewMockIdentityClient creates a new mock instance.
func (*MockIdentityClient) AddMember ¶
func (m *MockIdentityClient) AddMember(arg0 context.Context, arg1 identity.AddMemberArgs) (*bool, error)
AddMember mocks base method.
func (*MockIdentityClient) CreateGroups ¶
func (m *MockIdentityClient) CreateGroups(arg0 context.Context, arg1 identity.CreateGroupsArgs) (*[]identity.Identity, error)
CreateGroups mocks base method.
func (*MockIdentityClient) CreateIdentity ¶
func (m *MockIdentityClient) CreateIdentity(arg0 context.Context, arg1 identity.CreateIdentityArgs) (*identity.Identity, error)
CreateIdentity mocks base method.
func (*MockIdentityClient) CreateOrBindWithClaims ¶
func (m *MockIdentityClient) CreateOrBindWithClaims(arg0 context.Context, arg1 identity.CreateOrBindWithClaimsArgs) (*identity.Identity, error)
CreateOrBindWithClaims mocks base method.
func (*MockIdentityClient) CreateScope ¶
func (m *MockIdentityClient) CreateScope(arg0 context.Context, arg1 identity.CreateScopeArgs) (*identity.IdentityScope, error)
CreateScope mocks base method.
func (*MockIdentityClient) DeleteGroup ¶
func (m *MockIdentityClient) DeleteGroup(arg0 context.Context, arg1 identity.DeleteGroupArgs) error
DeleteGroup mocks base method.
func (*MockIdentityClient) DeleteScope ¶
func (m *MockIdentityClient) DeleteScope(arg0 context.Context, arg1 identity.DeleteScopeArgs) error
DeleteScope mocks base method.
func (*MockIdentityClient) EXPECT ¶
func (m *MockIdentityClient) EXPECT() *MockIdentityClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIdentityClient) ForceRemoveMember ¶
func (m *MockIdentityClient) ForceRemoveMember(arg0 context.Context, arg1 identity.ForceRemoveMemberArgs) (*bool, error)
ForceRemoveMember mocks base method.
func (*MockIdentityClient) GetDescriptorById ¶
func (m *MockIdentityClient) GetDescriptorById(arg0 context.Context, arg1 identity.GetDescriptorByIdArgs) (*string, error)
GetDescriptorById mocks base method.
func (*MockIdentityClient) GetIdentityChanges ¶
func (m *MockIdentityClient) GetIdentityChanges(arg0 context.Context, arg1 identity.GetIdentityChangesArgs) (*identity.ChangedIdentities, error)
GetIdentityChanges mocks base method.
func (*MockIdentityClient) GetIdentitySnapshot ¶
func (m *MockIdentityClient) GetIdentitySnapshot(arg0 context.Context, arg1 identity.GetIdentitySnapshotArgs) (*identity.IdentitySnapshot, error)
GetIdentitySnapshot mocks base method.
func (*MockIdentityClient) GetMaxSequenceId ¶
func (m *MockIdentityClient) GetMaxSequenceId(arg0 context.Context, arg1 identity.GetMaxSequenceIdArgs) (*uint64, error)
GetMaxSequenceId mocks base method.
func (*MockIdentityClient) GetScopeById ¶
func (m *MockIdentityClient) GetScopeById(arg0 context.Context, arg1 identity.GetScopeByIdArgs) (*identity.IdentityScope, error)
GetScopeById mocks base method.
func (*MockIdentityClient) GetScopeByName ¶
func (m *MockIdentityClient) GetScopeByName(arg0 context.Context, arg1 identity.GetScopeByNameArgs) (*identity.IdentityScope, error)
GetScopeByName mocks base method.
func (*MockIdentityClient) GetSelf ¶
func (m *MockIdentityClient) GetSelf(arg0 context.Context, arg1 identity.GetSelfArgs) (*identity.IdentitySelf, error)
GetSelf mocks base method.
func (*MockIdentityClient) GetSignedInToken ¶
func (m *MockIdentityClient) GetSignedInToken(arg0 context.Context, arg1 identity.GetSignedInTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
GetSignedInToken mocks base method.
func (*MockIdentityClient) GetSignoutToken ¶
func (m *MockIdentityClient) GetSignoutToken(arg0 context.Context, arg1 identity.GetSignoutTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
GetSignoutToken mocks base method.
func (*MockIdentityClient) GetTenant ¶
func (m *MockIdentityClient) GetTenant(arg0 context.Context, arg1 identity.GetTenantArgs) (*identity.TenantInfo, error)
GetTenant mocks base method.
func (*MockIdentityClient) GetUserIdentityIdsByDomainId ¶
func (m *MockIdentityClient) GetUserIdentityIdsByDomainId(arg0 context.Context, arg1 identity.GetUserIdentityIdsByDomainIdArgs) (*[]uuid.UUID, error)
GetUserIdentityIdsByDomainId mocks base method.
func (*MockIdentityClient) ListGroups ¶
func (m *MockIdentityClient) ListGroups(arg0 context.Context, arg1 identity.ListGroupsArgs) (*[]identity.Identity, error)
ListGroups mocks base method.
func (*MockIdentityClient) ReadIdentities ¶
func (m *MockIdentityClient) ReadIdentities(arg0 context.Context, arg1 identity.ReadIdentitiesArgs) (*[]identity.Identity, error)
ReadIdentities mocks base method.
func (*MockIdentityClient) ReadIdentitiesByScope ¶
func (m *MockIdentityClient) ReadIdentitiesByScope(arg0 context.Context, arg1 identity.ReadIdentitiesByScopeArgs) (*[]identity.Identity, error)
ReadIdentitiesByScope mocks base method.
func (*MockIdentityClient) ReadIdentity ¶
func (m *MockIdentityClient) ReadIdentity(arg0 context.Context, arg1 identity.ReadIdentityArgs) (*identity.Identity, error)
ReadIdentity mocks base method.
func (*MockIdentityClient) ReadIdentityBatch ¶
func (m *MockIdentityClient) ReadIdentityBatch(arg0 context.Context, arg1 identity.ReadIdentityBatchArgs) (*[]identity.Identity, error)
ReadIdentityBatch mocks base method.
func (*MockIdentityClient) ReadMember ¶
func (m *MockIdentityClient) ReadMember(arg0 context.Context, arg1 identity.ReadMemberArgs) (*string, error)
ReadMember mocks base method.
func (*MockIdentityClient) ReadMemberOf ¶
func (m *MockIdentityClient) ReadMemberOf(arg0 context.Context, arg1 identity.ReadMemberOfArgs) (*string, error)
ReadMemberOf mocks base method.
func (*MockIdentityClient) ReadMembers ¶
func (m *MockIdentityClient) ReadMembers(arg0 context.Context, arg1 identity.ReadMembersArgs) (*[]string, error)
ReadMembers mocks base method.
func (*MockIdentityClient) ReadMembersOf ¶
func (m *MockIdentityClient) ReadMembersOf(arg0 context.Context, arg1 identity.ReadMembersOfArgs) (*[]string, error)
ReadMembersOf mocks base method.
func (*MockIdentityClient) RefreshMembersOf ¶
func (m *MockIdentityClient) RefreshMembersOf(arg0 context.Context, arg1 identity.RefreshMembersOfArgs) (*[]string, error)
RefreshMembersOf mocks base method.
func (*MockIdentityClient) RemoveMember ¶
func (m *MockIdentityClient) RemoveMember(arg0 context.Context, arg1 identity.RemoveMemberArgs) (*bool, error)
RemoveMember mocks base method.
func (*MockIdentityClient) UpdateIdentities ¶
func (m *MockIdentityClient) UpdateIdentities(arg0 context.Context, arg1 identity.UpdateIdentitiesArgs) (*[]identity.IdentityUpdateData, error)
UpdateIdentities mocks base method.
func (*MockIdentityClient) UpdateIdentity ¶
func (m *MockIdentityClient) UpdateIdentity(arg0 context.Context, arg1 identity.UpdateIdentityArgs) error
UpdateIdentity mocks base method.
func (*MockIdentityClient) UpdateScope ¶
func (m *MockIdentityClient) UpdateScope(arg0 context.Context, arg1 identity.UpdateScopeArgs) error
UpdateScope mocks base method.
type MockIdentityClientMockRecorder ¶
type MockIdentityClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityClientMockRecorder is the mock recorder for MockIdentityClient.
func (*MockIdentityClientMockRecorder) AddMember ¶
func (mr *MockIdentityClientMockRecorder) AddMember(arg0, arg1 any) *gomock.Call
AddMember indicates an expected call of AddMember.
func (*MockIdentityClientMockRecorder) CreateGroups ¶
func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 any) *gomock.Call
CreateGroups indicates an expected call of CreateGroups.
func (*MockIdentityClientMockRecorder) CreateIdentity ¶
func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 any) *gomock.Call
CreateIdentity indicates an expected call of CreateIdentity.
func (*MockIdentityClientMockRecorder) CreateOrBindWithClaims ¶
func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 any) *gomock.Call
CreateOrBindWithClaims indicates an expected call of CreateOrBindWithClaims.
func (*MockIdentityClientMockRecorder) CreateScope ¶
func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 any) *gomock.Call
CreateScope indicates an expected call of CreateScope.
func (*MockIdentityClientMockRecorder) DeleteGroup ¶
func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 any) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup.
func (*MockIdentityClientMockRecorder) DeleteScope ¶
func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 any) *gomock.Call
DeleteScope indicates an expected call of DeleteScope.
func (*MockIdentityClientMockRecorder) ForceRemoveMember ¶
func (mr *MockIdentityClientMockRecorder) ForceRemoveMember(arg0, arg1 any) *gomock.Call
ForceRemoveMember indicates an expected call of ForceRemoveMember.
func (*MockIdentityClientMockRecorder) GetDescriptorById ¶
func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 any) *gomock.Call
GetDescriptorById indicates an expected call of GetDescriptorById.
func (*MockIdentityClientMockRecorder) GetIdentityChanges ¶
func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 any) *gomock.Call
GetIdentityChanges indicates an expected call of GetIdentityChanges.
func (*MockIdentityClientMockRecorder) GetIdentitySnapshot ¶
func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 any) *gomock.Call
GetIdentitySnapshot indicates an expected call of GetIdentitySnapshot.
func (*MockIdentityClientMockRecorder) GetMaxSequenceId ¶
func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 any) *gomock.Call
GetMaxSequenceId indicates an expected call of GetMaxSequenceId.
func (*MockIdentityClientMockRecorder) GetScopeById ¶
func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 any) *gomock.Call
GetScopeById indicates an expected call of GetScopeById.
func (*MockIdentityClientMockRecorder) GetScopeByName ¶
func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 any) *gomock.Call
GetScopeByName indicates an expected call of GetScopeByName.
func (*MockIdentityClientMockRecorder) GetSelf ¶
func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 any) *gomock.Call
GetSelf indicates an expected call of GetSelf.
func (*MockIdentityClientMockRecorder) GetSignedInToken ¶
func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 any) *gomock.Call
GetSignedInToken indicates an expected call of GetSignedInToken.
func (*MockIdentityClientMockRecorder) GetSignoutToken ¶
func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 any) *gomock.Call
GetSignoutToken indicates an expected call of GetSignoutToken.
func (*MockIdentityClientMockRecorder) GetTenant ¶
func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 any) *gomock.Call
GetTenant indicates an expected call of GetTenant.
func (*MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId ¶
func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 any) *gomock.Call
GetUserIdentityIdsByDomainId indicates an expected call of GetUserIdentityIdsByDomainId.
func (*MockIdentityClientMockRecorder) ListGroups ¶
func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 any) *gomock.Call
ListGroups indicates an expected call of ListGroups.
func (*MockIdentityClientMockRecorder) ReadIdentities ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 any) *gomock.Call
ReadIdentities indicates an expected call of ReadIdentities.
func (*MockIdentityClientMockRecorder) ReadIdentitiesByScope ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 any) *gomock.Call
ReadIdentitiesByScope indicates an expected call of ReadIdentitiesByScope.
func (*MockIdentityClientMockRecorder) ReadIdentity ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 any) *gomock.Call
ReadIdentity indicates an expected call of ReadIdentity.
func (*MockIdentityClientMockRecorder) ReadIdentityBatch ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 any) *gomock.Call
ReadIdentityBatch indicates an expected call of ReadIdentityBatch.
func (*MockIdentityClientMockRecorder) ReadMember ¶
func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 any) *gomock.Call
ReadMember indicates an expected call of ReadMember.
func (*MockIdentityClientMockRecorder) ReadMemberOf ¶
func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 any) *gomock.Call
ReadMemberOf indicates an expected call of ReadMemberOf.
func (*MockIdentityClientMockRecorder) ReadMembers ¶
func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 any) *gomock.Call
ReadMembers indicates an expected call of ReadMembers.
func (*MockIdentityClientMockRecorder) ReadMembersOf ¶
func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 any) *gomock.Call
ReadMembersOf indicates an expected call of ReadMembersOf.
func (*MockIdentityClientMockRecorder) RefreshMembersOf ¶
func (mr *MockIdentityClientMockRecorder) RefreshMembersOf(arg0, arg1 any) *gomock.Call
RefreshMembersOf indicates an expected call of RefreshMembersOf.
func (*MockIdentityClientMockRecorder) RemoveMember ¶
func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 any) *gomock.Call
RemoveMember indicates an expected call of RemoveMember.
func (*MockIdentityClientMockRecorder) UpdateIdentities ¶
func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 any) *gomock.Call
UpdateIdentities indicates an expected call of UpdateIdentities.
func (*MockIdentityClientMockRecorder) UpdateIdentity ¶
func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 any) *gomock.Call
UpdateIdentity indicates an expected call of UpdateIdentity.
func (*MockIdentityClientMockRecorder) UpdateScope ¶
func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 any) *gomock.Call
UpdateScope indicates an expected call of UpdateScope.
type MockOperationsClient ¶ added in v0.3.0
type MockOperationsClient struct {
// contains filtered or unexported fields
}
MockOperationsClient is a mock of Client interface.
func NewMockOperationsClient ¶ added in v0.3.0
func NewMockOperationsClient(ctrl *gomock.Controller) *MockOperationsClient
NewMockOperationsClient creates a new mock instance.
func (*MockOperationsClient) EXPECT ¶ added in v0.3.0
func (m *MockOperationsClient) EXPECT() *MockOperationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOperationsClient) GetOperation ¶ added in v0.3.0
func (m *MockOperationsClient) GetOperation(arg0 context.Context, arg1 operations.GetOperationArgs) (*operations.Operation, error)
GetOperation mocks base method.
type MockOperationsClientMockRecorder ¶ added in v0.3.0
type MockOperationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOperationsClientMockRecorder is the mock recorder for MockOperationsClient.
func (*MockOperationsClientMockRecorder) GetOperation ¶ added in v0.3.0
func (mr *MockOperationsClientMockRecorder) GetOperation(arg0, arg1 any) *gomock.Call
GetOperation indicates an expected call of GetOperation.
type MockOrganizationName ¶
type MockOrganizationName struct {
// contains filtered or unexported fields
}
MockOrganizationName is a mock of OrganizationName interface.
func NewMockOrganizationName ¶
func NewMockOrganizationName(ctrl *gomock.Controller) *MockOrganizationName
NewMockOrganizationName creates a new mock instance.
func (*MockOrganizationName) EXPECT ¶
func (m *MockOrganizationName) EXPECT() *MockOrganizationNameMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOrganizationName) FullName ¶
func (m *MockOrganizationName) FullName() string
FullName mocks base method.
func (*MockOrganizationName) Organization ¶
func (m *MockOrganizationName) Organization() string
Organization mocks base method.
type MockOrganizationNameMockRecorder ¶
type MockOrganizationNameMockRecorder struct {
// contains filtered or unexported fields
}
MockOrganizationNameMockRecorder is the mock recorder for MockOrganizationName.
func (*MockOrganizationNameMockRecorder) FullName ¶
func (mr *MockOrganizationNameMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockOrganizationNameMockRecorder) Organization ¶
func (mr *MockOrganizationNameMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
type MockPrinter ¶ added in v0.2.0
type MockPrinter struct {
// contains filtered or unexported fields
}
MockPrinter is a mock of Printer interface.
func NewMockPrinter ¶ added in v0.2.0
func NewMockPrinter(ctrl *gomock.Controller) *MockPrinter
NewMockPrinter creates a new mock instance.
func (*MockPrinter) AddColumns ¶ added in v0.2.0
func (m *MockPrinter) AddColumns(columns ...string)
AddColumns mocks base method.
func (*MockPrinter) AddField ¶ added in v0.2.0
func (m *MockPrinter) AddField(arg0 string, arg1 ...printer.FieldOption)
AddField mocks base method.
func (*MockPrinter) AddTimeField ¶ added in v0.2.0
func (m *MockPrinter) AddTimeField(now, t time.Time, c func(string) string)
AddTimeField mocks base method.
func (*MockPrinter) EXPECT ¶ added in v0.2.0
func (m *MockPrinter) EXPECT() *MockPrinterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrinter) EndRow ¶ added in v0.2.0
func (m *MockPrinter) EndRow()
EndRow mocks base method.
func (*MockPrinter) Render ¶ added in v0.2.0
func (m *MockPrinter) Render() error
Render mocks base method.
type MockPrinterMockRecorder ¶ added in v0.2.0
type MockPrinterMockRecorder struct {
// contains filtered or unexported fields
}
MockPrinterMockRecorder is the mock recorder for MockPrinter.
func (*MockPrinterMockRecorder) AddColumns ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) AddColumns(columns ...any) *gomock.Call
AddColumns indicates an expected call of AddColumns.
func (*MockPrinterMockRecorder) AddField ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) AddField(arg0 any, arg1 ...any) *gomock.Call
AddField indicates an expected call of AddField.
func (*MockPrinterMockRecorder) AddTimeField ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) AddTimeField(now, t, c any) *gomock.Call
AddTimeField indicates an expected call of AddTimeField.
func (*MockPrinterMockRecorder) EndRow ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) EndRow() *gomock.Call
EndRow indicates an expected call of EndRow.
func (*MockPrinterMockRecorder) Render ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) Render() *gomock.Call
Render indicates an expected call of Render.
type MockProjectName ¶
type MockProjectName struct {
// contains filtered or unexported fields
}
MockProjectName is a mock of ProjectName interface.
func NewMockProjectName ¶
func NewMockProjectName(ctrl *gomock.Controller) *MockProjectName
NewMockProjectName creates a new mock instance.
func (*MockProjectName) EXPECT ¶
func (m *MockProjectName) EXPECT() *MockProjectNameMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProjectName) FullName ¶
func (m *MockProjectName) FullName() string
FullName mocks base method.
func (*MockProjectName) Organization ¶
func (m *MockProjectName) Organization() string
Organization mocks base method.
func (*MockProjectName) Project ¶
func (m *MockProjectName) Project() string
Project mocks base method.
type MockProjectNameMockRecorder ¶
type MockProjectNameMockRecorder struct {
// contains filtered or unexported fields
}
MockProjectNameMockRecorder is the mock recorder for MockProjectName.
func (*MockProjectNameMockRecorder) FullName ¶
func (mr *MockProjectNameMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockProjectNameMockRecorder) Organization ¶
func (mr *MockProjectNameMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
func (*MockProjectNameMockRecorder) Project ¶
func (mr *MockProjectNameMockRecorder) Project() *gomock.Call
Project indicates an expected call of Project.
type MockPrompter ¶ added in v0.3.0
type MockPrompter struct {
// contains filtered or unexported fields
}
MockPrompter is a mock of Prompter interface.
func NewMockPrompter ¶ added in v0.3.0
func NewMockPrompter(ctrl *gomock.Controller) *MockPrompter
NewMockPrompter creates a new mock instance.
func (*MockPrompter) AuthToken ¶ added in v0.3.0
func (m *MockPrompter) AuthToken() (string, error)
AuthToken mocks base method.
func (*MockPrompter) Confirm ¶ added in v0.3.0
func (m *MockPrompter) Confirm(arg0 string, arg1 bool) (bool, error)
Confirm mocks base method.
func (*MockPrompter) ConfirmDeletion ¶ added in v0.3.0
func (m *MockPrompter) ConfirmDeletion(arg0 string) error
ConfirmDeletion mocks base method.
func (*MockPrompter) EXPECT ¶ added in v0.3.0
func (m *MockPrompter) EXPECT() *MockPrompterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrompter) Input ¶ added in v0.3.0
func (m *MockPrompter) Input(arg0, arg1 string) (string, error)
Input mocks base method.
func (*MockPrompter) InputOrganizationName ¶ added in v0.3.0
func (m *MockPrompter) InputOrganizationName() (string, error)
InputOrganizationName mocks base method.
func (*MockPrompter) MultiSelect ¶ added in v0.3.0
func (m *MockPrompter) MultiSelect(arg0 string, arg1, arg2 []string) ([]int, error)
MultiSelect mocks base method.
type MockPrompterMockRecorder ¶ added in v0.3.0
type MockPrompterMockRecorder struct {
// contains filtered or unexported fields
}
MockPrompterMockRecorder is the mock recorder for MockPrompter.
func (*MockPrompterMockRecorder) AuthToken ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) AuthToken() *gomock.Call
AuthToken indicates an expected call of AuthToken.
func (*MockPrompterMockRecorder) Confirm ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) Confirm(arg0, arg1 any) *gomock.Call
Confirm indicates an expected call of Confirm.
func (*MockPrompterMockRecorder) ConfirmDeletion ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) ConfirmDeletion(arg0 any) *gomock.Call
ConfirmDeletion indicates an expected call of ConfirmDeletion.
func (*MockPrompterMockRecorder) Input ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) Input(arg0, arg1 any) *gomock.Call
Input indicates an expected call of Input.
func (*MockPrompterMockRecorder) InputOrganizationName ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) InputOrganizationName() *gomock.Call
InputOrganizationName indicates an expected call of InputOrganizationName.
func (*MockPrompterMockRecorder) MultiSelect ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) MultiSelect(arg0, arg1, arg2 any) *gomock.Call
MultiSelect indicates an expected call of MultiSelect.
type MockRepoContext ¶
type MockRepoContext struct {
// contains filtered or unexported fields
}
MockRepoContext is a mock of RepoContext interface.
func NewMockRepoContext ¶
func NewMockRepoContext(ctrl *gomock.Controller) *MockRepoContext
NewMockRepoContext creates a new mock instance.
func (*MockRepoContext) Context ¶
func (m *MockRepoContext) Context() context.Context
Context mocks base method.
func (*MockRepoContext) EXPECT ¶
func (m *MockRepoContext) EXPECT() *MockRepoContextMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepoContext) GitClient ¶
func (m *MockRepoContext) GitClient() (git.Client, error)
GitClient mocks base method.
func (*MockRepoContext) GitCommand ¶
func (m *MockRepoContext) GitCommand() (git0.GitCommand, error)
GitCommand mocks base method.
func (*MockRepoContext) GitRepository ¶
func (m *MockRepoContext) GitRepository() (*git.GitRepository, error)
GitRepository mocks base method.
func (*MockRepoContext) Remote ¶
func (m *MockRepoContext) Remote(arg0 *git.GitRepository) (*azdo.Remote, error)
Remote mocks base method.
func (*MockRepoContext) Remotes ¶
func (m *MockRepoContext) Remotes() (azdo.RemoteSet, error)
Remotes mocks base method.
func (*MockRepoContext) Repo ¶
func (m *MockRepoContext) Repo() (azdo.Repository, error)
Repo mocks base method.
func (*MockRepoContext) WithRepo ¶
func (m *MockRepoContext) WithRepo(arg0 func() (azdo.Repository, error)) util.RepoContext
WithRepo mocks base method.
type MockRepoContextMockRecorder ¶
type MockRepoContextMockRecorder struct {
// contains filtered or unexported fields
}
MockRepoContextMockRecorder is the mock recorder for MockRepoContext.
func (*MockRepoContextMockRecorder) Context ¶
func (mr *MockRepoContextMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRepoContextMockRecorder) GitClient ¶
func (mr *MockRepoContextMockRecorder) GitClient() *gomock.Call
GitClient indicates an expected call of GitClient.
func (*MockRepoContextMockRecorder) GitCommand ¶
func (mr *MockRepoContextMockRecorder) GitCommand() *gomock.Call
GitCommand indicates an expected call of GitCommand.
func (*MockRepoContextMockRecorder) GitRepository ¶
func (mr *MockRepoContextMockRecorder) GitRepository() *gomock.Call
GitRepository indicates an expected call of GitRepository.
func (*MockRepoContextMockRecorder) Remote ¶
func (mr *MockRepoContextMockRecorder) Remote(arg0 any) *gomock.Call
Remote indicates an expected call of Remote.
func (*MockRepoContextMockRecorder) Remotes ¶
func (mr *MockRepoContextMockRecorder) Remotes() *gomock.Call
Remotes indicates an expected call of Remotes.
func (*MockRepoContextMockRecorder) Repo ¶
func (mr *MockRepoContextMockRecorder) Repo() *gomock.Call
Repo indicates an expected call of Repo.
type MockRepository ¶
type MockRepository struct {
// contains filtered or unexported fields
}
MockRepository is a mock of Repository interface.
func NewMockRepository ¶
func NewMockRepository(ctrl *gomock.Controller) *MockRepository
NewMockRepository creates a new mock instance.
func (*MockRepository) EXPECT ¶
func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepository) Equals ¶
func (m *MockRepository) Equals(other azdo.Repository) bool
Equals mocks base method.
func (*MockRepository) FullName ¶
func (m *MockRepository) FullName() string
FullName mocks base method.
func (*MockRepository) GitClient ¶
func (m *MockRepository) GitClient(ctx context.Context, connectionFactory azdo.ConnectionFactory) (git.Client, error)
GitClient mocks base method.
func (*MockRepository) GitRepository ¶
func (m *MockRepository) GitRepository(ctx context.Context, repoClient git.Client) (*git.GitRepository, error)
GitRepository mocks base method.
func (*MockRepository) Hostname ¶
func (m *MockRepository) Hostname() string
Hostname mocks base method.
func (*MockRepository) Organization ¶
func (m *MockRepository) Organization() string
Organization mocks base method.
func (*MockRepository) OrganizationUrl ¶
func (m *MockRepository) OrganizationUrl() (string, error)
OrganizationUrl mocks base method.
func (*MockRepository) Project ¶
func (m *MockRepository) Project() string
Project mocks base method.
func (*MockRepository) ProjectUrl ¶
func (m *MockRepository) ProjectUrl() (string, error)
ProjectUrl mocks base method.
type MockRepositoryMockRecorder ¶
type MockRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryMockRecorder is the mock recorder for MockRepository.
func (*MockRepositoryMockRecorder) Equals ¶
func (mr *MockRepositoryMockRecorder) Equals(other any) *gomock.Call
Equals indicates an expected call of Equals.
func (*MockRepositoryMockRecorder) FullName ¶
func (mr *MockRepositoryMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockRepositoryMockRecorder) GitClient ¶
func (mr *MockRepositoryMockRecorder) GitClient(ctx, connectionFactory any) *gomock.Call
GitClient indicates an expected call of GitClient.
func (*MockRepositoryMockRecorder) GitRepository ¶
func (mr *MockRepositoryMockRecorder) GitRepository(ctx, repoClient any) *gomock.Call
GitRepository indicates an expected call of GitRepository.
func (*MockRepositoryMockRecorder) Hostname ¶
func (mr *MockRepositoryMockRecorder) Hostname() *gomock.Call
Hostname indicates an expected call of Hostname.
func (*MockRepositoryMockRecorder) Name ¶
func (mr *MockRepositoryMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockRepositoryMockRecorder) Organization ¶
func (mr *MockRepositoryMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
func (*MockRepositoryMockRecorder) OrganizationUrl ¶
func (mr *MockRepositoryMockRecorder) OrganizationUrl() *gomock.Call
OrganizationUrl indicates an expected call of OrganizationUrl.
func (*MockRepositoryMockRecorder) Project ¶
func (mr *MockRepositoryMockRecorder) Project() *gomock.Call
Project indicates an expected call of Project.
func (*MockRepositoryMockRecorder) ProjectUrl ¶
func (mr *MockRepositoryMockRecorder) ProjectUrl() *gomock.Call
ProjectUrl indicates an expected call of ProjectUrl.
func (*MockRepositoryMockRecorder) RemoteUrl ¶
func (mr *MockRepositoryMockRecorder) RemoteUrl(protocol any) *gomock.Call
RemoteUrl indicates an expected call of RemoteUrl.
func (*MockRepositoryMockRecorder) String ¶
func (mr *MockRepositoryMockRecorder) String() *gomock.Call
String indicates an expected call of String.
type MockRepositoryName ¶
type MockRepositoryName struct {
// contains filtered or unexported fields
}
MockRepositoryName is a mock of RepositoryName interface.
func NewMockRepositoryName ¶
func NewMockRepositoryName(ctrl *gomock.Controller) *MockRepositoryName
NewMockRepositoryName creates a new mock instance.
func (*MockRepositoryName) EXPECT ¶
func (m *MockRepositoryName) EXPECT() *MockRepositoryNameMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepositoryName) FullName ¶
func (m *MockRepositoryName) FullName() string
FullName mocks base method.
func (*MockRepositoryName) Name ¶
func (m *MockRepositoryName) Name() string
Name mocks base method.
func (*MockRepositoryName) Organization ¶
func (m *MockRepositoryName) Organization() string
Organization mocks base method.
func (*MockRepositoryName) Project ¶
func (m *MockRepositoryName) Project() string
Project mocks base method.
type MockRepositoryNameMockRecorder ¶
type MockRepositoryNameMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryNameMockRecorder is the mock recorder for MockRepositoryName.
func (*MockRepositoryNameMockRecorder) FullName ¶
func (mr *MockRepositoryNameMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockRepositoryNameMockRecorder) Name ¶
func (mr *MockRepositoryNameMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockRepositoryNameMockRecorder) Organization ¶
func (mr *MockRepositoryNameMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
func (*MockRepositoryNameMockRecorder) Project ¶
func (mr *MockRepositoryNameMockRecorder) Project() *gomock.Call
Project indicates an expected call of Project.
type MockerrWithExitCode ¶
type MockerrWithExitCode struct {
// contains filtered or unexported fields
}
MockerrWithExitCode is a mock of errWithExitCode interface.
func NewMockerrWithExitCode ¶
func NewMockerrWithExitCode(ctrl *gomock.Controller) *MockerrWithExitCode
NewMockerrWithExitCode creates a new mock instance.
func (*MockerrWithExitCode) EXPECT ¶
func (m *MockerrWithExitCode) EXPECT() *MockerrWithExitCodeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockerrWithExitCode) ExitCode ¶
func (m *MockerrWithExitCode) ExitCode() int
ExitCode mocks base method.
type MockerrWithExitCodeMockRecorder ¶
type MockerrWithExitCodeMockRecorder struct {
// contains filtered or unexported fields
}
MockerrWithExitCodeMockRecorder is the mock recorder for MockerrWithExitCode.
func (*MockerrWithExitCodeMockRecorder) ExitCode ¶
func (mr *MockerrWithExitCodeMockRecorder) ExitCode() *gomock.Call
ExitCode indicates an expected call of ExitCode.
type MockfileReader ¶ added in v0.3.0
type MockfileReader struct {
// contains filtered or unexported fields
}
MockfileReader is a mock of fileReader interface.
func NewMockfileReader ¶ added in v0.3.0
func NewMockfileReader(ctrl *gomock.Controller) *MockfileReader
NewMockfileReader creates a new mock instance.
func (*MockfileReader) EXPECT ¶ added in v0.3.0
func (m *MockfileReader) EXPECT() *MockfileReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockfileReader) Fd ¶ added in v0.3.0
func (m *MockfileReader) Fd() uintptr
Fd mocks base method.
type MockfileReaderMockRecorder ¶ added in v0.3.0
type MockfileReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockfileReaderMockRecorder is the mock recorder for MockfileReader.
func (*MockfileReaderMockRecorder) Fd ¶ added in v0.3.0
func (mr *MockfileReaderMockRecorder) Fd() *gomock.Call
Fd indicates an expected call of Fd.
type MockfileWriter ¶ added in v0.3.0
type MockfileWriter struct {
// contains filtered or unexported fields
}
MockfileWriter is a mock of fileWriter interface.
func NewMockfileWriter ¶ added in v0.3.0
func NewMockfileWriter(ctrl *gomock.Controller) *MockfileWriter
NewMockfileWriter creates a new mock instance.
func (*MockfileWriter) EXPECT ¶ added in v0.3.0
func (m *MockfileWriter) EXPECT() *MockfileWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockfileWriter) Fd ¶ added in v0.3.0
func (m *MockfileWriter) Fd() uintptr
Fd mocks base method.
type MockfileWriterMockRecorder ¶ added in v0.3.0
type MockfileWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockfileWriterMockRecorder is the mock recorder for MockfileWriter.
func (*MockfileWriterMockRecorder) Fd ¶ added in v0.3.0
func (mr *MockfileWriterMockRecorder) Fd() *gomock.Call
Fd indicates an expected call of Fd.