fastforwardfakes

package
v0.16.9 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

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) Ask

func (fake *FakeImpl) Ask(arg1 string, arg2 string, arg3 int) (string, bool, error)

func (*FakeImpl) AskArgsForCall

func (fake *FakeImpl) AskArgsForCall(i int) (string, string, int)

func (*FakeImpl) AskCallCount

func (fake *FakeImpl) AskCallCount() int

func (*FakeImpl) AskCalls

func (fake *FakeImpl) AskCalls(stub func(string, string, int) (string, bool, error))

func (*FakeImpl) AskReturns

func (fake *FakeImpl) AskReturns(result1 string, result2 bool, result3 error)

func (*FakeImpl) AskReturnsOnCall

func (fake *FakeImpl) AskReturnsOnCall(i int, result1 string, result2 bool, result3 error)

func (*FakeImpl) Chdir

func (fake *FakeImpl) Chdir(arg1 string) error

func (*FakeImpl) ChdirArgsForCall

func (fake *FakeImpl) ChdirArgsForCall(i int) string

func (*FakeImpl) ChdirCallCount

func (fake *FakeImpl) ChdirCallCount() int

func (*FakeImpl) ChdirCalls

func (fake *FakeImpl) ChdirCalls(stub func(string) error)

func (*FakeImpl) ChdirReturns

func (fake *FakeImpl) ChdirReturns(result1 error)

func (*FakeImpl) ChdirReturnsOnCall

func (fake *FakeImpl) ChdirReturnsOnCall(i int, result1 error)

func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSH

func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSH(arg1 string) (*git.Repo, error)

func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHArgsForCall

func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHArgsForCall(i int) string

func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCallCount

func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCallCount() int

func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCalls

func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHCalls(stub func(string) (*git.Repo, error))

func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturns

func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturns(result1 *git.Repo, result2 error)

