mocks

package
v2.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func (*Client) CreateAnnotatedTag

func (_m *Client) CreateAnnotatedTag(_a0 context.Context, _a1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)

CreateAnnotatedTag provides a mock function with given fields: _a0, _a1

func (*Client) CreateAttachment

func (_m *Client) CreateAttachment(_a0 context.Context, _a1 git.CreateAttachmentArgs) (*git.Attachment, error)

CreateAttachment provides a mock function with given fields: _a0, _a1

func (*Client) CreateCherryPick

func (_m *Client) CreateCherryPick(_a0 context.Context, _a1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)

CreateCherryPick provides a mock function with given fields: _a0, _a1

func (*Client) CreateComment

func (_m *Client) CreateComment(_a0 context.Context, _a1 git.CreateCommentArgs) (*git.Comment, error)

CreateComment provides a mock function with given fields: _a0, _a1

func (*Client) CreateCommitStatus

func (_m *Client) CreateCommitStatus(_a0 context.Context, _a1 git.CreateCommitStatusArgs) (*git.GitStatus, error)

CreateCommitStatus provides a mock function with given fields: _a0, _a1

func (*Client) CreateFavorite

func (_m *Client) CreateFavorite(_a0 context.Context, _a1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)

CreateFavorite provides a mock function with given fields: _a0, _a1

func (*Client) CreateForkSyncRequest

func (_m *Client) CreateForkSyncRequest(_a0 context.Context, _a1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)

CreateForkSyncRequest provides a mock function with given fields: _a0, _a1

func (*Client) CreateImportRequest

func (_m *Client) CreateImportRequest(_a0 context.Context, _a1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)

CreateImportRequest provides a mock function with given fields: _a0, _a1

func (*Client) CreateLike

func (_m *Client) CreateLike(_a0 context.Context, _a1 git.CreateLikeArgs) error

CreateLike provides a mock function with given fields: _a0, _a1

func (*Client) CreateMergeRequest

func (_m *Client) CreateMergeRequest(_a0 context.Context, _a1 git.CreateMergeRequestArgs) (*git.GitMerge, error)

CreateMergeRequest provides a mock function with given fields: _a0, _a1

func (*Client) CreatePullRequest

func (_m *Client) CreatePullRequest(_a0 context.Context, _a1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)

CreatePullRequest provides a mock function with given fields: _a0, _a1

func (*Client) CreatePullRequestIterationStatus

func (_m *Client) CreatePullRequestIterationStatus(_a0 context.Context, _a1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)

CreatePullRequestIterationStatus provides a mock function with given fields: _a0, _a1

func (*Client) CreatePullRequestLabel

func (_m *Client) CreatePullRequestLabel(_a0 context.Context, _a1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)

CreatePullRequestLabel provides a mock function with given fields: _a0, _a1

func (*Client) CreatePullRequestReviewer

func (_m *Client) CreatePullRequestReviewer(_a0 context.Context, _a1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)

CreatePullRequestReviewer provides a mock function with given fields: _a0, _a1

func (*Client) CreatePullRequestReviewers

func (_m *Client) CreatePullRequestReviewers(_a0 context.Context, _a1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)

CreatePullRequestReviewers provides a mock function with given fields: _a0, _a1

func (*Client) CreatePullRequestStatus

func (_m *Client) CreatePullRequestStatus(_a0 context.Context, _a1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)

CreatePullRequestStatus provides a mock function with given fields: _a0, _a1

func (*Client) CreatePush

func (_m *Client) CreatePush(_a0 context.Context, _a1 git.CreatePushArgs) (*git.GitPush, error)

CreatePush provides a mock function with given fields: _a0, _a1

func (*Client) CreateRepository

func (_m *Client) CreateRepository(_a0 context.Context, _a1 git.CreateRepositoryArgs) (*git.GitRepository, error)

CreateRepository provides a mock function with given fields: _a0, _a1

