# README
clientsfakes
import "github.com/Mgla96/snappr/internal/adapters/clients/clientsfakes"
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index
- type FakeGitService
- func (fake *FakeGitService) CreateBlob(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Blob) (*github.Blob, *github.Response, error)
- func (fake *FakeGitService) CreateBlobArgsForCall(i int) (context.Context, string, string, *github.Blob)
- func (fake *FakeGitService) CreateBlobCallCount() int
- func (fake *FakeGitService) CreateBlobCalls(stub func(context.Context, string, string, *github.Blob) (*github.Blob, *github.Response, error))
- func (fake *FakeGitService) CreateBlobReturns(result1 *github.Blob, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateBlobReturnsOnCall(i int, result1 *github.Blob, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateCommit(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Commit) (*github.Commit, *github.Response, error)
- func (fake *FakeGitService) CreateCommitArgsForCall(i int) (context.Context, string, string, *github.Commit)
- func (fake *FakeGitService) CreateCommitCallCount() int
- func (fake *FakeGitService) CreateCommitCalls(stub func(context.Context, string, string, *github.Commit) (*github.Commit, *github.Response, error))
- func (fake *FakeGitService) CreateCommitReturns(result1 *github.Commit, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateCommitReturnsOnCall(i int, result1 *github.Commit, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateRef(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Reference) (*github.Reference, *github.Response, error)
- func (fake *FakeGitService) CreateRefArgsForCall(i int) (context.Context, string, string, *github.Reference)
- func (fake *FakeGitService) CreateRefCallCount() int
- func (fake *FakeGitService) CreateRefCalls(stub func(context.Context, string, string, *github.Reference) (*github.Reference, *github.Response, error))
- func (fake *FakeGitService) CreateRefReturns(result1 *github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateRefReturnsOnCall(i int, result1 *github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateTag(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Tag) (*github.Tag, *github.Response, error)
- func (fake *FakeGitService) CreateTagArgsForCall(i int) (context.Context, string, string, *github.Tag)
- func (fake *FakeGitService) CreateTagCallCount() int
- func (fake *FakeGitService) CreateTagCalls(stub func(context.Context, string, string, *github.Tag) (*github.Tag, *github.Response, error))
- func (fake *FakeGitService) CreateTagReturns(result1 *github.Tag, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateTagReturnsOnCall(i int, result1 *github.Tag, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateTree(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 []*github.TreeEntry) (*github.Tree, *github.Response, error)
- func (fake *FakeGitService) CreateTreeArgsForCall(i int) (context.Context, string, string, string, []*github.TreeEntry)
- func (fake *FakeGitService) CreateTreeCallCount() int
- func (fake *FakeGitService) CreateTreeCalls(stub func(context.Context, string, string, string, []*github.TreeEntry) (*github.Tree, *github.Response, error))
- func (fake *FakeGitService) CreateTreeReturns(result1 *github.Tree, result2 *github.Response, result3 error)
- func (fake *FakeGitService) CreateTreeReturnsOnCall(i int, result1 *github.Tree, result2 *github.Response, result3 error)
- func (fake *FakeGitService) DeleteRef(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Response, error)
- func (fake *FakeGitService) DeleteRefArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGitService) DeleteRefCallCount() int
- func (fake *FakeGitService) DeleteRefCalls(stub func(context.Context, string, string, string) (*github.Response, error))
- func (fake *FakeGitService) DeleteRefReturns(result1 *github.Response, result2 error)
- func (fake *FakeGitService) DeleteRefReturnsOnCall(i int, result1 *github.Response, result2 error)
- func (fake *FakeGitService) GetBlob(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Blob, *github.Response, error)
- func (fake *FakeGitService) GetBlobArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGitService) GetBlobCallCount() int
- func (fake *FakeGitService) GetBlobCalls(stub func(context.Context, string, string, string) (*github.Blob, *github.Response, error))
- func (fake *FakeGitService) GetBlobRaw(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]byte, *github.Response, error)
- func (fake *FakeGitService) GetBlobRawArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGitService) GetBlobRawCallCount() int
- func (fake *FakeGitService) GetBlobRawCalls(stub func(context.Context, string, string, string) ([]byte, *github.Response, error))
- func (fake *FakeGitService) GetBlobRawReturns(result1 []byte, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetBlobRawReturnsOnCall(i int, result1 []byte, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetBlobReturns(result1 *github.Blob, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetBlobReturnsOnCall(i int, result1 *github.Blob, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetCommit(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Commit, *github.Response, error)
- func (fake *FakeGitService) GetCommitArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGitService) GetCommitCallCount() int
- func (fake *FakeGitService) GetCommitCalls(stub func(context.Context, string, string, string) (*github.Commit, *github.Response, error))
- func (fake *FakeGitService) GetCommitReturns(result1 *github.Commit, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetCommitReturnsOnCall(i int, result1 *github.Commit, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetRef(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Reference, *github.Response, error)
- func (fake *FakeGitService) GetRefArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGitService) GetRefCallCount() int
- func (fake *FakeGitService) GetRefCalls(stub func(context.Context, string, string, string) (*github.Reference, *github.Response, error))
- func (fake *FakeGitService) GetRefReturns(result1 *github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetRefReturnsOnCall(i int, result1 *github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetTag(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Tag, *github.Response, error)
- func (fake *FakeGitService) GetTagArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeGitService) GetTagCallCount() int
- func (fake *FakeGitService) GetTagCalls(stub func(context.Context, string, string, string) (*github.Tag, *github.Response, error))
- func (fake *FakeGitService) GetTagReturns(result1 *github.Tag, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetTagReturnsOnCall(i int, result1 *github.Tag, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetTree(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 bool) (*github.Tree, *github.Response, error)
- func (fake *FakeGitService) GetTreeArgsForCall(i int) (context.Context, string, string, string, bool)
- func (fake *FakeGitService) GetTreeCallCount() int
- func (fake *FakeGitService) GetTreeCalls(stub func(context.Context, string, string, string, bool) (*github.Tree, *github.Response, error))
- func (fake *FakeGitService) GetTreeReturns(result1 *github.Tree, result2 *github.Response, result3 error)
- func (fake *FakeGitService) GetTreeReturnsOnCall(i int, result1 *github.Tree, result2 *github.Response, result3 error)
- func (fake *FakeGitService) Invocations() map[string][][]interface{}
- func (fake *FakeGitService) ListMatchingRefs(arg1 context.Context, arg2 string, arg3 string, arg4 *github.ReferenceListOptions) ([]*github.Reference, *github.Response, error)
- func (fake *FakeGitService) ListMatchingRefsArgsForCall(i int) (context.Context, string, string, *github.ReferenceListOptions)
- func (fake *FakeGitService) ListMatchingRefsCallCount() int
- func (fake *FakeGitService) ListMatchingRefsCalls(stub func(context.Context, string, string, *github.ReferenceListOptions) ([]*github.Reference, *github.Response, error))
- func (fake *FakeGitService) ListMatchingRefsReturns(result1 []*github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) ListMatchingRefsReturnsOnCall(i int, result1 []*github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) UpdateRef(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Reference, arg5 bool) (*github.Reference, *github.Response, error)
- func (fake *FakeGitService) UpdateRefArgsForCall(i int) (context.Context, string, string, *github.Reference, bool)
- func (fake *FakeGitService) UpdateRefCallCount() int
- func (fake *FakeGitService) UpdateRefCalls(stub func(context.Context, string, string, *github.Reference, bool) (*github.Reference, *github.Response, error))
- func (fake *FakeGitService) UpdateRefReturns(result1 *github.Reference, result2 *github.Response, result3 error)
- func (fake *FakeGitService) UpdateRefReturnsOnCall(i int, result1 *github.Reference, result2 *github.Response, result3 error)
- type FakeOpenAIBackingClient
- func (fake *FakeOpenAIBackingClient) CreateChatCompletion(arg1 context.Context, arg2 openai.ChatCompletionRequest) (openai.ChatCompletionResponse, error)
- func (fake *FakeOpenAIBackingClient) CreateChatCompletionArgsForCall(i int) (context.Context, openai.ChatCompletionRequest)
- func (fake *FakeOpenAIBackingClient) CreateChatCompletionCallCount() int
- func (fake *FakeOpenAIBackingClient) CreateChatCompletionCalls(stub func(context.Context, openai.ChatCompletionRequest) (openai.ChatCompletionResponse, error))
- func (fake *FakeOpenAIBackingClient) CreateChatCompletionReturns(result1 openai.ChatCompletionResponse, result2 error)
- func (fake *FakeOpenAIBackingClient) CreateChatCompletionReturnsOnCall(i int, result1 openai.ChatCompletionResponse, result2 error)
- func (fake *FakeOpenAIBackingClient) Invocations() map[string][][]interface{}
- type FakePullRequestService
- func (fake *FakePullRequestService) Create(arg1 context.Context, arg2 string, arg3 string, arg4 *github.NewPullRequest) (*github.PullRequest, *github.Response, error)
- func (fake *FakePullRequestService) CreateArgsForCall(i int) (context.Context, string, string, *github.NewPullRequest)
- func (fake *FakePullRequestService) CreateCallCount() int
- func (fake *FakePullRequestService) CreateCalls(stub func(context.Context, string, string, *github.NewPullRequest) (*github.PullRequest, *github.Response, error))
- func (fake *FakePullRequestService) CreateComment(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error)
- func (fake *FakePullRequestService) CreateCommentArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestComment)
- func (fake *FakePullRequestService) CreateCommentCallCount() int
- func (fake *FakePullRequestService) CreateCommentCalls(stub func(context.Context, string, string, int, *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error))
- func (fake *FakePullRequestService) CreateCommentInReplyTo(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 string, arg6 int64) (*github.PullRequestComment, *github.Response, error)
- func (fake *FakePullRequestService) CreateCommentInReplyToArgsForCall(i int) (context.Context, string, string, int, string, int64)
- func (fake *FakePullRequestService) CreateCommentInReplyToCallCount() int
- func (fake *FakePullRequestService) CreateCommentInReplyToCalls(stub func(context.Context, string, string, int, string, int64) (*github.PullRequestComment, *github.Response, error))
- func (fake *FakePullRequestService) CreateCommentInReplyToReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateCommentInReplyToReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateCommentReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateCommentReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) CreateReviewArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestReviewRequest)
- func (fake *FakePullRequestService) CreateReviewCallCount() int
- func (fake *FakePullRequestService) CreateReviewCalls(stub func(context.Context, string, string, int, *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) CreateReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) CreateReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) DeleteComment(arg1 context.Context, arg2 string, arg3 string, arg4 int64) (*github.Response, error)
- func (fake *FakePullRequestService) DeleteCommentArgsForCall(i int) (context.Context, string, string, int64)
- func (fake *FakePullRequestService) DeleteCommentCallCount() int
- func (fake *FakePullRequestService) DeleteCommentCalls(stub func(context.Context, string, string, int64) (*github.Response, error))
- func (fake *FakePullRequestService) DeleteCommentReturns(result1 *github.Response, result2 error)
- func (fake *FakePullRequestService) DeleteCommentReturnsOnCall(i int, result1 *github.Response, result2 error)
- func (fake *FakePullRequestService) DeletePendingReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64) (*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) DeletePendingReviewArgsForCall(i int) (context.Context, string, string, int, int64)
- func (fake *FakePullRequestService) DeletePendingReviewCallCount() int
- func (fake *FakePullRequestService) DeletePendingReviewCalls(stub func(context.Context, string, string, int, int64) (*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) DeletePendingReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) DeletePendingReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) DismissReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) DismissReviewArgsForCall(i int) (context.Context, string, string, int, int64, *github.PullRequestReviewDismissalRequest)
- func (fake *FakePullRequestService) DismissReviewCallCount() int
- func (fake *FakePullRequestService) DismissReviewCalls(stub func(context.Context, string, string, int, int64, *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) DismissReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) DismissReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) Edit(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequest) (*github.PullRequest, *github.Response, error)
- func (fake *FakePullRequestService) EditArgsForCall(i int) (context.Context, string, string, int, *github.PullRequest)
- func (fake *FakePullRequestService) EditCallCount() int
- func (fake *FakePullRequestService) EditCalls(stub func(context.Context, string, string, int, *github.PullRequest) (*github.PullRequest, *github.Response, error))
- func (fake *FakePullRequestService) EditComment(arg1 context.Context, arg2 string, arg3 string, arg4 int64, arg5 *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error)
- func (fake *FakePullRequestService) EditCommentArgsForCall(i int) (context.Context, string, string, int64, *github.PullRequestComment)
- func (fake *FakePullRequestService) EditCommentCallCount() int
- func (fake *FakePullRequestService) EditCommentCalls(stub func(context.Context, string, string, int64, *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error))
- func (fake *FakePullRequestService) EditCommentReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) EditCommentReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) EditReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) EditReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) Get(arg1 context.Context, arg2 string, arg3 string, arg4 int) (*github.PullRequest, *github.Response, error)
- func (fake *FakePullRequestService) GetArgsForCall(i int) (context.Context, string, string, int)
- func (fake *FakePullRequestService) GetCallCount() int
- func (fake *FakePullRequestService) GetCalls(stub func(context.Context, string, string, int) (*github.PullRequest, *github.Response, error))
- func (fake *FakePullRequestService) GetComment(arg1 context.Context, arg2 string, arg3 string, arg4 int64) (*github.PullRequestComment, *github.Response, error)
- func (fake *FakePullRequestService) GetCommentArgsForCall(i int) (context.Context, string, string, int64)
- func (fake *FakePullRequestService) GetCommentCallCount() int
- func (fake *FakePullRequestService) GetCommentCalls(stub func(context.Context, string, string, int64) (*github.PullRequestComment, *github.Response, error))
- func (fake *FakePullRequestService) GetCommentReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetCommentReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetRaw(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 github.RawOptions) (string, *github.Response, error)
- func (fake *FakePullRequestService) GetRawArgsForCall(i int) (context.Context, string, string, int, github.RawOptions)
- func (fake *FakePullRequestService) GetRawCallCount() int
- func (fake *FakePullRequestService) GetRawCalls(stub func(context.Context, string, string, int, github.RawOptions) (string, *github.Response, error))
- func (fake *FakePullRequestService) GetRawReturns(result1 string, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetRawReturnsOnCall(i int, result1 string, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64) (*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) GetReviewArgsForCall(i int) (context.Context, string, string, int, int64)
- func (fake *FakePullRequestService) GetReviewCallCount() int
- func (fake *FakePullRequestService) GetReviewCalls(stub func(context.Context, string, string, int, int64) (*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) GetReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) GetReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) Invocations() map[string][][]interface{}
- func (fake *FakePullRequestService) IsMerged(arg1 context.Context, arg2 string, arg3 string, arg4 int) (bool, *github.Response, error)
- func (fake *FakePullRequestService) IsMergedArgsForCall(i int) (context.Context, string, string, int)
- func (fake *FakePullRequestService) IsMergedCallCount() int
- func (fake *FakePullRequestService) IsMergedCalls(stub func(context.Context, string, string, int) (bool, *github.Response, error))
- func (fake *FakePullRequestService) IsMergedReturns(result1 bool, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) IsMergedReturnsOnCall(i int, result1 bool, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) List(arg1 context.Context, arg2 string, arg3 string, arg4 *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
- func (fake *FakePullRequestService) ListArgsForCall(i int) (context.Context, string, string, *github.PullRequestListOptions)
- func (fake *FakePullRequestService) ListCallCount() int
- func (fake *FakePullRequestService) ListCalls(stub func(context.Context, string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error))
- func (fake *FakePullRequestService) ListComments(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestListCommentsOptions) ([]*github.PullRequestComment, *github.Response, error)
- func (fake *FakePullRequestService) ListCommentsArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestListCommentsOptions)
- func (fake *FakePullRequestService) ListCommentsCallCount() int
- func (fake *FakePullRequestService) ListCommentsCalls(stub func(context.Context, string, string, int, *github.PullRequestListCommentsOptions) ([]*github.PullRequestComment, *github.Response, error))
- func (fake *FakePullRequestService) ListCommentsReturns(result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListCommentsReturnsOnCall(i int, result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListCommits(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) ([]*github.RepositoryCommit, *github.Response, error)
- func (fake *FakePullRequestService) ListCommitsArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
- func (fake *FakePullRequestService) ListCommitsCallCount() int
- func (fake *FakePullRequestService) ListCommitsCalls(stub func(context.Context, string, string, int, *github.ListOptions) ([]*github.RepositoryCommit, *github.Response, error))
- func (fake *FakePullRequestService) ListCommitsReturns(result1 []*github.RepositoryCommit, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListCommitsReturnsOnCall(i int, result1 []*github.RepositoryCommit, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListFiles(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) ([]*github.CommitFile, *github.Response, error)
- func (fake *FakePullRequestService) ListFilesArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
- func (fake *FakePullRequestService) ListFilesCallCount() int
- func (fake *FakePullRequestService) ListFilesCalls(stub func(context.Context, string, string, int, *github.ListOptions) ([]*github.CommitFile, *github.Response, error))
- func (fake *FakePullRequestService) ListFilesReturns(result1 []*github.CommitFile, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListFilesReturnsOnCall(i int, result1 []*github.CommitFile, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListPullRequestsWithCommit(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
- func (fake *FakePullRequestService) ListPullRequestsWithCommitArgsForCall(i int) (context.Context, string, string, string, *github.PullRequestListOptions)
- func (fake *FakePullRequestService) ListPullRequestsWithCommitCallCount() int
- func (fake *FakePullRequestService) ListPullRequestsWithCommitCalls(stub func(context.Context, string, string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error))
- func (fake *FakePullRequestService) ListPullRequestsWithCommitReturns(result1 []*github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListPullRequestsWithCommitReturnsOnCall(i int, result1 []*github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReturns(result1 []*github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReturnsOnCall(i int, result1 []*github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReviewComments(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 *github.ListOptions) ([]*github.PullRequestComment, *github.Response, error)
- func (fake *FakePullRequestService) ListReviewCommentsArgsForCall(i int) (context.Context, string, string, int, int64, *github.ListOptions)
- func (fake *FakePullRequestService) ListReviewCommentsCallCount() int
- func (fake *FakePullRequestService) ListReviewCommentsCalls(stub func(context.Context, string, string, int, int64, *github.ListOptions) ([]*github.PullRequestComment, *github.Response, error))
- func (fake *FakePullRequestService) ListReviewCommentsReturns(result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReviewCommentsReturnsOnCall(i int, result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReviewers(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) (*github.Reviewers, *github.Response, error)
- func (fake *FakePullRequestService) ListReviewersArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
- func (fake *FakePullRequestService) ListReviewersCallCount() int
- func (fake *FakePullRequestService) ListReviewersCalls(stub func(context.Context, string, string, int, *github.ListOptions) (*github.Reviewers, *github.Response, error))
- func (fake *FakePullRequestService) ListReviewersReturns(result1 *github.Reviewers, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReviewersReturnsOnCall(i int, result1 *github.Reviewers, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReviews(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) ([]*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) ListReviewsArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
- func (fake *FakePullRequestService) ListReviewsCallCount() int
- func (fake *FakePullRequestService) ListReviewsCalls(stub func(context.Context, string, string, int, *github.ListOptions) ([]*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) ListReviewsReturns(result1 []*github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) ListReviewsReturnsOnCall(i int, result1 []*github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) Merge(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 string, arg6 *github.PullRequestOptions) (*github.PullRequestMergeResult, *github.Response, error)
- func (fake *FakePullRequestService) MergeArgsForCall(i int) (context.Context, string, string, int, string, *github.PullRequestOptions)
- func (fake *FakePullRequestService) MergeCallCount() int
- func (fake *FakePullRequestService) MergeCalls(stub func(context.Context, string, string, int, string, *github.PullRequestOptions) (*github.PullRequestMergeResult, *github.Response, error))
- func (fake *FakePullRequestService) MergeReturns(result1 *github.PullRequestMergeResult, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) MergeReturnsOnCall(i int, result1 *github.PullRequestMergeResult, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) RemoveReviewers(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 github.ReviewersRequest) (*github.Response, error)
- func (fake *FakePullRequestService) RemoveReviewersArgsForCall(i int) (context.Context, string, string, int, github.ReviewersRequest)
- func (fake *FakePullRequestService) RemoveReviewersCallCount() int
- func (fake *FakePullRequestService) RemoveReviewersCalls(stub func(context.Context, string, string, int, github.ReviewersRequest) (*github.Response, error))
- func (fake *FakePullRequestService) RemoveReviewersReturns(result1 *github.Response, result2 error)
- func (fake *FakePullRequestService) RemoveReviewersReturnsOnCall(i int, result1 *github.Response, result2 error)
- func (fake *FakePullRequestService) RequestReviewers(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 github.ReviewersRequest) (*github.PullRequest, *github.Response, error)
- func (fake *FakePullRequestService) RequestReviewersArgsForCall(i int) (context.Context, string, string, int, github.ReviewersRequest)
- func (fake *FakePullRequestService) RequestReviewersCallCount() int
- func (fake *FakePullRequestService) RequestReviewersCalls(stub func(context.Context, string, string, int, github.ReviewersRequest) (*github.PullRequest, *github.Response, error))
- func (fake *FakePullRequestService) RequestReviewersReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) RequestReviewersReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) SubmitReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) SubmitReviewArgsForCall(i int) (context.Context, string, string, int, int64, *github.PullRequestReviewRequest)
- func (fake *FakePullRequestService) SubmitReviewCallCount() int
- func (fake *FakePullRequestService) SubmitReviewCalls(stub func(context.Context, string, string, int, int64, *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) SubmitReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) SubmitReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) UpdateBranch(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestBranchUpdateOptions) (*github.PullRequestBranchUpdateResponse, *github.Response, error)
- func (fake *FakePullRequestService) UpdateBranchArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestBranchUpdateOptions)
- func (fake *FakePullRequestService) UpdateBranchCallCount() int
- func (fake *FakePullRequestService) UpdateBranchCalls(stub func(context.Context, string, string, int, *github.PullRequestBranchUpdateOptions) (*github.PullRequestBranchUpdateResponse, *github.Response, error))
- func (fake *FakePullRequestService) UpdateBranchReturns(result1 *github.PullRequestBranchUpdateResponse, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) UpdateBranchReturnsOnCall(i int, result1 *github.PullRequestBranchUpdateResponse, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) UpdateReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 string) (*github.PullRequestReview, *github.Response, error)
- func (fake *FakePullRequestService) UpdateReviewArgsForCall(i int) (context.Context, string, string, int, int64, string)
- func (fake *FakePullRequestService) UpdateReviewCallCount() int
- func (fake *FakePullRequestService) UpdateReviewCalls(stub func(context.Context, string, string, int, int64, string) (*github.PullRequestReview, *github.Response, error))
- func (fake *FakePullRequestService) UpdateReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
- func (fake *FakePullRequestService) UpdateReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
type FakeGitService
type FakeGitService struct {
CreateBlobStub func(context.Context, string, string, *github.Blob) (*github.Blob, *github.Response, error)
CreateCommitStub func(context.Context, string, string, *github.Commit) (*github.Commit, *github.Response, error)
CreateRefStub func(context.Context, string, string, *github.Reference) (*github.Reference, *github.Response, error)
CreateTagStub func(context.Context, string, string, *github.Tag) (*github.Tag, *github.Response, error)
CreateTreeStub func(context.Context, string, string, string, []*github.TreeEntry) (*github.Tree, *github.Response, error)
DeleteRefStub func(context.Context, string, string, string) (*github.Response, error)
GetBlobStub func(context.Context, string, string, string) (*github.Blob, *github.Response, error)
GetBlobRawStub func(context.Context, string, string, string) ([]byte, *github.Response, error)
GetCommitStub func(context.Context, string, string, string) (*github.Commit, *github.Response, error)
GetRefStub func(context.Context, string, string, string) (*github.Reference, *github.Response, error)
GetTagStub func(context.Context, string, string, string) (*github.Tag, *github.Response, error)
GetTreeStub func(context.Context, string, string, string, bool) (*github.Tree, *github.Response, error)
ListMatchingRefsStub func(context.Context, string, string, *github.ReferenceListOptions) ([]*github.Reference, *github.Response, error)
UpdateRefStub func(context.Context, string, string, *github.Reference, bool) (*github.Reference, *github.Response, error)
// contains filtered or unexported fields
}
func (*FakeGitService) CreateBlob
func (fake *FakeGitService) CreateBlob(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Blob) (*github.Blob, *github.Response, error)
func (*FakeGitService) CreateBlobArgsForCall
func (fake *FakeGitService) CreateBlobArgsForCall(i int) (context.Context, string, string, *github.Blob)
func (*FakeGitService) CreateBlobCallCount
func (fake *FakeGitService) CreateBlobCallCount() int
func (*FakeGitService) CreateBlobCalls
func (fake *FakeGitService) CreateBlobCalls(stub func(context.Context, string, string, *github.Blob) (*github.Blob, *github.Response, error))
func (*FakeGitService) CreateBlobReturns
func (fake *FakeGitService) CreateBlobReturns(result1 *github.Blob, result2 *github.Response, result3 error)
func (*FakeGitService) CreateBlobReturnsOnCall
func (fake *FakeGitService) CreateBlobReturnsOnCall(i int, result1 *github.Blob, result2 *github.Response, result3 error)
func (*FakeGitService) CreateCommit
func (fake *FakeGitService) CreateCommit(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Commit) (*github.Commit, *github.Response, error)
func (*FakeGitService) CreateCommitArgsForCall
func (fake *FakeGitService) CreateCommitArgsForCall(i int) (context.Context, string, string, *github.Commit)
func (*FakeGitService) CreateCommitCallCount
func (fake *FakeGitService) CreateCommitCallCount() int
func (*FakeGitService) CreateCommitCalls
func (fake *FakeGitService) CreateCommitCalls(stub func(context.Context, string, string, *github.Commit) (*github.Commit, *github.Response, error))
func (*FakeGitService) CreateCommitReturns
func (fake *FakeGitService) CreateCommitReturns(result1 *github.Commit, result2 *github.Response, result3 error)
func (*FakeGitService) CreateCommitReturnsOnCall
func (fake *FakeGitService) CreateCommitReturnsOnCall(i int, result1 *github.Commit, result2 *github.Response, result3 error)
func (*FakeGitService) CreateRef
func (fake *FakeGitService) CreateRef(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Reference) (*github.Reference, *github.Response, error)
func (*FakeGitService) CreateRefArgsForCall
func (fake *FakeGitService) CreateRefArgsForCall(i int) (context.Context, string, string, *github.Reference)
func (*FakeGitService) CreateRefCallCount
func (fake *FakeGitService) CreateRefCallCount() int
func (*FakeGitService) CreateRefCalls
func (fake *FakeGitService) CreateRefCalls(stub func(context.Context, string, string, *github.Reference) (*github.Reference, *github.Response, error))
func (*FakeGitService) CreateRefReturns
func (fake *FakeGitService) CreateRefReturns(result1 *github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) CreateRefReturnsOnCall
func (fake *FakeGitService) CreateRefReturnsOnCall(i int, result1 *github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) CreateTag
func (fake *FakeGitService) CreateTag(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Tag) (*github.Tag, *github.Response, error)
func (*FakeGitService) CreateTagArgsForCall
func (fake *FakeGitService) CreateTagArgsForCall(i int) (context.Context, string, string, *github.Tag)
func (*FakeGitService) CreateTagCallCount
func (fake *FakeGitService) CreateTagCallCount() int
func (*FakeGitService) CreateTagCalls
func (fake *FakeGitService) CreateTagCalls(stub func(context.Context, string, string, *github.Tag) (*github.Tag, *github.Response, error))
func (*FakeGitService) CreateTagReturns
func (fake *FakeGitService) CreateTagReturns(result1 *github.Tag, result2 *github.Response, result3 error)
func (*FakeGitService) CreateTagReturnsOnCall
func (fake *FakeGitService) CreateTagReturnsOnCall(i int, result1 *github.Tag, result2 *github.Response, result3 error)
func (*FakeGitService) CreateTree
func (fake *FakeGitService) CreateTree(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 []*github.TreeEntry) (*github.Tree, *github.Response, error)
func (*FakeGitService) CreateTreeArgsForCall
func (fake *FakeGitService) CreateTreeArgsForCall(i int) (context.Context, string, string, string, []*github.TreeEntry)
func (*FakeGitService) CreateTreeCallCount
func (fake *FakeGitService) CreateTreeCallCount() int
func (*FakeGitService) CreateTreeCalls
func (fake *FakeGitService) CreateTreeCalls(stub func(context.Context, string, string, string, []*github.TreeEntry) (*github.Tree, *github.Response, error))
func (*FakeGitService) CreateTreeReturns
func (fake *FakeGitService) CreateTreeReturns(result1 *github.Tree, result2 *github.Response, result3 error)
func (*FakeGitService) CreateTreeReturnsOnCall
func (fake *FakeGitService) CreateTreeReturnsOnCall(i int, result1 *github.Tree, result2 *github.Response, result3 error)
func (*FakeGitService) DeleteRef
func (fake *FakeGitService) DeleteRef(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Response, error)
func (*FakeGitService) DeleteRefArgsForCall
func (fake *FakeGitService) DeleteRefArgsForCall(i int) (context.Context, string, string, string)
func (*FakeGitService) DeleteRefCallCount
func (fake *FakeGitService) DeleteRefCallCount() int
func (*FakeGitService) DeleteRefCalls
func (fake *FakeGitService) DeleteRefCalls(stub func(context.Context, string, string, string) (*github.Response, error))
func (*FakeGitService) DeleteRefReturns
func (fake *FakeGitService) DeleteRefReturns(result1 *github.Response, result2 error)
func (*FakeGitService) DeleteRefReturnsOnCall
func (fake *FakeGitService) DeleteRefReturnsOnCall(i int, result1 *github.Response, result2 error)
func (*FakeGitService) GetBlob
func (fake *FakeGitService) GetBlob(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Blob, *github.Response, error)
func (*FakeGitService) GetBlobArgsForCall
func (fake *FakeGitService) GetBlobArgsForCall(i int) (context.Context, string, string, string)
func (*FakeGitService) GetBlobCallCount
func (fake *FakeGitService) GetBlobCallCount() int
func (*FakeGitService) GetBlobCalls
func (fake *FakeGitService) GetBlobCalls(stub func(context.Context, string, string, string) (*github.Blob, *github.Response, error))
func (*FakeGitService) GetBlobRaw
func (fake *FakeGitService) GetBlobRaw(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]byte, *github.Response, error)
func (*FakeGitService) GetBlobRawArgsForCall
func (fake *FakeGitService) GetBlobRawArgsForCall(i int) (context.Context, string, string, string)
func (*FakeGitService) GetBlobRawCallCount
func (fake *FakeGitService) GetBlobRawCallCount() int
func (*FakeGitService) GetBlobRawCalls
func (fake *FakeGitService) GetBlobRawCalls(stub func(context.Context, string, string, string) ([]byte, *github.Response, error))
func (*FakeGitService) GetBlobRawReturns
func (fake *FakeGitService) GetBlobRawReturns(result1 []byte, result2 *github.Response, result3 error)
func (*FakeGitService) GetBlobRawReturnsOnCall
func (fake *FakeGitService) GetBlobRawReturnsOnCall(i int, result1 []byte, result2 *github.Response, result3 error)
func (*FakeGitService) GetBlobReturns
func (fake *FakeGitService) GetBlobReturns(result1 *github.Blob, result2 *github.Response, result3 error)
func (*FakeGitService) GetBlobReturnsOnCall
func (fake *FakeGitService) GetBlobReturnsOnCall(i int, result1 *github.Blob, result2 *github.Response, result3 error)
func (*FakeGitService) GetCommit
func (fake *FakeGitService) GetCommit(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Commit, *github.Response, error)
func (*FakeGitService) GetCommitArgsForCall
func (fake *FakeGitService) GetCommitArgsForCall(i int) (context.Context, string, string, string)
func (*FakeGitService) GetCommitCallCount
func (fake *FakeGitService) GetCommitCallCount() int
func (*FakeGitService) GetCommitCalls
func (fake *FakeGitService) GetCommitCalls(stub func(context.Context, string, string, string) (*github.Commit, *github.Response, error))
func (*FakeGitService) GetCommitReturns
func (fake *FakeGitService) GetCommitReturns(result1 *github.Commit, result2 *github.Response, result3 error)
func (*FakeGitService) GetCommitReturnsOnCall
func (fake *FakeGitService) GetCommitReturnsOnCall(i int, result1 *github.Commit, result2 *github.Response, result3 error)
func (*FakeGitService) GetRef
func (fake *FakeGitService) GetRef(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Reference, *github.Response, error)
func (*FakeGitService) GetRefArgsForCall
func (fake *FakeGitService) GetRefArgsForCall(i int) (context.Context, string, string, string)
func (*FakeGitService) GetRefCallCount
func (fake *FakeGitService) GetRefCallCount() int
func (*FakeGitService) GetRefCalls
func (fake *FakeGitService) GetRefCalls(stub func(context.Context, string, string, string) (*github.Reference, *github.Response, error))
func (*FakeGitService) GetRefReturns
func (fake *FakeGitService) GetRefReturns(result1 *github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) GetRefReturnsOnCall
func (fake *FakeGitService) GetRefReturnsOnCall(i int, result1 *github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) GetTag
func (fake *FakeGitService) GetTag(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*github.Tag, *github.Response, error)
func (*FakeGitService) GetTagArgsForCall
func (fake *FakeGitService) GetTagArgsForCall(i int) (context.Context, string, string, string)
func (*FakeGitService) GetTagCallCount
func (fake *FakeGitService) GetTagCallCount() int
func (*FakeGitService) GetTagCalls
func (fake *FakeGitService) GetTagCalls(stub func(context.Context, string, string, string) (*github.Tag, *github.Response, error))
func (*FakeGitService) GetTagReturns
func (fake *FakeGitService) GetTagReturns(result1 *github.Tag, result2 *github.Response, result3 error)
func (*FakeGitService) GetTagReturnsOnCall
func (fake *FakeGitService) GetTagReturnsOnCall(i int, result1 *github.Tag, result2 *github.Response, result3 error)
func (*FakeGitService) GetTree
func (fake *FakeGitService) GetTree(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 bool) (*github.Tree, *github.Response, error)
func (*FakeGitService) GetTreeArgsForCall
func (fake *FakeGitService) GetTreeArgsForCall(i int) (context.Context, string, string, string, bool)
func (*FakeGitService) GetTreeCallCount
func (fake *FakeGitService) GetTreeCallCount() int
func (*FakeGitService) GetTreeCalls
func (fake *FakeGitService) GetTreeCalls(stub func(context.Context, string, string, string, bool) (*github.Tree, *github.Response, error))
func (*FakeGitService) GetTreeReturns
func (fake *FakeGitService) GetTreeReturns(result1 *github.Tree, result2 *github.Response, result3 error)
func (*FakeGitService) GetTreeReturnsOnCall
func (fake *FakeGitService) GetTreeReturnsOnCall(i int, result1 *github.Tree, result2 *github.Response, result3 error)
func (*FakeGitService) Invocations
func (fake *FakeGitService) Invocations() map[string][][]interface{}
func (*FakeGitService) ListMatchingRefs
func (fake *FakeGitService) ListMatchingRefs(arg1 context.Context, arg2 string, arg3 string, arg4 *github.ReferenceListOptions) ([]*github.Reference, *github.Response, error)
func (*FakeGitService) ListMatchingRefsArgsForCall
func (fake *FakeGitService) ListMatchingRefsArgsForCall(i int) (context.Context, string, string, *github.ReferenceListOptions)
func (*FakeGitService) ListMatchingRefsCallCount
func (fake *FakeGitService) ListMatchingRefsCallCount() int
func (*FakeGitService) ListMatchingRefsCalls
func (fake *FakeGitService) ListMatchingRefsCalls(stub func(context.Context, string, string, *github.ReferenceListOptions) ([]*github.Reference, *github.Response, error))
func (*FakeGitService) ListMatchingRefsReturns
func (fake *FakeGitService) ListMatchingRefsReturns(result1 []*github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) ListMatchingRefsReturnsOnCall
func (fake *FakeGitService) ListMatchingRefsReturnsOnCall(i int, result1 []*github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) UpdateRef
func (fake *FakeGitService) UpdateRef(arg1 context.Context, arg2 string, arg3 string, arg4 *github.Reference, arg5 bool) (*github.Reference, *github.Response, error)
func (*FakeGitService) UpdateRefArgsForCall
func (fake *FakeGitService) UpdateRefArgsForCall(i int) (context.Context, string, string, *github.Reference, bool)
func (*FakeGitService) UpdateRefCallCount
func (fake *FakeGitService) UpdateRefCallCount() int
func (*FakeGitService) UpdateRefCalls
func (fake *FakeGitService) UpdateRefCalls(stub func(context.Context, string, string, *github.Reference, bool) (*github.Reference, *github.Response, error))
func (*FakeGitService) UpdateRefReturns
func (fake *FakeGitService) UpdateRefReturns(result1 *github.Reference, result2 *github.Response, result3 error)
func (*FakeGitService) UpdateRefReturnsOnCall
func (fake *FakeGitService) UpdateRefReturnsOnCall(i int, result1 *github.Reference, result2 *github.Response, result3 error)
type FakeOpenAIBackingClient
type FakeOpenAIBackingClient struct {
CreateChatCompletionStub func(context.Context, openai.ChatCompletionRequest) (openai.ChatCompletionResponse, error)
// contains filtered or unexported fields
}
func (*FakeOpenAIBackingClient) CreateChatCompletion
func (fake *FakeOpenAIBackingClient) CreateChatCompletion(arg1 context.Context, arg2 openai.ChatCompletionRequest) (openai.ChatCompletionResponse, error)
func (*FakeOpenAIBackingClient) CreateChatCompletionArgsForCall
func (fake *FakeOpenAIBackingClient) CreateChatCompletionArgsForCall(i int) (context.Context, openai.ChatCompletionRequest)
func (*FakeOpenAIBackingClient) CreateChatCompletionCallCount
func (fake *FakeOpenAIBackingClient) CreateChatCompletionCallCount() int
func (*FakeOpenAIBackingClient) CreateChatCompletionCalls
func (fake *FakeOpenAIBackingClient) CreateChatCompletionCalls(stub func(context.Context, openai.ChatCompletionRequest) (openai.ChatCompletionResponse, error))
func (*FakeOpenAIBackingClient) CreateChatCompletionReturns
func (fake *FakeOpenAIBackingClient) CreateChatCompletionReturns(result1 openai.ChatCompletionResponse, result2 error)
func (*FakeOpenAIBackingClient) CreateChatCompletionReturnsOnCall
func (fake *FakeOpenAIBackingClient) CreateChatCompletionReturnsOnCall(i int, result1 openai.ChatCompletionResponse, result2 error)
func (*FakeOpenAIBackingClient) Invocations
func (fake *FakeOpenAIBackingClient) Invocations() map[string][][]interface{}
type FakePullRequestService
type FakePullRequestService struct {
CreateStub func(context.Context, string, string, *github.NewPullRequest) (*github.PullRequest, *github.Response, error)
CreateCommentStub func(context.Context, string, string, int, *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error)
CreateCommentInReplyToStub func(context.Context, string, string, int, string, int64) (*github.PullRequestComment, *github.Response, error)
CreateReviewStub func(context.Context, string, string, int, *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error)
DeleteCommentStub func(context.Context, string, string, int64) (*github.Response, error)
DeletePendingReviewStub func(context.Context, string, string, int, int64) (*github.PullRequestReview, *github.Response, error)
DismissReviewStub func(context.Context, string, string, int, int64, *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, *github.Response, error)
EditStub func(context.Context, string, string, int, *github.PullRequest) (*github.PullRequest, *github.Response, error)
EditCommentStub func(context.Context, string, string, int64, *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error)
GetStub func(context.Context, string, string, int) (*github.PullRequest, *github.Response, error)
GetCommentStub func(context.Context, string, string, int64) (*github.PullRequestComment, *github.Response, error)
GetRawStub func(context.Context, string, string, int, github.RawOptions) (string, *github.Response, error)
GetReviewStub func(context.Context, string, string, int, int64) (*github.PullRequestReview, *github.Response, error)
IsMergedStub func(context.Context, string, string, int) (bool, *github.Response, error)
ListStub func(context.Context, string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
ListCommentsStub func(context.Context, string, string, int, *github.PullRequestListCommentsOptions) ([]*github.PullRequestComment, *github.Response, error)
ListCommitsStub func(context.Context, string, string, int, *github.ListOptions) ([]*github.RepositoryCommit, *github.Response, error)
ListFilesStub func(context.Context, string, string, int, *github.ListOptions) ([]*github.CommitFile, *github.Response, error)
ListPullRequestsWithCommitStub func(context.Context, string, string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
ListReviewCommentsStub func(context.Context, string, string, int, int64, *github.ListOptions) ([]*github.PullRequestComment, *github.Response, error)
ListReviewersStub func(context.Context, string, string, int, *github.ListOptions) (*github.Reviewers, *github.Response, error)
ListReviewsStub func(context.Context, string, string, int, *github.ListOptions) ([]*github.PullRequestReview, *github.Response, error)
MergeStub func(context.Context, string, string, int, string, *github.PullRequestOptions) (*github.PullRequestMergeResult, *github.Response, error)
RemoveReviewersStub func(context.Context, string, string, int, github.ReviewersRequest) (*github.Response, error)
RequestReviewersStub func(context.Context, string, string, int, github.ReviewersRequest) (*github.PullRequest, *github.Response, error)
SubmitReviewStub func(context.Context, string, string, int, int64, *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error)
UpdateBranchStub func(context.Context, string, string, int, *github.PullRequestBranchUpdateOptions) (*github.PullRequestBranchUpdateResponse, *github.Response, error)
UpdateReviewStub func(context.Context, string, string, int, int64, string) (*github.PullRequestReview, *github.Response, error)
// contains filtered or unexported fields
}
func (*FakePullRequestService) Create
func (fake *FakePullRequestService) Create(arg1 context.Context, arg2 string, arg3 string, arg4 *github.NewPullRequest) (*github.PullRequest, *github.Response, error)
func (*FakePullRequestService) CreateArgsForCall
func (fake *FakePullRequestService) CreateArgsForCall(i int) (context.Context, string, string, *github.NewPullRequest)
func (*FakePullRequestService) CreateCallCount
func (fake *FakePullRequestService) CreateCallCount() int
func (*FakePullRequestService) CreateCalls
func (fake *FakePullRequestService) CreateCalls(stub func(context.Context, string, string, *github.NewPullRequest) (*github.PullRequest, *github.Response, error))
func (*FakePullRequestService) CreateComment
func (fake *FakePullRequestService) CreateComment(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error)
func (*FakePullRequestService) CreateCommentArgsForCall
func (fake *FakePullRequestService) CreateCommentArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestComment)
func (*FakePullRequestService) CreateCommentCallCount
func (fake *FakePullRequestService) CreateCommentCallCount() int
func (*FakePullRequestService) CreateCommentCalls
func (fake *FakePullRequestService) CreateCommentCalls(stub func(context.Context, string, string, int, *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error))
func (*FakePullRequestService) CreateCommentInReplyTo
func (fake *FakePullRequestService) CreateCommentInReplyTo(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 string, arg6 int64) (*github.PullRequestComment, *github.Response, error)
func (*FakePullRequestService) CreateCommentInReplyToArgsForCall
func (fake *FakePullRequestService) CreateCommentInReplyToArgsForCall(i int) (context.Context, string, string, int, string, int64)
func (*FakePullRequestService) CreateCommentInReplyToCallCount
func (fake *FakePullRequestService) CreateCommentInReplyToCallCount() int
func (*FakePullRequestService) CreateCommentInReplyToCalls
func (fake *FakePullRequestService) CreateCommentInReplyToCalls(stub func(context.Context, string, string, int, string, int64) (*github.PullRequestComment, *github.Response, error))
func (*FakePullRequestService) CreateCommentInReplyToReturns
func (fake *FakePullRequestService) CreateCommentInReplyToReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateCommentInReplyToReturnsOnCall
func (fake *FakePullRequestService) CreateCommentInReplyToReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateCommentReturns
func (fake *FakePullRequestService) CreateCommentReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateCommentReturnsOnCall
func (fake *FakePullRequestService) CreateCommentReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateReturns
func (fake *FakePullRequestService) CreateReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateReturnsOnCall
func (fake *FakePullRequestService) CreateReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateReview
func (fake *FakePullRequestService) CreateReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) CreateReviewArgsForCall
func (fake *FakePullRequestService) CreateReviewArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestReviewRequest)
func (*FakePullRequestService) CreateReviewCallCount
func (fake *FakePullRequestService) CreateReviewCallCount() int
func (*FakePullRequestService) CreateReviewCalls
func (fake *FakePullRequestService) CreateReviewCalls(stub func(context.Context, string, string, int, *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) CreateReviewReturns
func (fake *FakePullRequestService) CreateReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) CreateReviewReturnsOnCall
func (fake *FakePullRequestService) CreateReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) DeleteComment
func (fake *FakePullRequestService) DeleteComment(arg1 context.Context, arg2 string, arg3 string, arg4 int64) (*github.Response, error)
func (*FakePullRequestService) DeleteCommentArgsForCall
func (fake *FakePullRequestService) DeleteCommentArgsForCall(i int) (context.Context, string, string, int64)
func (*FakePullRequestService) DeleteCommentCallCount
func (fake *FakePullRequestService) DeleteCommentCallCount() int
func (*FakePullRequestService) DeleteCommentCalls
func (fake *FakePullRequestService) DeleteCommentCalls(stub func(context.Context, string, string, int64) (*github.Response, error))
func (*FakePullRequestService) DeleteCommentReturns
func (fake *FakePullRequestService) DeleteCommentReturns(result1 *github.Response, result2 error)
func (*FakePullRequestService) DeleteCommentReturnsOnCall
func (fake *FakePullRequestService) DeleteCommentReturnsOnCall(i int, result1 *github.Response, result2 error)
func (*FakePullRequestService) DeletePendingReview
func (fake *FakePullRequestService) DeletePendingReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64) (*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) DeletePendingReviewArgsForCall
func (fake *FakePullRequestService) DeletePendingReviewArgsForCall(i int) (context.Context, string, string, int, int64)
func (*FakePullRequestService) DeletePendingReviewCallCount
func (fake *FakePullRequestService) DeletePendingReviewCallCount() int
func (*FakePullRequestService) DeletePendingReviewCalls
func (fake *FakePullRequestService) DeletePendingReviewCalls(stub func(context.Context, string, string, int, int64) (*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) DeletePendingReviewReturns
func (fake *FakePullRequestService) DeletePendingReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) DeletePendingReviewReturnsOnCall
func (fake *FakePullRequestService) DeletePendingReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) DismissReview
func (fake *FakePullRequestService) DismissReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) DismissReviewArgsForCall
func (fake *FakePullRequestService) DismissReviewArgsForCall(i int) (context.Context, string, string, int, int64, *github.PullRequestReviewDismissalRequest)
func (*FakePullRequestService) DismissReviewCallCount
func (fake *FakePullRequestService) DismissReviewCallCount() int
func (*FakePullRequestService) DismissReviewCalls
func (fake *FakePullRequestService) DismissReviewCalls(stub func(context.Context, string, string, int, int64, *github.PullRequestReviewDismissalRequest) (*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) DismissReviewReturns
func (fake *FakePullRequestService) DismissReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) DismissReviewReturnsOnCall
func (fake *FakePullRequestService) DismissReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) Edit
func (fake *FakePullRequestService) Edit(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequest) (*github.PullRequest, *github.Response, error)
func (*FakePullRequestService) EditArgsForCall
func (fake *FakePullRequestService) EditArgsForCall(i int) (context.Context, string, string, int, *github.PullRequest)
func (*FakePullRequestService) EditCallCount
func (fake *FakePullRequestService) EditCallCount() int
func (*FakePullRequestService) EditCalls
func (fake *FakePullRequestService) EditCalls(stub func(context.Context, string, string, int, *github.PullRequest) (*github.PullRequest, *github.Response, error))
func (*FakePullRequestService) EditComment
func (fake *FakePullRequestService) EditComment(arg1 context.Context, arg2 string, arg3 string, arg4 int64, arg5 *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error)
func (*FakePullRequestService) EditCommentArgsForCall
func (fake *FakePullRequestService) EditCommentArgsForCall(i int) (context.Context, string, string, int64, *github.PullRequestComment)
func (*FakePullRequestService) EditCommentCallCount
func (fake *FakePullRequestService) EditCommentCallCount() int
func (*FakePullRequestService) EditCommentCalls
func (fake *FakePullRequestService) EditCommentCalls(stub func(context.Context, string, string, int64, *github.PullRequestComment) (*github.PullRequestComment, *github.Response, error))
func (*FakePullRequestService) EditCommentReturns
func (fake *FakePullRequestService) EditCommentReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) EditCommentReturnsOnCall
func (fake *FakePullRequestService) EditCommentReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) EditReturns
func (fake *FakePullRequestService) EditReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) EditReturnsOnCall
func (fake *FakePullRequestService) EditReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) Get
func (fake *FakePullRequestService) Get(arg1 context.Context, arg2 string, arg3 string, arg4 int) (*github.PullRequest, *github.Response, error)
func (*FakePullRequestService) GetArgsForCall
func (fake *FakePullRequestService) GetArgsForCall(i int) (context.Context, string, string, int)
func (*FakePullRequestService) GetCallCount
func (fake *FakePullRequestService) GetCallCount() int
func (*FakePullRequestService) GetCalls
func (fake *FakePullRequestService) GetCalls(stub func(context.Context, string, string, int) (*github.PullRequest, *github.Response, error))
func (*FakePullRequestService) GetComment
func (fake *FakePullRequestService) GetComment(arg1 context.Context, arg2 string, arg3 string, arg4 int64) (*github.PullRequestComment, *github.Response, error)
func (*FakePullRequestService) GetCommentArgsForCall
func (fake *FakePullRequestService) GetCommentArgsForCall(i int) (context.Context, string, string, int64)
func (*FakePullRequestService) GetCommentCallCount
func (fake *FakePullRequestService) GetCommentCallCount() int
func (*FakePullRequestService) GetCommentCalls
func (fake *FakePullRequestService) GetCommentCalls(stub func(context.Context, string, string, int64) (*github.PullRequestComment, *github.Response, error))
func (*FakePullRequestService) GetCommentReturns
func (fake *FakePullRequestService) GetCommentReturns(result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetCommentReturnsOnCall
func (fake *FakePullRequestService) GetCommentReturnsOnCall(i int, result1 *github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetRaw
func (fake *FakePullRequestService) GetRaw(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 github.RawOptions) (string, *github.Response, error)
func (*FakePullRequestService) GetRawArgsForCall
func (fake *FakePullRequestService) GetRawArgsForCall(i int) (context.Context, string, string, int, github.RawOptions)
func (*FakePullRequestService) GetRawCallCount
func (fake *FakePullRequestService) GetRawCallCount() int
func (*FakePullRequestService) GetRawCalls
func (fake *FakePullRequestService) GetRawCalls(stub func(context.Context, string, string, int, github.RawOptions) (string, *github.Response, error))
func (*FakePullRequestService) GetRawReturns
func (fake *FakePullRequestService) GetRawReturns(result1 string, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetRawReturnsOnCall
func (fake *FakePullRequestService) GetRawReturnsOnCall(i int, result1 string, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetReturns
func (fake *FakePullRequestService) GetReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetReturnsOnCall
func (fake *FakePullRequestService) GetReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetReview
func (fake *FakePullRequestService) GetReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64) (*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) GetReviewArgsForCall
func (fake *FakePullRequestService) GetReviewArgsForCall(i int) (context.Context, string, string, int, int64)
func (*FakePullRequestService) GetReviewCallCount
func (fake *FakePullRequestService) GetReviewCallCount() int
func (*FakePullRequestService) GetReviewCalls
func (fake *FakePullRequestService) GetReviewCalls(stub func(context.Context, string, string, int, int64) (*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) GetReviewReturns
func (fake *FakePullRequestService) GetReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) GetReviewReturnsOnCall
func (fake *FakePullRequestService) GetReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) Invocations
func (fake *FakePullRequestService) Invocations() map[string][][]interface{}
func (*FakePullRequestService) IsMerged
func (fake *FakePullRequestService) IsMerged(arg1 context.Context, arg2 string, arg3 string, arg4 int) (bool, *github.Response, error)
func (*FakePullRequestService) IsMergedArgsForCall
func (fake *FakePullRequestService) IsMergedArgsForCall(i int) (context.Context, string, string, int)
func (*FakePullRequestService) IsMergedCallCount
func (fake *FakePullRequestService) IsMergedCallCount() int
func (*FakePullRequestService) IsMergedCalls
func (fake *FakePullRequestService) IsMergedCalls(stub func(context.Context, string, string, int) (bool, *github.Response, error))
func (*FakePullRequestService) IsMergedReturns
func (fake *FakePullRequestService) IsMergedReturns(result1 bool, result2 *github.Response, result3 error)
func (*FakePullRequestService) IsMergedReturnsOnCall
func (fake *FakePullRequestService) IsMergedReturnsOnCall(i int, result1 bool, result2 *github.Response, result3 error)
func (*FakePullRequestService) List
func (fake *FakePullRequestService) List(arg1 context.Context, arg2 string, arg3 string, arg4 *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
func (*FakePullRequestService) ListArgsForCall
func (fake *FakePullRequestService) ListArgsForCall(i int) (context.Context, string, string, *github.PullRequestListOptions)
func (*FakePullRequestService) ListCallCount
func (fake *FakePullRequestService) ListCallCount() int
func (*FakePullRequestService) ListCalls
func (fake *FakePullRequestService) ListCalls(stub func(context.Context, string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error))
func (*FakePullRequestService) ListComments
func (fake *FakePullRequestService) ListComments(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestListCommentsOptions) ([]*github.PullRequestComment, *github.Response, error)
func (*FakePullRequestService) ListCommentsArgsForCall
func (fake *FakePullRequestService) ListCommentsArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestListCommentsOptions)
func (*FakePullRequestService) ListCommentsCallCount
func (fake *FakePullRequestService) ListCommentsCallCount() int
func (*FakePullRequestService) ListCommentsCalls
func (fake *FakePullRequestService) ListCommentsCalls(stub func(context.Context, string, string, int, *github.PullRequestListCommentsOptions) ([]*github.PullRequestComment, *github.Response, error))
func (*FakePullRequestService) ListCommentsReturns
func (fake *FakePullRequestService) ListCommentsReturns(result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListCommentsReturnsOnCall
func (fake *FakePullRequestService) ListCommentsReturnsOnCall(i int, result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListCommits
func (fake *FakePullRequestService) ListCommits(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) ([]*github.RepositoryCommit, *github.Response, error)
func (*FakePullRequestService) ListCommitsArgsForCall
func (fake *FakePullRequestService) ListCommitsArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
func (*FakePullRequestService) ListCommitsCallCount
func (fake *FakePullRequestService) ListCommitsCallCount() int
func (*FakePullRequestService) ListCommitsCalls
func (fake *FakePullRequestService) ListCommitsCalls(stub func(context.Context, string, string, int, *github.ListOptions) ([]*github.RepositoryCommit, *github.Response, error))
func (*FakePullRequestService) ListCommitsReturns
func (fake *FakePullRequestService) ListCommitsReturns(result1 []*github.RepositoryCommit, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListCommitsReturnsOnCall
func (fake *FakePullRequestService) ListCommitsReturnsOnCall(i int, result1 []*github.RepositoryCommit, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListFiles
func (fake *FakePullRequestService) ListFiles(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) ([]*github.CommitFile, *github.Response, error)
func (*FakePullRequestService) ListFilesArgsForCall
func (fake *FakePullRequestService) ListFilesArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
func (*FakePullRequestService) ListFilesCallCount
func (fake *FakePullRequestService) ListFilesCallCount() int
func (*FakePullRequestService) ListFilesCalls
func (fake *FakePullRequestService) ListFilesCalls(stub func(context.Context, string, string, int, *github.ListOptions) ([]*github.CommitFile, *github.Response, error))
func (*FakePullRequestService) ListFilesReturns
func (fake *FakePullRequestService) ListFilesReturns(result1 []*github.CommitFile, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListFilesReturnsOnCall
func (fake *FakePullRequestService) ListFilesReturnsOnCall(i int, result1 []*github.CommitFile, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListPullRequestsWithCommit
func (fake *FakePullRequestService) ListPullRequestsWithCommit(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
func (*FakePullRequestService) ListPullRequestsWithCommitArgsForCall
func (fake *FakePullRequestService) ListPullRequestsWithCommitArgsForCall(i int) (context.Context, string, string, string, *github.PullRequestListOptions)
func (*FakePullRequestService) ListPullRequestsWithCommitCallCount
func (fake *FakePullRequestService) ListPullRequestsWithCommitCallCount() int
func (*FakePullRequestService) ListPullRequestsWithCommitCalls
func (fake *FakePullRequestService) ListPullRequestsWithCommitCalls(stub func(context.Context, string, string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error))
func (*FakePullRequestService) ListPullRequestsWithCommitReturns
func (fake *FakePullRequestService) ListPullRequestsWithCommitReturns(result1 []*github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListPullRequestsWithCommitReturnsOnCall
func (fake *FakePullRequestService) ListPullRequestsWithCommitReturnsOnCall(i int, result1 []*github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReturns
func (fake *FakePullRequestService) ListReturns(result1 []*github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReturnsOnCall
func (fake *FakePullRequestService) ListReturnsOnCall(i int, result1 []*github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReviewComments
func (fake *FakePullRequestService) ListReviewComments(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 *github.ListOptions) ([]*github.PullRequestComment, *github.Response, error)
func (*FakePullRequestService) ListReviewCommentsArgsForCall
func (fake *FakePullRequestService) ListReviewCommentsArgsForCall(i int) (context.Context, string, string, int, int64, *github.ListOptions)
func (*FakePullRequestService) ListReviewCommentsCallCount
func (fake *FakePullRequestService) ListReviewCommentsCallCount() int
func (*FakePullRequestService) ListReviewCommentsCalls
func (fake *FakePullRequestService) ListReviewCommentsCalls(stub func(context.Context, string, string, int, int64, *github.ListOptions) ([]*github.PullRequestComment, *github.Response, error))
func (*FakePullRequestService) ListReviewCommentsReturns
func (fake *FakePullRequestService) ListReviewCommentsReturns(result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReviewCommentsReturnsOnCall
func (fake *FakePullRequestService) ListReviewCommentsReturnsOnCall(i int, result1 []*github.PullRequestComment, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReviewers
func (fake *FakePullRequestService) ListReviewers(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) (*github.Reviewers, *github.Response, error)
func (*FakePullRequestService) ListReviewersArgsForCall
func (fake *FakePullRequestService) ListReviewersArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
func (*FakePullRequestService) ListReviewersCallCount
func (fake *FakePullRequestService) ListReviewersCallCount() int
func (*FakePullRequestService) ListReviewersCalls
func (fake *FakePullRequestService) ListReviewersCalls(stub func(context.Context, string, string, int, *github.ListOptions) (*github.Reviewers, *github.Response, error))
func (*FakePullRequestService) ListReviewersReturns
func (fake *FakePullRequestService) ListReviewersReturns(result1 *github.Reviewers, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReviewersReturnsOnCall
func (fake *FakePullRequestService) ListReviewersReturnsOnCall(i int, result1 *github.Reviewers, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReviews
func (fake *FakePullRequestService) ListReviews(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.ListOptions) ([]*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) ListReviewsArgsForCall
func (fake *FakePullRequestService) ListReviewsArgsForCall(i int) (context.Context, string, string, int, *github.ListOptions)
func (*FakePullRequestService) ListReviewsCallCount
func (fake *FakePullRequestService) ListReviewsCallCount() int
func (*FakePullRequestService) ListReviewsCalls
func (fake *FakePullRequestService) ListReviewsCalls(stub func(context.Context, string, string, int, *github.ListOptions) ([]*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) ListReviewsReturns
func (fake *FakePullRequestService) ListReviewsReturns(result1 []*github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) ListReviewsReturnsOnCall
func (fake *FakePullRequestService) ListReviewsReturnsOnCall(i int, result1 []*github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) Merge
func (fake *FakePullRequestService) Merge(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 string, arg6 *github.PullRequestOptions) (*github.PullRequestMergeResult, *github.Response, error)
func (*FakePullRequestService) MergeArgsForCall
func (fake *FakePullRequestService) MergeArgsForCall(i int) (context.Context, string, string, int, string, *github.PullRequestOptions)
func (*FakePullRequestService) MergeCallCount
func (fake *FakePullRequestService) MergeCallCount() int
func (*FakePullRequestService) MergeCalls
func (fake *FakePullRequestService) MergeCalls(stub func(context.Context, string, string, int, string, *github.PullRequestOptions) (*github.PullRequestMergeResult, *github.Response, error))
func (*FakePullRequestService) MergeReturns
func (fake *FakePullRequestService) MergeReturns(result1 *github.PullRequestMergeResult, result2 *github.Response, result3 error)
func (*FakePullRequestService) MergeReturnsOnCall
func (fake *FakePullRequestService) MergeReturnsOnCall(i int, result1 *github.PullRequestMergeResult, result2 *github.Response, result3 error)
func (*FakePullRequestService) RemoveReviewers
func (fake *FakePullRequestService) RemoveReviewers(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 github.ReviewersRequest) (*github.Response, error)
func (*FakePullRequestService) RemoveReviewersArgsForCall
func (fake *FakePullRequestService) RemoveReviewersArgsForCall(i int) (context.Context, string, string, int, github.ReviewersRequest)
func (*FakePullRequestService) RemoveReviewersCallCount
func (fake *FakePullRequestService) RemoveReviewersCallCount() int
func (*FakePullRequestService) RemoveReviewersCalls
func (fake *FakePullRequestService) RemoveReviewersCalls(stub func(context.Context, string, string, int, github.ReviewersRequest) (*github.Response, error))
func (*FakePullRequestService) RemoveReviewersReturns
func (fake *FakePullRequestService) RemoveReviewersReturns(result1 *github.Response, result2 error)
func (*FakePullRequestService) RemoveReviewersReturnsOnCall
func (fake *FakePullRequestService) RemoveReviewersReturnsOnCall(i int, result1 *github.Response, result2 error)
func (*FakePullRequestService) RequestReviewers
func (fake *FakePullRequestService) RequestReviewers(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 github.ReviewersRequest) (*github.PullRequest, *github.Response, error)
func (*FakePullRequestService) RequestReviewersArgsForCall
func (fake *FakePullRequestService) RequestReviewersArgsForCall(i int) (context.Context, string, string, int, github.ReviewersRequest)
func (*FakePullRequestService) RequestReviewersCallCount
func (fake *FakePullRequestService) RequestReviewersCallCount() int
func (*FakePullRequestService) RequestReviewersCalls
func (fake *FakePullRequestService) RequestReviewersCalls(stub func(context.Context, string, string, int, github.ReviewersRequest) (*github.PullRequest, *github.Response, error))
func (*FakePullRequestService) RequestReviewersReturns
func (fake *FakePullRequestService) RequestReviewersReturns(result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) RequestReviewersReturnsOnCall
func (fake *FakePullRequestService) RequestReviewersReturnsOnCall(i int, result1 *github.PullRequest, result2 *github.Response, result3 error)
func (*FakePullRequestService) SubmitReview
func (fake *FakePullRequestService) SubmitReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) SubmitReviewArgsForCall
func (fake *FakePullRequestService) SubmitReviewArgsForCall(i int) (context.Context, string, string, int, int64, *github.PullRequestReviewRequest)
func (*FakePullRequestService) SubmitReviewCallCount
func (fake *FakePullRequestService) SubmitReviewCallCount() int
func (*FakePullRequestService) SubmitReviewCalls
func (fake *FakePullRequestService) SubmitReviewCalls(stub func(context.Context, string, string, int, int64, *github.PullRequestReviewRequest) (*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) SubmitReviewReturns
func (fake *FakePullRequestService) SubmitReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) SubmitReviewReturnsOnCall
func (fake *FakePullRequestService) SubmitReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) UpdateBranch
func (fake *FakePullRequestService) UpdateBranch(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 *github.PullRequestBranchUpdateOptions) (*github.PullRequestBranchUpdateResponse, *github.Response, error)
func (*FakePullRequestService) UpdateBranchArgsForCall
func (fake *FakePullRequestService) UpdateBranchArgsForCall(i int) (context.Context, string, string, int, *github.PullRequestBranchUpdateOptions)
func (*FakePullRequestService) UpdateBranchCallCount
func (fake *FakePullRequestService) UpdateBranchCallCount() int
func (*FakePullRequestService) UpdateBranchCalls
func (fake *FakePullRequestService) UpdateBranchCalls(stub func(context.Context, string, string, int, *github.PullRequestBranchUpdateOptions) (*github.PullRequestBranchUpdateResponse, *github.Response, error))
func (*FakePullRequestService) UpdateBranchReturns
func (fake *FakePullRequestService) UpdateBranchReturns(result1 *github.PullRequestBranchUpdateResponse, result2 *github.Response, result3 error)
func (*FakePullRequestService) UpdateBranchReturnsOnCall
func (fake *FakePullRequestService) UpdateBranchReturnsOnCall(i int, result1 *github.PullRequestBranchUpdateResponse, result2 *github.Response, result3 error)
func (*FakePullRequestService) UpdateReview
func (fake *FakePullRequestService) UpdateReview(arg1 context.Context, arg2 string, arg3 string, arg4 int, arg5 int64, arg6 string) (*github.PullRequestReview, *github.Response, error)
func (*FakePullRequestService) UpdateReviewArgsForCall
func (fake *FakePullRequestService) UpdateReviewArgsForCall(i int) (context.Context, string, string, int, int64, string)
func (*FakePullRequestService) UpdateReviewCallCount
func (fake *FakePullRequestService) UpdateReviewCallCount() int
func (*FakePullRequestService) UpdateReviewCalls
func (fake *FakePullRequestService) UpdateReviewCalls(stub func(context.Context, string, string, int, int64, string) (*github.PullRequestReview, *github.Response, error))
func (*FakePullRequestService) UpdateReviewReturns
func (fake *FakePullRequestService) UpdateReviewReturns(result1 *github.PullRequestReview, result2 *github.Response, result3 error)
func (*FakePullRequestService) UpdateReviewReturnsOnCall
func (fake *FakePullRequestService) UpdateReviewReturnsOnCall(i int, result1 *github.PullRequestReview, result2 *github.Response, result3 error)
Generated by gomarkdoc