func (*FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturnsOnCall

func (fake *FakeImpl) CloneOrOpenDefaultGitHubRepoSSHReturnsOnCall(i int, result1 *git.Repo, result2 error)

func (*FakeImpl) CloneOrOpenGitHubRepo

func (fake *FakeImpl) CloneOrOpenGitHubRepo(arg1 string, arg2 string, arg3 string, arg4 bool) (*git.Repo, error)

func (*FakeImpl) CloneOrOpenGitHubRepoArgsForCall

func (fake *FakeImpl) CloneOrOpenGitHubRepoArgsForCall(i int) (string, string, string, bool)

func (*FakeImpl) CloneOrOpenGitHubRepoCallCount

func (fake *FakeImpl) CloneOrOpenGitHubRepoCallCount() int

func (*FakeImpl) CloneOrOpenGitHubRepoCalls

func (fake *FakeImpl) CloneOrOpenGitHubRepoCalls(stub func(string, string, string, bool) (*git.Repo, error))

func (*FakeImpl) CloneOrOpenGitHubRepoReturns

func (fake *FakeImpl) CloneOrOpenGitHubRepoReturns(result1 *git.Repo, result2 error)

func (*FakeImpl) CloneOrOpenGitHubRepoReturnsOnCall

func (fake *FakeImpl) CloneOrOpenGitHubRepoReturnsOnCall(i int, result1 *git.Repo, result2 error)

func (*FakeImpl) ConfigureGlobalDefaultUserAndEmail added in v0.14.0

func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmail() error

func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailCallCount added in v0.14.0

func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailCallCount() int

func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailCalls added in v0.14.0

func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailCalls(stub func() error)

func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailReturns added in v0.14.0

func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailReturns(result1 error)

func (*FakeImpl) ConfigureGlobalDefaultUserAndEmailReturnsOnCall added in v0.14.0

func (fake *FakeImpl) ConfigureGlobalDefaultUserAndEmailReturnsOnCall(i int, result1 error)

func (*FakeImpl) EnvDefault

func (fake *FakeImpl) EnvDefault(arg1 string, arg2 string) string

func (*FakeImpl) EnvDefaultArgsForCall

func (fake *FakeImpl) EnvDefaultArgsForCall(i int) (string, string)

func (*FakeImpl) EnvDefaultCallCount

func (fake *FakeImpl) EnvDefaultCallCount() int

func (*FakeImpl) EnvDefaultCalls

func (fake *FakeImpl) EnvDefaultCalls(stub func(string, string) string)

func (*FakeImpl) EnvDefaultReturns

func (fake *FakeImpl) EnvDefaultReturns(result1 string)

func (*FakeImpl) EnvDefaultReturnsOnCall

func (fake *FakeImpl) EnvDefaultReturnsOnCall(i int, result1 string)

func (*FakeImpl) Exists

func (fake *FakeImpl) Exists(arg1 string) bool

func (*FakeImpl) ExistsArgsForCall

func (fake *FakeImpl) ExistsArgsForCall(i int) string

func (*FakeImpl) ExistsCallCount

func (fake *FakeImpl) ExistsCallCount() int

func (*FakeImpl) ExistsCalls

func (fake *FakeImpl) ExistsCalls(stub func(string) bool)

func (*FakeImpl) ExistsReturns

func (fake *FakeImpl) ExistsReturns(result1 bool)

func (*FakeImpl) ExistsReturnsOnCall

func (fake *FakeImpl) ExistsReturnsOnCall(i int, result1 bool)

func (*FakeImpl) Invocations

func (fake *FakeImpl) Invocations() map[string][][]interface{}

func (*FakeImpl) IsDefaultK8sUpstream

func (fake *FakeImpl) IsDefaultK8sUpstream() bool

func (*FakeImpl) IsDefaultK8sUpstreamCallCount

func (fake *FakeImpl) IsDefaultK8sUpstreamCallCount() int

func (*FakeImpl) IsDefaultK8sUpstreamCalls

func (fake *FakeImpl) IsDefaultK8sUpstreamCalls(stub func() bool)

func (*FakeImpl) IsDefaultK8sUpstreamReturns

func (fake *FakeImpl) IsDefaultK8sUpstreamReturns(result1 bool)

func (*FakeImpl) IsDefaultK8sUpstreamReturnsOnCall

func (fake *FakeImpl) IsDefaultK8sUpstreamReturnsOnCall(i int, result1 bool)

func (*FakeImpl) IsReleaseBranch

func (fake *FakeImpl) IsReleaseBranch(arg1 string) bool

func (*FakeImpl) IsReleaseBranchArgsForCall

func (fake *FakeImpl) IsReleaseBranchArgsForCall(i int) string

func (*FakeImpl) IsReleaseBranchCallCount

func (fake *FakeImpl) IsReleaseBranchCallCount() int

func (*FakeImpl) IsReleaseBranchCalls

func (fake *FakeImpl) IsReleaseBranchCalls(stub func(string) bool)

func (*FakeImpl) IsReleaseBranchReturns

func (fake *FakeImpl) IsReleaseBranchReturns(result1 bool)

func (*FakeImpl) IsReleaseBranchReturnsOnCall

func (fake *FakeImpl) IsReleaseBranchReturnsOnCall(i int, result1 bool)

func (*FakeImpl) ListIssues added in v0.15.0

func (fake *FakeImpl) ListIssues() ([]*github.Issue, error)

func (*FakeImpl) ListIssuesCallCount added in v0.15.0

func (fake *FakeImpl) ListIssuesCallCount() int

func (*FakeImpl) ListIssuesCalls added in v0.15.0

func (fake *FakeImpl) ListIssuesCalls(stub func() ([]*github.Issue, error))

func (*FakeImpl) ListIssuesReturns added in v0.15.0

func (fake *FakeImpl) ListIssuesReturns(result1 []*github.Issue, result2 error)

func (*FakeImpl) ListIssuesReturnsOnCall added in v0.15.0

func (fake *FakeImpl) ListIssuesReturnsOnCall(i int, result1 []*github.Issue, result2 error)

func (*FakeImpl) MkdirTemp

func (fake *FakeImpl) MkdirTemp(arg1 string, arg2 string) (string, error)

func (*FakeImpl) MkdirTempArgsForCall

func (fake *FakeImpl) MkdirTempArgsForCall(i int) (string, string)

func (*FakeImpl) MkdirTempCallCount

func (fake *FakeImpl) MkdirTempCallCount() int

func (*FakeImpl) MkdirTempCalls

func (fake *FakeImpl) MkdirTempCalls(stub func(string, string) (string, error))

func (*FakeImpl) MkdirTempReturns

func (fake *FakeImpl) MkdirTempReturns(result1 string, result2 error)

func (*FakeImpl) MkdirTempReturnsOnCall

func (fake *FakeImpl) MkdirTempReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RemoveAll

func (fake *FakeImpl) RemoveAll(arg1 string) error

func (*FakeImpl) RemoveAllArgsForCall

func (fake *FakeImpl) RemoveAllArgsForCall(i int) string

func (*FakeImpl) RemoveAllCallCount

func (fake *FakeImpl) RemoveAllCallCount() int

func (*FakeImpl) RemoveAllCalls

func (fake *FakeImpl) RemoveAllCalls(stub func(string) error)

func (*FakeImpl) RemoveAllReturns

func (fake *FakeImpl) RemoveAllReturns(result1 error)

func (*FakeImpl) RemoveAllReturnsOnCall

func (fake *FakeImpl) RemoveAllReturnsOnCall(i int, result1 error)

func (*FakeImpl) RepoCheckout

func (fake *FakeImpl) RepoCheckout(arg1 *git.Repo, arg2 string, arg3 ...string) error

func (*FakeImpl) RepoCheckoutArgsForCall

func (fake *FakeImpl) RepoCheckoutArgsForCall(i int) (*git.Repo, string, []string)

func (*FakeImpl) RepoCheckoutCallCount

func (fake *FakeImpl) RepoCheckoutCallCount() int

func (*FakeImpl) RepoCheckoutCalls

func (fake *FakeImpl) RepoCheckoutCalls(stub func(*git.Repo, string, ...string) error)

func (*FakeImpl) RepoCheckoutReturns

func (fake *FakeImpl) RepoCheckoutReturns(result1 error)

func (*FakeImpl) RepoCheckoutReturnsOnCall

func (fake *FakeImpl) RepoCheckoutReturnsOnCall(i int, result1 error)

func (*FakeImpl) RepoCleanup

func (fake *FakeImpl) RepoCleanup(arg1 *git.Repo) error

func (*FakeImpl) RepoCleanupArgsForCall

func (fake *FakeImpl) RepoCleanupArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoCleanupCallCount

func (fake *FakeImpl) RepoCleanupCallCount() int

func (*FakeImpl) RepoCleanupCalls

func (fake *FakeImpl) RepoCleanupCalls(stub func(*git.Repo) error)

func (*FakeImpl) RepoCleanupReturns

func (fake *FakeImpl) RepoCleanupReturns(result1 error)

func (*FakeImpl) RepoCleanupReturnsOnCall

func (fake *FakeImpl) RepoCleanupReturnsOnCall(i int, result1 error)

func (*FakeImpl) RepoCurrentBranch

func (fake *FakeImpl) RepoCurrentBranch(arg1 *git.Repo) (string, error)

func (*FakeImpl) RepoCurrentBranchArgsForCall

func (fake *FakeImpl) RepoCurrentBranchArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoCurrentBranchCallCount

func (fake *FakeImpl) RepoCurrentBranchCallCount() int

func (*FakeImpl) RepoCurrentBranchCalls

func (fake *FakeImpl) RepoCurrentBranchCalls(stub func(*git.Repo) (string, error))

func (*FakeImpl) RepoCurrentBranchReturns

func (fake *FakeImpl) RepoCurrentBranchReturns(result1 string, result2 error)

func (*FakeImpl) RepoCurrentBranchReturnsOnCall

func (fake *FakeImpl) RepoCurrentBranchReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RepoDescribe

func (fake *FakeImpl) RepoDescribe(arg1 *git.Repo, arg2 *git.DescribeOptions) (string, error)

func (*FakeImpl) RepoDescribeArgsForCall

func (fake *FakeImpl) RepoDescribeArgsForCall(i int) (*git.Repo, *git.DescribeOptions)

func (*FakeImpl) RepoDescribeCallCount

func (fake *FakeImpl) RepoDescribeCallCount() int

func (*FakeImpl) RepoDescribeCalls

func (fake *FakeImpl) RepoDescribeCalls(stub func(*git.Repo, *git.DescribeOptions) (string, error))

func (*FakeImpl) RepoDescribeReturns

func (fake *FakeImpl) RepoDescribeReturns(result1 string, result2 error)

func (*FakeImpl) RepoDescribeReturnsOnCall

func (fake *FakeImpl) RepoDescribeReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RepoDir

func (fake *FakeImpl) RepoDir(arg1 *git.Repo) string

func (*FakeImpl) RepoDirArgsForCall

func (fake *FakeImpl) RepoDirArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoDirCallCount

func (fake *FakeImpl) RepoDirCallCount() int

func (*FakeImpl) RepoDirCalls

func (fake *FakeImpl) RepoDirCalls(stub func(*git.Repo) string)

func (*FakeImpl) RepoDirReturns

func (fake *FakeImpl) RepoDirReturns(result1 string)

func (*FakeImpl) RepoDirReturnsOnCall

func (fake *FakeImpl) RepoDirReturnsOnCall(i int, result1 string)

func (*FakeImpl) RepoHasRemoteBranch

func (fake *FakeImpl) RepoHasRemoteBranch(arg1 *git.Repo, arg2 string) (bool, error)

func (*FakeImpl) RepoHasRemoteBranchArgsForCall

func (fake *FakeImpl) RepoHasRemoteBranchArgsForCall(i int) (*git.Repo, string)

func (*FakeImpl) RepoHasRemoteBranchCallCount

func (fake *FakeImpl) RepoHasRemoteBranchCallCount() int

func (*FakeImpl) RepoHasRemoteBranchCalls

func (fake *FakeImpl) RepoHasRemoteBranchCalls(stub func(*git.Repo, string) (bool, error))

func (*FakeImpl) RepoHasRemoteBranchReturns

func (fake *FakeImpl) RepoHasRemoteBranchReturns(result1 bool, result2 error)

func (*FakeImpl) RepoHasRemoteBranchReturnsOnCall

func (fake *FakeImpl) RepoHasRemoteBranchReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeImpl) RepoHasRemoteTag