func (*Client) CreateRevert

func (_m *Client) CreateRevert(_a0 context.Context, _a1 git.CreateRevertArgs) (*git.GitRevert, error)

CreateRevert provides a mock function with given fields: _a0, _a1

func (*Client) CreateThread

CreateThread provides a mock function with given fields: _a0, _a1

func (*Client) DeleteAttachment

func (_m *Client) DeleteAttachment(_a0 context.Context, _a1 git.DeleteAttachmentArgs) error

DeleteAttachment provides a mock function with given fields: _a0, _a1

func (*Client) DeleteComment

func (_m *Client) DeleteComment(_a0 context.Context, _a1 git.DeleteCommentArgs) error

DeleteComment provides a mock function with given fields: _a0, _a1

func (*Client) DeleteLike

func (_m *Client) DeleteLike(_a0 context.Context, _a1 git.DeleteLikeArgs) error

DeleteLike provides a mock function with given fields: _a0, _a1

func (*Client) DeletePullRequestIterationStatus

func (_m *Client) DeletePullRequestIterationStatus(_a0 context.Context, _a1 git.DeletePullRequestIterationStatusArgs) error

DeletePullRequestIterationStatus provides a mock function with given fields: _a0, _a1

func (*Client) DeletePullRequestLabels

func (_m *Client) DeletePullRequestLabels(_a0 context.Context, _a1 git.DeletePullRequestLabelsArgs) error

DeletePullRequestLabels provides a mock function with given fields: _a0, _a1

func (*Client) DeletePullRequestReviewer

func (_m *Client) DeletePullRequestReviewer(_a0 context.Context, _a1 git.DeletePullRequestReviewerArgs) error

DeletePullRequestReviewer provides a mock function with given fields: _a0, _a1

func (*Client) DeletePullRequestStatus

func (_m *Client) DeletePullRequestStatus(_a0 context.Context, _a1 git.DeletePullRequestStatusArgs) error

DeletePullRequestStatus provides a mock function with given fields: _a0, _a1

func (*Client) DeleteRefFavorite

func (_m *Client) DeleteRefFavorite(_a0 context.Context, _a1 git.DeleteRefFavoriteArgs) error

DeleteRefFavorite provides a mock function with given fields: _a0, _a1

func (*Client) DeleteRepository

func (_m *Client) DeleteRepository(_a0 context.Context, _a1 git.DeleteRepositoryArgs) error

DeleteRepository provides a mock function with given fields: _a0, _a1

func (*Client) DeleteRepositoryFromRecycleBin

func (_m *Client) DeleteRepositoryFromRecycleBin(_a0 context.Context, _a1 git.DeleteRepositoryFromRecycleBinArgs) error

DeleteRepositoryFromRecycleBin provides a mock function with given fields: _a0, _a1

func (*Client) GetAnnotatedTag

func (_m *Client) GetAnnotatedTag(_a0 context.Context, _a1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)

GetAnnotatedTag provides a mock function with given fields: _a0, _a1

func (*Client) GetAttachmentContent

func (_m *Client) GetAttachmentContent(_a0 context.Context, _a1 git.GetAttachmentContentArgs) (io.ReadCloser, error)

GetAttachmentContent provides a mock function with given fields: _a0, _a1

func (*Client) GetAttachmentZip

func (_m *Client) GetAttachmentZip(_a0 context.Context, _a1 git.GetAttachmentZipArgs) (io.ReadCloser, error)

GetAttachmentZip provides a mock function with given fields: _a0, _a1

func (*Client) GetAttachments

func (_m *Client) GetAttachments(_a0 context.Context, _a1 git.GetAttachmentsArgs) (*[]git.Attachment, error)

GetAttachments provides a mock function with given fields: _a0, _a1

func (*Client) GetBlob

func (_m *Client) GetBlob(_a0 context.Context, _a1 git.GetBlobArgs) (*git.GitBlobRef, error)

