Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Ask(arg1 string, arg2 string, arg3 int) (string, bool, error)
- func (fake *FakeImpl) AskArgsForCall(i int) (string, string, int)
- func (fake *FakeImpl) AskCallCount() int
- func (fake *FakeImpl) AskCalls(stub func(string, string, int) (string, bool, error))
- func (fake *FakeImpl) AskReturns(result1 string, result2 bool, result3 error)
- func (fake *FakeImpl) AskReturnsOnCall(i int, result1 string, result2 bool, result3 error)
- func (fake *FakeImpl) Chdir(arg1 string) error
- func (fake *FakeImpl) ChdirArgsForCall(i int) string
- func (fake *FakeImpl) ChdirCallCount() int
- func (fake *FakeImpl) ChdirCalls(stub func(string) error)
- func (fake *FakeImpl) ChdirReturns(result1 error)
- func (fake *FakeImpl) ChdirReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSH(arg1 string) (*git.Repo, error)
- func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHArgsForCall(i int) string
- func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCallCount() int
- func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCalls(stub func(string) (*git.Repo, error))
- func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturns(result1 *git.Repo, result2 error)
- func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturnsOnCall(i int, result1 *git.Repo, result2 error)
- func (fake *FakeImpl) CloneOrOpenGitHubRepo(arg1 string, arg2 string, arg3 string, arg4 bool) (*git.Repo, error)
- func (fake *FakeImpl) CloneOrOpenGitHubRepoArgsForCall(i int) (string, string, string, bool)
- func (fake *FakeImpl) CloneOrOpenGitHubRepoCallCount() int
- func (fake *FakeImpl) CloneOrOpenGitHubRepoCalls(stub func(string, string, string, bool) (*git.Repo, error))
- func (fake *FakeImpl) CloneOrOpenGitHubRepoReturns(result1 *git.Repo, result2 error)
- func (fake *FakeImpl) CloneOrOpenGitHubRepoReturnsOnCall(i int, result1 *git.Repo, result2 error)
- func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmail() error
- func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailCallCount() int
- func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailCalls(stub func() error)
- func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailReturns(result1 error)
- func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) EnvDefault(arg1 string, arg2 string) string
- func (fake *FakeImpl) EnvDefaultArgsForCall(i int) (string, string)
- func (fake *FakeImpl) EnvDefaultCallCount() int
- func (fake *FakeImpl) EnvDefaultCalls(stub func(string, string) string)
- func (fake *FakeImpl) EnvDefaultReturns(result1 string)
- func (fake *FakeImpl) EnvDefaultReturnsOnCall(i int, result1 string)
- func (fake *FakeImpl) Exists(arg1 string) bool
- func (fake *FakeImpl) ExistsArgsForCall(i int) string
- func (fake *FakeImpl) ExistsCallCount() int
- func (fake *FakeImpl) ExistsCalls(stub func(string) bool)
- func (fake *FakeImpl) ExistsReturns(result1 bool)
- func (fake *FakeImpl) ExistsReturnsOnCall(i int, result1 bool)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) IsDefaultK8sUpstream() bool
- func (fake *FakeImpl) IsDefaultK8sUpstreamCallCount() int
- func (fake *FakeImpl) IsDefaultK8sUpstreamCalls(stub func() bool)
- func (fake *FakeImpl) IsDefaultK8sUpstreamReturns(result1 bool)
- func (fake *FakeImpl) IsDefaultK8sUpstreamReturnsOnCall(i int, result1 bool)
- func (fake *FakeImpl) IsReleaseBranch(arg1 string) bool
- func (fake *FakeImpl) IsReleaseBranchArgsForCall(i int) string
- func (fake *FakeImpl) IsReleaseBranchCallCount() int
- func (fake *FakeImpl) IsReleaseBranchCalls(stub func(string) bool)
- func (fake *FakeImpl) IsReleaseBranchReturns(result1 bool)
- func (fake *FakeImpl) IsReleaseBranchReturnsOnCall(i int, result1 bool)
- func (fake *FakeImpl) ListIssues() ([]*github.Issue, error)
- func (fake *FakeImpl) ListIssuesCallCount() int
- func (fake *FakeImpl) ListIssuesCalls(stub func() ([]*github.Issue, error))
- func (fake *FakeImpl) ListIssuesReturns(result1 []*github.Issue, result2 error)
- func (fake *FakeImpl) ListIssuesReturnsOnCall(i int, result1 []*github.Issue, result2 error)
- func (fake *FakeImpl) MkdirTemp(arg1 string, arg2 string) (string, error)
- func (fake *FakeImpl) MkdirTempArgsForCall(i int) (string, string)
- func (fake *FakeImpl) MkdirTempCallCount() int
- func (fake *FakeImpl) MkdirTempCalls(stub func(string, string) (string, error))
- func (fake *FakeImpl) MkdirTempReturns(result1 string, result2 error)
- func (fake *FakeImpl) MkdirTempReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RemoveAll(arg1 string) error
- func (fake *FakeImpl) RemoveAllArgsForCall(i int) string
- func (fake *FakeImpl) RemoveAllCallCount() int
- func (fake *FakeImpl) RemoveAllCalls(stub func(string) error)
- func (fake *FakeImpl) RemoveAllReturns(result1 error)
- func (fake *FakeImpl) RemoveAllReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) RepoCheckout(arg1 *git.Repo, arg2 string, arg3 ...string) error
- func (fake *FakeImpl) RepoCheckoutArgsForCall(i int) (*git.Repo, string, []string)
- func (fake *FakeImpl) RepoCheckoutCallCount() int
- func (fake *FakeImpl) RepoCheckoutCalls(stub func(*git.Repo, string, ...string) error)
- func (fake *FakeImpl) RepoCheckoutReturns(result1 error)
- func (fake *FakeImpl) RepoCheckoutReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) RepoCleanup(arg1 *git.Repo) error
- func (fake *FakeImpl) RepoCleanupArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) RepoCleanupCallCount() int
- func (fake *FakeImpl) RepoCleanupCalls(stub func(*git.Repo) error)
- func (fake *FakeImpl) RepoCleanupReturns(result1 error)
- func (fake *FakeImpl) RepoCleanupReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) RepoCurrentBranch(arg1 *git.Repo) (string, error)
- func (fake *FakeImpl) RepoCurrentBranchArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) RepoCurrentBranchCallCount() int
- func (fake *FakeImpl) RepoCurrentBranchCalls(stub func(*git.Repo) (string, error))
- func (fake *FakeImpl) RepoCurrentBranchReturns(result1 string, result2 error)
- func (fake *FakeImpl) RepoCurrentBranchReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RepoDescribe(arg1 *git.Repo, arg2 *git.DescribeOptions) (string, error)
- func (fake *FakeImpl) RepoDescribeArgsForCall(i int) (*git.Repo, *git.DescribeOptions)
- func (fake *FakeImpl) RepoDescribeCallCount() int
- func (fake *FakeImpl) RepoDescribeCalls(stub func(*git.Repo, *git.DescribeOptions) (string, error))
- func (fake *FakeImpl) RepoDescribeReturns(result1 string, result2 error)
- func (fake *FakeImpl) RepoDescribeReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RepoDir(arg1 *git.Repo) string
- func (fake *FakeImpl) RepoDirArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) RepoDirCallCount() int
- func (fake *FakeImpl) RepoDirCalls(stub func(*git.Repo) string)
- func (fake *FakeImpl) RepoDirReturns(result1 string)
- func (fake *FakeImpl) RepoDirReturnsOnCall(i int, result1 string)
- func (fake *FakeImpl) RepoHasRemoteBranch(arg1 *git.Repo, arg2 string) (bool, error)
- func (fake *FakeImpl) RepoHasRemoteBranchArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) RepoHasRemoteBranchCallCount() int
- func (fake *FakeImpl) RepoHasRemoteBranchCalls(stub func(*git.Repo, string) (bool, error))
- func (fake *FakeImpl) RepoHasRemoteBranchReturns(result1 bool, result2 error)
- func (fake *FakeImpl) RepoHasRemoteBranchReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeImpl) RepoHasRemoteTag(arg1 *git.Repo, arg2 string) (bool, error)
- func (fake *FakeImpl) RepoHasRemoteTagArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) RepoHasRemoteTagCallCount() int
- func (fake *FakeImpl) RepoHasRemoteTagCalls(stub func(*git.Repo, string) (bool, error))
- func (fake *FakeImpl) RepoHasRemoteTagReturns(result1 bool, result2 error)
- func (fake *FakeImpl) RepoHasRemoteTagReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeImpl) RepoHead(arg1 *git.Repo) (string, error)
- func (fake *FakeImpl) RepoHeadArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) RepoHeadCallCount() int
- func (fake *FakeImpl) RepoHeadCalls(stub func(*git.Repo) (string, error))
- func (fake *FakeImpl) RepoHeadReturns(result1 string, result2 error)
- func (fake *FakeImpl) RepoHeadReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RepoLatestReleaseBranch(arg1 *git.Repo) (string, error)
- func (fake *FakeImpl) RepoLatestReleaseBranchArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) RepoLatestReleaseBranchCallCount() int
- func (fake *FakeImpl) RepoLatestReleaseBranchCalls(stub func(*git.Repo) (string, error))
- func (fake *FakeImpl) RepoLatestReleaseBranchReturns(result1 string, result2 error)
- func (fake *FakeImpl) RepoLatestReleaseBranchReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RepoMerge(arg1 *git.Repo, arg2 string) error
- func (fake *FakeImpl) RepoMergeArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) RepoMergeBase(arg1 *git.Repo, arg2 string, arg3 string) (string, error)
- func (fake *FakeImpl) RepoMergeBaseArgsForCall(i int) (*git.Repo, string, string)
- func (fake *FakeImpl) RepoMergeBaseCallCount() int
- func (fake *FakeImpl) RepoMergeBaseCalls(stub func(*git.Repo, string, string) (string, error))
- func (fake *FakeImpl) RepoMergeBaseReturns(result1 string, result2 error)
- func (fake *FakeImpl) RepoMergeBaseReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RepoMergeCallCount() int
- func (fake *FakeImpl) RepoMergeCalls(stub func(*git.Repo, string) error)
- func (fake *FakeImpl) RepoMergeReturns(result1 error)
- func (fake *FakeImpl) RepoMergeReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) RepoPush(arg1 *git.Repo, arg2 string) error
- func (fake *FakeImpl) RepoPushArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) RepoPushCallCount() int
- func (fake *FakeImpl) RepoPushCalls(stub func(*git.Repo, string) error)
- func (fake *FakeImpl) RepoPushReturns(result1 error)
- func (fake *FakeImpl) RepoPushReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) RepoSetDry(arg1 *git.Repo)
- func (fake *FakeImpl) RepoSetDryArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) RepoSetDryCallCount() int
- func (fake *FakeImpl) RepoSetDryCalls(stub func(*git.Repo))
- func (fake *FakeImpl) RepoSetURL(arg1 *git.Repo, arg2 string, arg3 string) error
- func (fake *FakeImpl) RepoSetURLArgsForCall(i int) (*git.Repo, string, string)
- func (fake *FakeImpl) RepoSetURLCallCount() int
- func (fake *FakeImpl) RepoSetURLCalls(stub func(*git.Repo, string, string) error)
- func (fake *FakeImpl) RepoSetURLReturns(result1 error)
- func (fake *FakeImpl) RepoSetURLReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Submit(arg1 *gcb.Options) error
- func (fake *FakeImpl) SubmitArgsForCall(i int) *gcb.Options
- func (fake *FakeImpl) SubmitCallCount() int
- func (fake *FakeImpl) SubmitCalls(stub func(*gcb.Options) error)
- func (fake *FakeImpl) SubmitReturns(result1 error)
- func (fake *FakeImpl) SubmitReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { AskStub func(string, string, int) (string, bool, error) ChdirStub func(string) error CloneOrOpenDefaultGitHubRepoSSHStub func(string) (*git.Repo, error) CloneOrOpenGitHubRepoStub func(string, string, string, bool) (*git.Repo, error) ConfigureGlobalDefaultUserAndEmailStub func() error EnvDefaultStub func(string, string) string ExistsStub func(string) bool IsDefaultK8sUpstreamStub func() bool IsReleaseBranchStub func(string) bool ListIssuesStub func() ([]*github.Issue, error) MkdirTempStub func(string, string) (string, error) RemoveAllStub func(string) error RepoCheckoutStub func(*git.Repo, string, ...string) error RepoCleanupStub func(*git.Repo) error RepoCurrentBranchStub func(*git.Repo) (string, error) RepoDescribeStub func(*git.Repo, *git.DescribeOptions) (string, error) RepoDirStub func(*git.Repo) string RepoHasRemoteBranchStub func(*git.Repo, string) (bool, error) RepoHasRemoteTagStub func(*git.Repo, string) (bool, error) RepoHeadStub func(*git.Repo) (string, error) RepoLatestReleaseBranchStub func(*git.Repo) (string, error) RepoMergeStub func(*git.Repo, string) error RepoMergeBaseStub func(*git.Repo, string, string) (string, error) RepoPushStub func(*git.Repo, string) error RepoSetDryStub func(*git.Repo) RepoSetURLStub func(*git.Repo, string, string) error SubmitStub func(*gcb.Options) error // contains filtered or unexported fields }
func (*FakeImpl) AskCallCount ¶
func (*FakeImpl) AskReturns ¶
func (*FakeImpl) AskReturnsOnCall ¶
func (*FakeImpl) ChdirArgsForCall ¶
func (*FakeImpl) ChdirCallCount ¶
func (*FakeImpl) ChdirCalls ¶
func (*FakeImpl) ChdirReturns ¶
func (*FakeImpl) ChdirReturnsOnCall ¶
func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSH ¶
func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHArgsForCall ¶
func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCallCount ¶
func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCalls ¶
func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturns ¶
func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturnsOnCall ¶
func (*FakeImpl) CloneOrOpenGitHubRepo ¶
func (*FakeImpl) CloneOrOpenGitHubRepoArgsForCall ¶
func (*FakeImpl) CloneOrOpenGitHubRepoCallCount ¶
func (*FakeImpl) CloneOrOpenGitHubRepoCalls ¶
func (*FakeImpl) CloneOrOpenGitHubRepoReturns ¶
func (*FakeImpl) CloneOrOpenGitHubRepoReturnsOnCall ¶
func (*FakeImpl) ConfigureGlobalDefaultUserAndEmail ¶ added in v0.14.0
func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailCallCount ¶ added in v0.14.0
func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailCalls ¶ added in v0.14.0
func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailReturns ¶ added in v0.14.0
func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailReturnsOnCall ¶ added in v0.14.0
func (*FakeImpl) EnvDefaultArgsForCall ¶
func (*FakeImpl) EnvDefaultCallCount ¶
func (*FakeImpl) EnvDefaultCalls ¶
func (*FakeImpl) EnvDefaultReturns ¶
func (*FakeImpl) EnvDefaultReturnsOnCall ¶
func (*FakeImpl) ExistsArgsForCall ¶
func (*FakeImpl) ExistsCallCount ¶
func (*FakeImpl) ExistsCalls ¶
func (*FakeImpl) ExistsReturns ¶
func (*FakeImpl) ExistsReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) IsDefaultK8sUpstream ¶
func (*FakeImpl) IsDefaultK8sUpstreamCallCount ¶
func (*FakeImpl) IsDefaultK8sUpstreamCalls ¶
func (*FakeImpl) IsDefaultK8sUpstreamReturns ¶
func (*FakeImpl) IsDefaultK8sUpstreamReturnsOnCall ¶
func (*FakeImpl) IsReleaseBranch ¶
func (*FakeImpl) IsReleaseBranchArgsForCall ¶
func (*FakeImpl) IsReleaseBranchCallCount ¶
func (*FakeImpl) IsReleaseBranchCalls ¶
func (*FakeImpl) IsReleaseBranchReturns ¶
func (*FakeImpl) IsReleaseBranchReturnsOnCall ¶
func (*FakeImpl) ListIssues ¶ added in v0.15.0
func (*FakeImpl) ListIssuesCallCount ¶ added in v0.15.0
func (*FakeImpl) ListIssuesCalls ¶ added in v0.15.0
func (*FakeImpl) ListIssuesReturns ¶ added in v0.15.0
func (*FakeImpl) ListIssuesReturnsOnCall ¶ added in v0.15.0
func (*FakeImpl) MkdirTempArgsForCall ¶
func (*FakeImpl) MkdirTempCallCount ¶
func (*FakeImpl) MkdirTempCalls ¶
func (*FakeImpl) MkdirTempReturns ¶
func (*FakeImpl) MkdirTempReturnsOnCall ¶
func (*FakeImpl) RemoveAllArgsForCall ¶
func (*FakeImpl) RemoveAllCallCount ¶
func (*FakeImpl) RemoveAllCalls ¶
func (*FakeImpl) RemoveAllReturns ¶
func (*FakeImpl) RemoveAllReturnsOnCall ¶
func (*FakeImpl) RepoCheckout ¶
func (*FakeImpl) RepoCheckoutArgsForCall ¶
func (*FakeImpl) RepoCheckoutCallCount ¶
func (*FakeImpl) RepoCheckoutCalls ¶
func (*FakeImpl) RepoCheckoutReturns ¶
func (*FakeImpl) RepoCheckoutReturnsOnCall ¶
func (*FakeImpl) RepoCleanupArgsForCall ¶
func (*FakeImpl) RepoCleanupCallCount ¶
func (*FakeImpl) RepoCleanupCalls ¶
func (*FakeImpl) RepoCleanupReturns ¶
func (*FakeImpl) RepoCleanupReturnsOnCall ¶
func (*FakeImpl) RepoCurrentBranch ¶
func (*FakeImpl) RepoCurrentBranchArgsForCall ¶
func (*FakeImpl) RepoCurrentBranchCallCount ¶
func (*FakeImpl) RepoCurrentBranchCalls ¶
func (*FakeImpl) RepoCurrentBranchReturns ¶
func (*FakeImpl) RepoCurrentBranchReturnsOnCall ¶
func (*FakeImpl) RepoDescribe ¶
func (*FakeImpl) RepoDescribeArgsForCall ¶
func (*FakeImpl) RepoDescribeCallCount ¶
func (*FakeImpl) RepoDescribeCalls ¶
func (*FakeImpl) RepoDescribeReturns ¶
func (*FakeImpl) RepoDescribeReturnsOnCall ¶
func (*FakeImpl) RepoDirCallCount ¶
func (*FakeImpl) RepoDirReturns ¶
func (*FakeImpl) RepoDirReturnsOnCall ¶
func (*FakeImpl) RepoHasRemoteBranch ¶
func (*FakeImpl) RepoHasRemoteBranchArgsForCall ¶
func (*FakeImpl) RepoHasRemoteBranchCallCount ¶
func (*FakeImpl) RepoHasRemoteBranchCalls ¶
func (*FakeImpl) RepoHasRemoteBranchReturns ¶
func (*FakeImpl) RepoHasRemoteBranchReturnsOnCall ¶
func (*FakeImpl) RepoHasRemoteTag ¶
func (*FakeImpl) RepoHasRemoteTagArgsForCall ¶
func (*FakeImpl) RepoHasRemoteTagCallCount ¶
func (*FakeImpl) RepoHasRemoteTagCalls ¶
func (*FakeImpl) RepoHasRemoteTagReturns ¶
func (*FakeImpl) RepoHasRemoteTagReturnsOnCall ¶
func (*FakeImpl) RepoHeadCallCount ¶
func (*FakeImpl) RepoHeadCalls ¶
func (*FakeImpl) RepoHeadReturns ¶
func (*FakeImpl) RepoHeadReturnsOnCall ¶
func (*FakeImpl) RepoLatestReleaseBranch ¶
func (*FakeImpl) RepoLatestReleaseBranchArgsForCall ¶
func (*FakeImpl) RepoLatestReleaseBranchCallCount ¶
func (*FakeImpl) RepoLatestReleaseBranchCalls ¶
func (*FakeImpl) RepoLatestReleaseBranchReturns ¶
func (*FakeImpl) RepoLatestReleaseBranchReturnsOnCall ¶
func (*FakeImpl) RepoMergeArgsForCall ¶
func (*FakeImpl) RepoMergeBase ¶
func (*FakeImpl) RepoMergeBaseArgsForCall ¶
func (*FakeImpl) RepoMergeBaseCallCount ¶
func (*FakeImpl) RepoMergeBaseCalls ¶
func (*FakeImpl) RepoMergeBaseReturns ¶
func (*FakeImpl) RepoMergeBaseReturnsOnCall ¶
func (*FakeImpl) RepoMergeCallCount ¶
func (*FakeImpl) RepoMergeCalls ¶
func (*FakeImpl) RepoMergeReturns ¶
func (*FakeImpl) RepoMergeReturnsOnCall ¶
func (*FakeImpl) RepoPushArgsForCall ¶
func (*FakeImpl) RepoPushCallCount ¶
func (*FakeImpl) RepoPushCalls ¶
func (*FakeImpl) RepoPushReturns ¶
func (*FakeImpl) RepoPushReturnsOnCall ¶
func (*FakeImpl) RepoSetDry ¶
func (*FakeImpl) RepoSetDryArgsForCall ¶
func (*FakeImpl) RepoSetDryCallCount ¶
func (*FakeImpl) RepoSetDryCalls ¶
func (*FakeImpl) RepoSetURL ¶
func (*FakeImpl) RepoSetURLArgsForCall ¶
func (*FakeImpl) RepoSetURLCallCount ¶
func (*FakeImpl) RepoSetURLCalls ¶
func (*FakeImpl) RepoSetURLReturns ¶
func (*FakeImpl) RepoSetURLReturnsOnCall ¶
func (*FakeImpl) SubmitCallCount ¶
func (*FakeImpl) SubmitReturns ¶
func (*FakeImpl) SubmitReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.