func (fake *FakeImpl) RepoHasRemoteTag(arg1 *git.Repo, arg2 string) (bool, error)

func (*FakeImpl) RepoHasRemoteTagArgsForCall

func (fake *FakeImpl) RepoHasRemoteTagArgsForCall(i int) (*git.Repo, string)

func (*FakeImpl) RepoHasRemoteTagCallCount

func (fake *FakeImpl) RepoHasRemoteTagCallCount() int

func (*FakeImpl) RepoHasRemoteTagCalls

func (fake *FakeImpl) RepoHasRemoteTagCalls(stub func(*git.Repo, string) (bool, error))

func (*FakeImpl) RepoHasRemoteTagReturns

func (fake *FakeImpl) RepoHasRemoteTagReturns(result1 bool, result2 error)

func (*FakeImpl) RepoHasRemoteTagReturnsOnCall

func (fake *FakeImpl) RepoHasRemoteTagReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeImpl) RepoHead

func (fake *FakeImpl) RepoHead(arg1 *git.Repo) (string, error)

func (*FakeImpl) RepoHeadArgsForCall

func (fake *FakeImpl) RepoHeadArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoHeadCallCount

func (fake *FakeImpl) RepoHeadCallCount() int

func (*FakeImpl) RepoHeadCalls