GetBlob provides a mock function with given fields: _a0, _a1

func (*Client) GetBlobContent

func (_m *Client) GetBlobContent(_a0 context.Context, _a1 git.GetBlobContentArgs) (io.ReadCloser, error)

GetBlobContent provides a mock function with given fields: _a0, _a1

func (*Client) GetBlobZip

func (_m *Client) GetBlobZip(_a0 context.Context, _a1 git.GetBlobZipArgs) (io.ReadCloser, error)

GetBlobZip provides a mock function with given fields: _a0, _a1

func (*Client) GetBlobsZip

func (_m *Client) GetBlobsZip(_a0 context.Context, _a1 git.GetBlobsZipArgs) (io.ReadCloser, error)

GetBlobsZip provides a mock function with given fields: _a0, _a1

func (*Client) GetBranch

func (_m *Client) GetBranch(_a0 context.Context, _a1 git.GetBranchArgs) (*git.GitBranchStats, error)

GetBranch provides a mock function with given fields: _a0, _a1

func (*Client) GetBranches

func (_m *Client) GetBranches(_a0 context.Context, _a1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)

GetBranches provides a mock function with given fields: _a0, _a1

func (*Client) GetChanges

func (_m *Client) GetChanges(_a0 context.Context, _a1 git.GetChangesArgs) (*git.GitCommitChanges, error)

GetChanges provides a mock function with given fields: _a0, _a1

func (*Client) GetCherryPick

func (_m *Client) GetCherryPick(_a0 context.Context, _a1 git.GetCherryPickArgs) (*git.GitCherryPick, error)

GetCherryPick provides a mock function with given fields: _a0, _a1

func (*Client) GetCherryPickForRefName

func (_m *Client) GetCherryPickForRefName(_a0 context.Context, _a1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)

GetCherryPickForRefName provides a mock function with given fields: _a0, _a1

func (*Client) GetComment

func (_m *Client) GetComment(_a0 context.Context, _a1 git.GetCommentArgs) (*git.Comment, error)

GetComment provides a mock function with given fields: _a0, _a1

func (*Client) GetComments

func (_m *Client) GetComments(_a0 context.Context, _a1 git.GetCommentsArgs) (*[]git.Comment, error)

GetComments provides a mock function with given fields: _a0, _a1

func (*Client) GetCommit

func (_m *Client) GetCommit(_a0 context.Context, _a1 git.GetCommitArgs) (*git.GitCommit, error)

GetCommit provides a mock function with given fields: _a0, _a1

func (*Client) GetCommitDiffs

func (_m *Client) GetCommitDiffs(_a0 context.Context, _a1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)

GetCommitDiffs provides a mock function with given fields: _a0, _a1

func (*Client) GetCommits

func (_m *Client) GetCommits(_a0 context.Context, _a1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)

GetCommits provides a mock function with given fields: _a0, _a1

func (*Client) GetCommitsBatch

func (_m *Client) GetCommitsBatch(_a0 context.Context, _a1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)

GetCommitsBatch provides a mock function with given fields: _a0, _a1

func (*Client) GetDeletedRepositories

func (_m *Client) GetDeletedRepositories(_a0 context.Context, _a1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)

GetDeletedRepositories provides a mock function with given fields: _a0, _a1

func (*Client) GetForkSyncRequest

func (_m *Client) GetForkSyncRequest(_a0 context.Context, _a1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)

GetForkSyncRequest provides a mock function with given fields: _a0, _a1

func (*Client) GetForkSyncRequests

func (_m *Client) GetForkSyncRequests(_a0 context.Context, _a1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)

GetForkSyncRequests provides a mock function with given fields: _a0, _a1

func (*Client) GetForks

func (_m *Client) GetForks(_a0 context.Context, _a1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)

GetForks provides a mock function with given fields: _a0, _a1

func (*Client) GetImportRequest