func (fake *FakeImpl) RepoHeadCalls(stub func(*git.Repo) (string, error))

func (*FakeImpl) RepoHeadReturns

func (fake *FakeImpl) RepoHeadReturns(result1 string, result2 error)

func (*FakeImpl) RepoHeadReturnsOnCall

func (fake *FakeImpl) RepoHeadReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RepoLatestReleaseBranch

func (fake *FakeImpl) RepoLatestReleaseBranch(arg1 *git.Repo) (string, error)

func (*FakeImpl) RepoLatestReleaseBranchArgsForCall

func (fake *FakeImpl) RepoLatestReleaseBranchArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoLatestReleaseBranchCallCount

func (fake *FakeImpl) RepoLatestReleaseBranchCallCount() int

func (*FakeImpl) RepoLatestReleaseBranchCalls

func (fake *FakeImpl) RepoLatestReleaseBranchCalls(stub func(*git.Repo) (string, error))

func (*FakeImpl) RepoLatestReleaseBranchReturns

func (fake *FakeImpl) RepoLatestReleaseBranchReturns(result1 string, result2 error)

func (*FakeImpl) RepoLatestReleaseBranchReturnsOnCall

func (fake *FakeImpl) RepoLatestReleaseBranchReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RepoMerge

func (fake *FakeImpl) RepoMerge(arg1 *git.Repo, arg2 string) error

func (*FakeImpl) RepoMergeArgsForCall

func (fake *FakeImpl) RepoMergeArgsForCall(i int) (*git.Repo, string)

func (*FakeImpl) RepoMergeBase

func (fake *FakeImpl) RepoMergeBase(arg1 *git.Repo, arg2 string, arg3 string) (string, error)

func (*FakeImpl) RepoMergeBaseArgsForCall

func (fake *FakeImpl) RepoMergeBaseArgsForCall(i int) (*git.Repo, string, string)

func (*FakeImpl) RepoMergeBaseCallCount

func (fake *FakeImpl) RepoMergeBaseCallCount() int

func (*FakeImpl) RepoMergeBaseCalls

func (fake *FakeImpl) RepoMergeBaseCalls(stub func(*git.Repo, string, string) (string, error))

func (*FakeImpl) RepoMergeBaseReturns

func (fake *FakeImpl) RepoMergeBaseReturns(result1 string, result2 error)

func (*FakeImpl) RepoMergeBaseReturnsOnCall

func (fake *FakeImpl) RepoMergeBaseReturnsOnCall(i int, result1 string, result2 error)

func (*FakeImpl) RepoMergeCallCount

func (fake *FakeImpl) RepoMergeCallCount() int

func (*FakeImpl) RepoMergeCalls

func (fake *FakeImpl) RepoMergeCalls(stub func(*git.Repo, string) error)

func (*FakeImpl) RepoMergeReturns

func (fake *FakeImpl) RepoMergeReturns(result1 error)

func (*FakeImpl) RepoMergeReturnsOnCall

func (fake *FakeImpl) RepoMergeReturnsOnCall(i int, result1 error)

func (*FakeImpl) RepoPush

func (fake *FakeImpl) RepoPush(arg1 *git.Repo, arg2 string) error

func (*FakeImpl) RepoPushArgsForCall

func (fake *FakeImpl) RepoPushArgsForCall(i int) (*git.Repo, string)

func (*FakeImpl) RepoPushCallCount

func (fake *FakeImpl) RepoPushCallCount() int

func (*FakeImpl) RepoPushCalls

func (fake *FakeImpl) RepoPushCalls(stub func(*git.Repo, string) error)

func (*FakeImpl) RepoPushReturns

func (fake *FakeImpl) RepoPushReturns(result1 error)

func (*FakeImpl) RepoPushReturnsOnCall

func (fake *FakeImpl) RepoPushReturnsOnCall(i int, result1 error)

func (*FakeImpl) RepoSetDry

func (fake *FakeImpl) RepoSetDry(arg1 *git.Repo)

func (*FakeImpl) RepoSetDryArgsForCall

func (fake *FakeImpl) RepoSetDryArgsForCall(i int) *git.Repo

func (*FakeImpl) RepoSetDryCallCount

func (fake *FakeImpl) RepoSetDryCallCount() int

func (*FakeImpl) RepoSetDryCalls

func (fake *FakeImpl) RepoSetDryCalls(stub func(*git.Repo))

func (*FakeImpl) RepoSetURL

func (fake *FakeImpl) RepoSetURL(arg1 *git.Repo, arg2 string, arg3 string) error

func (*FakeImpl) RepoSetURLArgsForCall

func (fake *FakeImpl) RepoSetURLArgsForCall(i int) (*git.Repo, string, string)

func (*FakeImpl) RepoSetURLCallCount

func (fake *FakeImpl) RepoSetURLCallCount() int

func (*FakeImpl) RepoSetURLCalls

func (fake *FakeImpl) RepoSetURLCalls(stub func(*git.Repo, string, string) error)

func (*FakeImpl) RepoSetURLReturns

func (fake *FakeImpl) RepoSetURLReturns(result1 error)

func (*FakeImpl) RepoSetURLReturnsOnCall

func (fake *FakeImpl) RepoSetURLReturnsOnCall(i int, result1 error)

func (*FakeImpl) Submit

func (fake *FakeImpl) Submit(arg1 *gcb.Options) error

func (*FakeImpl) SubmitArgsForCall

func (fake *FakeImpl) SubmitArgsForCall(i int) *gcb.Options

func (*FakeImpl) SubmitCallCount

func (fake *FakeImpl) SubmitCallCount() int

func (*FakeImpl) SubmitCalls

func (fake *FakeImpl) SubmitCalls(stub func(*gcb.Options) error)

func (*FakeImpl) SubmitReturns

func (fake *FakeImpl) SubmitReturns(result1 error)

func (*FakeImpl) SubmitReturnsOnCall

func (fake *FakeImpl) SubmitReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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