func (_m *Client) GetImportRequest(_a0 context.Context, _a1 git.GetImportRequestArgs) (*git.GitImportRequest, error)

GetImportRequest provides a mock function with given fields: _a0, _a1

func (*Client) GetItem

func (_m *Client) GetItem(_a0 context.Context, _a1 git.GetItemArgs) (*git.GitItem, error)

GetItem provides a mock function with given fields: _a0, _a1

func (*Client) GetItemContent

func (_m *Client) GetItemContent(_a0 context.Context, _a1 git.GetItemContentArgs) (io.ReadCloser, error)

GetItemContent provides a mock function with given fields: _a0, _a1

func (*Client) GetItemText

func (_m *Client) GetItemText(_a0 context.Context, _a1 git.GetItemTextArgs) (io.ReadCloser, error)

GetItemText provides a mock function with given fields: _a0, _a1

func (*Client) GetItemZip

func (_m *Client) GetItemZip(_a0 context.Context, _a1 git.GetItemZipArgs) (io.ReadCloser, error)

GetItemZip provides a mock function with given fields: _a0, _a1

func (*Client) GetItems

func (_m *Client) GetItems(_a0 context.Context, _a1 git.GetItemsArgs) (*[]git.GitItem, error)

GetItems provides a mock function with given fields: _a0, _a1

func (*Client) GetItemsBatch

func (_m *Client) GetItemsBatch(_a0 context.Context, _a1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)

GetItemsBatch provides a mock function with given fields: _a0, _a1

func (*Client) GetLikes

func (_m *Client) GetLikes(_a0 context.Context, _a1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)

GetLikes provides a mock function with given fields: _a0, _a1

func (*Client) GetMergeBases

func (_m *Client) GetMergeBases(_a0 context.Context, _a1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)

GetMergeBases provides a mock function with given fields: _a0, _a1

func (*Client) GetMergeRequest

func (_m *Client) GetMergeRequest(_a0 context.Context, _a1 git.GetMergeRequestArgs) (*git.GitMerge, error)

GetMergeRequest provides a mock function with given fields: _a0, _a1

func (*Client) GetPolicyConfigurations

GetPolicyConfigurations provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequest

func (_m *Client) GetPullRequest(_a0 context.Context, _a1 git.GetPullRequestArgs) (*git.GitPullRequest, error)

GetPullRequest provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestById

func (_m *Client) GetPullRequestById(_a0 context.Context, _a1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)

GetPullRequestById provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestCommits

GetPullRequestCommits provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestIteration

func (_m *Client) GetPullRequestIteration(_a0 context.Context, _a1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)

GetPullRequestIteration provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestIterationChanges

func (_m *Client) GetPullRequestIterationChanges(_a0 context.Context, _a1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)

GetPullRequestIterationChanges provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestIterationCommits

func (_m *Client) GetPullRequestIterationCommits(_a0 context.Context, _a1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)

GetPullRequestIterationCommits provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestIterationStatus

func (_m *Client) GetPullRequestIterationStatus(_a0 context.Context, _a1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)

GetPullRequestIterationStatus provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestIterationStatuses

func (_m *Client) GetPullRequestIterationStatuses(_a0 context.Context, _a1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)

GetPullRequestIterationStatuses provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestIterations

func (_m *Client) GetPullRequestIterations(_a0 context.Context, _a1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)

GetPullRequestIterations provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestLabel

func (_m *Client) GetPullRequestLabel(_a0 context.Context, _a1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)

GetPullRequestLabel provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestLabels

func (_m *Client) GetPullRequestLabels(_a0 context.Context, _a1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)

GetPullRequestLabels provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestProperties

func (_m *Client) GetPullRequestProperties(_a0 context.Context, _a1 git.GetPullRequestPropertiesArgs) (interface{}, error)

GetPullRequestProperties provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestQuery

func (_m *Client) GetPullRequestQuery(_a0 context.Context, _a1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)

GetPullRequestQuery provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestReviewer

func (_m *Client) GetPullRequestReviewer(_a0 context.Context, _a1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)

GetPullRequestReviewer provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestReviewers

func (_m *Client) GetPullRequestReviewers(_a0 context.Context, _a1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)

GetPullRequestReviewers provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestStatus

func (_m *Client) GetPullRequestStatus(_a0 context.Context, _a1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)

GetPullRequestStatus provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestStatuses

func (_m *Client) GetPullRequestStatuses(_a0 context.Context, _a1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)

GetPullRequestStatuses provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestThread

func (_m *Client) GetPullRequestThread(_a0 context.Context, _a1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)

GetPullRequestThread provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestWorkItemRefs

func (_m *Client) GetPullRequestWorkItemRefs(_a0 context.Context, _a1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)

GetPullRequestWorkItemRefs provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequests

func (_m *Client) GetPullRequests(_a0 context.Context, _a1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)

GetPullRequests provides a mock function with given fields: _a0, _a1

func (*Client) GetPullRequestsByProject

func (_m *Client) GetPullRequestsByProject(_a0 context.Context, _a1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)

GetPullRequestsByProject provides a mock function with given fields: _a0, _a1

func (*Client) GetPush

func (_m *Client) GetPush(_a0 context.Context, _a1 git.GetPushArgs) (*git.GitPush, error)

GetPush provides a mock function with given fields: _a0, _a1

func (*Client) GetPushCommits

func (_m *Client) GetPushCommits(_a0 context.Context, _a1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)

GetPushCommits provides a mock function with given fields: _a0, _a1

func (*Client) GetPushes

func (_m *Client) GetPushes(_a0 context.Context, _a1 git.GetPushesArgs) (*[]git.GitPush, error)

GetPushes provides a mock function with given fields: _a0, _a1

func (*Client) GetRecycleBinRepositories

func (_m *Client) GetRecycleBinRepositories(_a0 context.Context, _a1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)

GetRecycleBinRepositories provides a mock function with given fields: _a0, _a1

func (*Client) GetRefFavorite

func (_m *Client) GetRefFavorite(_a0 context.Context, _a1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)

GetRefFavorite provides a mock function with given fields: _a0, _a1

func (*Client) GetRefFavorites

func (_m *Client) GetRefFavorites(_a0 context.Context, _a1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)

GetRefFavorites provides a mock function with given fields: _a0, _a1

func (*Client) GetRefs

func (_m *Client) GetRefs(_a0 context.Context, _a1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)

GetRefs provides a mock function with given fields: _a0, _a1

func (*Client) GetRepositories

func (_m *Client) GetRepositories(_a0 context.Context, _a1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)

GetRepositories provides a mock function with given fields: _a0, _a1

func (*Client) GetRepository

func (_m *Client) GetRepository(_a0 context.Context, _a1 git.GetRepositoryArgs) (*git.GitRepository, error)

GetRepository provides a mock function with given fields: _a0, _a1

func (*Client) GetRepositoryWithParent

func (_m *Client) GetRepositoryWithParent(_a0 context.Context, _a1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)

GetRepositoryWithParent provides a mock function with given fields: _a0, _a1

func (*Client) GetRevert

func (_m *Client) GetRevert(_a0 context.Context, _a1 git.GetRevertArgs) (*git.GitRevert, error)

GetRevert provides a mock function with given fields: _a0, _a1

func (*Client) GetRevertForRefName

func (_m *Client) GetRevertForRefName(_a0 context.Context, _a1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)

GetRevertForRefName provides a mock function with given fields: _a0, _a1

func (*Client) GetStatuses

func (_m *Client) GetStatuses(_a0 context.Context, _a1 git.GetStatusesArgs) (*[]git.GitStatus, error)

GetStatuses provides a mock function with given fields: _a0, _a1

func (*Client) GetSuggestions

func (_m *Client) GetSuggestions(_a0 context.Context, _a1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)

GetSuggestions provides a mock function with given fields: _a0, _a1

func (*Client) GetThreads

GetThreads provides a mock function with given fields: _a0, _a1

func (*Client) GetTree

func (_m *Client) GetTree(_a0 context.Context, _a1 git.GetTreeArgs) (*git.GitTreeRef, error)

GetTree provides a mock function with given fields: _a0, _a1

func (*Client) GetTreeZip

func (_m *Client) GetTreeZip(_a0 context.Context, _a1 git.GetTreeZipArgs) (io.ReadCloser, error)

GetTreeZip provides a mock function with given fields: _a0, _a1

func (*Client) QueryImportRequests

func (_m *Client) QueryImportRequests(_a0 context.Context, _a1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)

QueryImportRequests provides a mock function with given fields: _a0, _a1

func (*Client) RestoreRepositoryFromRecycleBin

func (_m *Client) RestoreRepositoryFromRecycleBin(_a0 context.Context, _a1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)

RestoreRepositoryFromRecycleBin provides a mock function with given fields: _a0, _a1

func (*Client) SharePullRequest

func (_m *Client) SharePullRequest(_a0 context.Context, _a1 git.SharePullRequestArgs) error

SharePullRequest provides a mock function with given fields: _a0, _a1

func (*Client) UpdateComment

func (_m *Client) UpdateComment(_a0 context.Context, _a1 git.UpdateCommentArgs) (*git.Comment, error)

UpdateComment provides a mock function with given fields: _a0, _a1

func (*Client) UpdateImportRequest

func (_m *Client) UpdateImportRequest(_a0 context.Context, _a1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)

UpdateImportRequest provides a mock function with given fields: _a0, _a1

func (*Client) UpdatePullRequest

func (_m *Client) UpdatePullRequest(_a0 context.Context, _a1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)

UpdatePullRequest provides a mock function with given fields: _a0, _a1

func (*Client) UpdatePullRequestIterationStatuses

func (_m *Client) UpdatePullRequestIterationStatuses(_a0 context.Context, _a1 git.UpdatePullRequestIterationStatusesArgs) error

UpdatePullRequestIterationStatuses provides a mock function with given fields: _a0, _a1

func (*Client) UpdatePullRequestProperties

func (_m *Client) UpdatePullRequestProperties(_a0 context.Context, _a1 git.UpdatePullRequestPropertiesArgs) (interface{}, error)

UpdatePullRequestProperties provides a mock function with given fields: _a0, _a1

func (*Client) UpdatePullRequestReviewers

func (_m *Client) UpdatePullRequestReviewers(_a0 context.Context, _a1 git.UpdatePullRequestReviewersArgs) error

UpdatePullRequestReviewers provides a mock function with given fields: _a0, _a1

func (*Client) UpdatePullRequestStatuses

func (_m *Client) UpdatePullRequestStatuses(_a0 context.Context, _a1 git.UpdatePullRequestStatusesArgs) error

UpdatePullRequestStatuses provides a mock function with given fields: _a0, _a1

func (*Client) UpdateRef

func (_m *Client) UpdateRef(_a0 context.Context, _a1 git.UpdateRefArgs) (*git.GitRef, error)

UpdateRef provides a mock function with given fields: _a0, _a1

func (*Client) UpdateRefs

func (_m *Client) UpdateRefs(_a0 context.Context, _a1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)

UpdateRefs provides a mock function with given fields: _a0, _a1

func (*Client) UpdateRepository

func (_m *Client) UpdateRepository(_a0 context.Context, _a1 git.UpdateRepositoryArgs) (*git.GitRepository, error)

UpdateRepository provides a mock function with given fields: _a0, _a1

func (*Client) UpdateThread

UpdateThread provides a mock function with given fields: _a0, _a1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL