Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Abs(arg1 string) (string, error)
- func (fake *FakeImpl) AbsArgsForCall(i int) string
- func (fake *FakeImpl) AbsCallCount() int
- func (fake *FakeImpl) AbsCalls(stub func(string) (string, error))
- func (fake *FakeImpl) AbsReturns(result1 string, result2 error)
- func (fake *FakeImpl) AbsReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) Add(arg1 *git.Repo, arg2 string) error
- func (fake *FakeImpl) AddArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) AddCallCount() int
- func (fake *FakeImpl) AddCalls(stub func(*git.Repo, string) error)
- func (fake *FakeImpl) AddReturns(result1 error)
- func (fake *FakeImpl) AddReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Checkout(arg1 *git.Repo, arg2 string, arg3 ...string) error
- func (fake *FakeImpl) CheckoutArgsForCall(i int) (*git.Repo, string, []string)
- func (fake *FakeImpl) CheckoutCallCount() int
- func (fake *FakeImpl) CheckoutCalls(stub func(*git.Repo, string, ...string) error)
- func (fake *FakeImpl) CheckoutReturns(result1 error)
- func (fake *FakeImpl) CheckoutReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CloneCVEData() (string, error)
- func (fake *FakeImpl) CloneCVEDataCallCount() int
- func (fake *FakeImpl) CloneCVEDataCalls(stub func() (string, error))
- func (fake *FakeImpl) CloneCVEDataReturns(result1 string, result2 error)
- func (fake *FakeImpl) CloneCVEDataReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) Commit(arg1 *git.Repo, arg2 string) error
- func (fake *FakeImpl) CommitArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) CommitCallCount() int
- func (fake *FakeImpl) CommitCalls(stub func(*git.Repo, string) error)
- func (fake *FakeImpl) CommitReturns(result1 error)
- func (fake *FakeImpl) CommitReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CreateDownloadsTable(arg1 io.Writer, arg2 string, arg3 string, arg4 string, arg5 string, ...) error
- func (fake *FakeImpl) CreateDownloadsTableArgsForCall(i int) (io.Writer, string, string, string, string, string)
- func (fake *FakeImpl) CreateDownloadsTableCallCount() int
- func (fake *FakeImpl) CreateDownloadsTableCalls(stub func(io.Writer, string, string, string, string, string) error)
- func (fake *FakeImpl) CreateDownloadsTableReturns(result1 error)
- func (fake *FakeImpl) CreateDownloadsTableReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CurrentBranch(arg1 *git.Repo) (string, error)
- func (fake *FakeImpl) CurrentBranchArgsForCall(i int) *git.Repo
- func (fake *FakeImpl) CurrentBranchCallCount() int
- func (fake *FakeImpl) CurrentBranchCalls(stub func(*git.Repo) (string, error))
- func (fake *FakeImpl) CurrentBranchReturns(result1 string, result2 error)
- func (fake *FakeImpl) CurrentBranchReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) DependencyChanges(arg1 string, arg2 string) (string, error)
- func (fake *FakeImpl) DependencyChangesArgsForCall(i int) (string, string)
- func (fake *FakeImpl) DependencyChangesCallCount() int
- func (fake *FakeImpl) DependencyChangesCalls(stub func(string, string) (string, error))
- func (fake *FakeImpl) DependencyChangesReturns(result1 string, result2 error)
- func (fake *FakeImpl) DependencyChangesReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) GatherReleaseNotes(arg1 *options.Options) (*notes.ReleaseNotes, error)
- func (fake *FakeImpl) GatherReleaseNotesArgsForCall(i int) *options.Options
- func (fake *FakeImpl) GatherReleaseNotesCallCount() int
- func (fake *FakeImpl) GatherReleaseNotesCalls(stub func(*options.Options) (*notes.ReleaseNotes, error))
- func (fake *FakeImpl) GatherReleaseNotesReturns(result1 *notes.ReleaseNotes, result2 error)
- func (fake *FakeImpl) GatherReleaseNotesReturnsOnCall(i int, result1 *notes.ReleaseNotes, result2 error)
- func (fake *FakeImpl) GenerateTOC(arg1 string) (string, error)
- func (fake *FakeImpl) GenerateTOCArgsForCall(i int) string
- func (fake *FakeImpl) GenerateTOCCallCount() int
- func (fake *FakeImpl) GenerateTOCCalls(stub func(string) (string, error))
- func (fake *FakeImpl) GenerateTOCReturns(result1 string, result2 error)
- func (fake *FakeImpl) GenerateTOCReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) GetURLResponse(arg1 string) (string, error)
- func (fake *FakeImpl) GetURLResponseArgsForCall(i int) string
- func (fake *FakeImpl) GetURLResponseCallCount() int
- func (fake *FakeImpl) GetURLResponseCalls(stub func(string) (string, error))
- func (fake *FakeImpl) GetURLResponseReturns(result1 string, result2 error)
- func (fake *FakeImpl) GetURLResponseReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) LatestGitHubTagsPerBranch() (github.TagsPerBranch, error)
- func (fake *FakeImpl) LatestGitHubTagsPerBranchCallCount() int
- func (fake *FakeImpl) LatestGitHubTagsPerBranchCalls(stub func() (github.TagsPerBranch, error))
- func (fake *FakeImpl) LatestGitHubTagsPerBranchReturns(result1 github.TagsPerBranch, result2 error)
- func (fake *FakeImpl) LatestGitHubTagsPerBranchReturnsOnCall(i int, result1 github.TagsPerBranch, result2 error)
- func (fake *FakeImpl) MarkdownToHTML(arg1 string, arg2 io.Writer, arg3 ...parser.ParseOption) error
- func (fake *FakeImpl) MarkdownToHTMLArgsForCall(i int) (string, io.Writer, []parser.ParseOption)
- func (fake *FakeImpl) MarkdownToHTMLCallCount() int
- func (fake *FakeImpl) MarkdownToHTMLCalls(stub func(string, io.Writer, ...parser.ParseOption) error)
- func (fake *FakeImpl) MarkdownToHTMLReturns(result1 error)
- func (fake *FakeImpl) MarkdownToHTMLReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) NewDocument(arg1 *notes.ReleaseNotes, arg2 string, arg3 string) (*document.Document, error)
- func (fake *FakeImpl) NewDocumentArgsForCall(i int) (*notes.ReleaseNotes, string, string)
- func (fake *FakeImpl) NewDocumentCallCount() int
- func (fake *FakeImpl) NewDocumentCalls(stub func(*notes.ReleaseNotes, string, string) (*document.Document, error))
- func (fake *FakeImpl) NewDocumentReturns(result1 *document.Document, result2 error)
- func (fake *FakeImpl) NewDocumentReturnsOnCall(i int, result1 *document.Document, result2 error)
- func (fake *FakeImpl) OpenRepo(arg1 string) (*git.Repo, error)
- func (fake *FakeImpl) OpenRepoArgsForCall(i int) string
- func (fake *FakeImpl) OpenRepoCallCount() int
- func (fake *FakeImpl) OpenRepoCalls(stub func(string) (*git.Repo, error))
- func (fake *FakeImpl) OpenRepoReturns(result1 *git.Repo, result2 error)
- func (fake *FakeImpl) OpenRepoReturnsOnCall(i int, result1 *git.Repo, result2 error)
- func (fake *FakeImpl) ParseHTMLTemplate(arg1 string) (*template.Template, error)
- func (fake *FakeImpl) ParseHTMLTemplateArgsForCall(i int) string
- func (fake *FakeImpl) ParseHTMLTemplateCallCount() int
- func (fake *FakeImpl) ParseHTMLTemplateCalls(stub func(string) (*template.Template, error))
- func (fake *FakeImpl) ParseHTMLTemplateReturns(result1 *template.Template, result2 error)
- func (fake *FakeImpl) ParseHTMLTemplateReturnsOnCall(i int, result1 *template.Template, result2 error)
- func (fake *FakeImpl) ReadFile(arg1 string) ([]byte, error)
- func (fake *FakeImpl) ReadFileArgsForCall(i int) string
- func (fake *FakeImpl) ReadFileCallCount() int
- func (fake *FakeImpl) ReadFileCalls(stub func(string) ([]byte, error))
- func (fake *FakeImpl) ReadFileReturns(result1 []byte, result2 error)
- func (fake *FakeImpl) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeImpl) RenderMarkdownTemplate(arg1 *document.Document, arg2 string, arg3 string, arg4 string, arg5 string) (string, error)
- func (fake *FakeImpl) RenderMarkdownTemplateArgsForCall(i int) (*document.Document, string, string, string, string)
- func (fake *FakeImpl) RenderMarkdownTemplateCallCount() int
- func (fake *FakeImpl) RenderMarkdownTemplateCalls(stub func(*document.Document, string, string, string, string) (string, error))
- func (fake *FakeImpl) RenderMarkdownTemplateReturns(result1 string, result2 error)
- func (fake *FakeImpl) RenderMarkdownTemplateReturnsOnCall(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) RevParse(arg1 *git.Repo, arg2 string) (string, error)
- func (fake *FakeImpl) RevParseArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) RevParseCallCount() int
- func (fake *FakeImpl) RevParseCalls(stub func(*git.Repo, string) (string, error))
- func (fake *FakeImpl) RevParseReturns(result1 string, result2 error)
- func (fake *FakeImpl) RevParseReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RevParseTag(arg1 *git.Repo, arg2 string) (string, error)
- func (fake *FakeImpl) RevParseTagArgsForCall(i int) (*git.Repo, string)
- func (fake *FakeImpl) RevParseTagCallCount() int
- func (fake *FakeImpl) RevParseTagCalls(stub func(*git.Repo, string) (string, error))
- func (fake *FakeImpl) RevParseTagReturns(result1 string, result2 error)
- func (fake *FakeImpl) RevParseTagReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) Rm(arg1 *git.Repo, arg2 bool, arg3 ...string) error
- func (fake *FakeImpl) RmArgsForCall(i int) (*git.Repo, bool, []string)
- func (fake *FakeImpl) RmCallCount() int
- func (fake *FakeImpl) RmCalls(stub func(*git.Repo, bool, ...string) error)
- func (fake *FakeImpl) RmReturns(result1 error)
- func (fake *FakeImpl) RmReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Stat(arg1 string) (fs.FileInfo, error)
- func (fake *FakeImpl) StatArgsForCall(i int) string
- func (fake *FakeImpl) StatCallCount() int
- func (fake *FakeImpl) StatCalls(stub func(string) (fs.FileInfo, error))
- func (fake *FakeImpl) StatReturns(result1 fs.FileInfo, result2 error)
- func (fake *FakeImpl) StatReturnsOnCall(i int, result1 fs.FileInfo, result2 error)
- func (fake *FakeImpl) TagStringToSemver(arg1 string) (semver.Version, error)
- func (fake *FakeImpl) TagStringToSemverArgsForCall(i int) string
- func (fake *FakeImpl) TagStringToSemverCallCount() int
- func (fake *FakeImpl) TagStringToSemverCalls(stub func(string) (semver.Version, error))
- func (fake *FakeImpl) TagStringToSemverReturns(result1 semver.Version, result2 error)
- func (fake *FakeImpl) TagStringToSemverReturnsOnCall(i int, result1 semver.Version, result2 error)
- func (fake *FakeImpl) TemplateExecute(arg1 *template.Template, arg2 io.Writer, arg3 interface{}) error
- func (fake *FakeImpl) TemplateExecuteArgsForCall(i int) (*template.Template, io.Writer, interface{})
- func (fake *FakeImpl) TemplateExecuteCallCount() int
- func (fake *FakeImpl) TemplateExecuteCalls(stub func(*template.Template, io.Writer, interface{}) error)
- func (fake *FakeImpl) TemplateExecuteReturns(result1 error)
- func (fake *FakeImpl) TemplateExecuteReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) ValidateAndFinish(arg1 *options.Options) error
- func (fake *FakeImpl) ValidateAndFinishArgsForCall(i int) *options.Options
- func (fake *FakeImpl) ValidateAndFinishCallCount() int
- func (fake *FakeImpl) ValidateAndFinishCalls(stub func(*options.Options) error)
- func (fake *FakeImpl) ValidateAndFinishReturns(result1 error)
- func (fake *FakeImpl) ValidateAndFinishReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) WriteFile(arg1 string, arg2 []byte, arg3 fs.FileMode) error
- func (fake *FakeImpl) WriteFileArgsForCall(i int) (string, []byte, fs.FileMode)
- func (fake *FakeImpl) WriteFileCallCount() int
- func (fake *FakeImpl) WriteFileCalls(stub func(string, []byte, fs.FileMode) error)
- func (fake *FakeImpl) WriteFileReturns(result1 error)
- func (fake *FakeImpl) WriteFileReturnsOnCall(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 { AbsStub func(string) (string, error) AddStub func(*git.Repo, string) error CheckoutStub func(*git.Repo, string, ...string) error CloneCVEDataStub func() (string, error) CommitStub func(*git.Repo, string) error CreateDownloadsTableStub func(io.Writer, string, string, string, string, string) error CurrentBranchStub func(*git.Repo) (string, error) DependencyChangesStub func(string, string) (string, error) GatherReleaseNotesStub func(*options.Options) (*notes.ReleaseNotes, error) GenerateTOCStub func(string) (string, error) GetURLResponseStub func(string) (string, error) LatestGitHubTagsPerBranchStub func() (github.TagsPerBranch, error) MarkdownToHTMLStub func(string, io.Writer, ...parser.ParseOption) error NewDocumentStub func(*notes.ReleaseNotes, string, string) (*document.Document, error) OpenRepoStub func(string) (*git.Repo, error) ParseHTMLTemplateStub func(string) (*template.Template, error) ReadFileStub func(string) ([]byte, error) RenderMarkdownTemplateStub func(*document.Document, string, string, string, string) (string, error) RepoDirStub func(*git.Repo) string RevParseStub func(*git.Repo, string) (string, error) RevParseTagStub func(*git.Repo, string) (string, error) RmStub func(*git.Repo, bool, ...string) error StatStub func(string) (fs.FileInfo, error) TagStringToSemverStub func(string) (semver.Version, error) TemplateExecuteStub func(*template.Template, io.Writer, interface{}) error ValidateAndFinishStub func(*options.Options) error WriteFileStub func(string, []byte, fs.FileMode) error // contains filtered or unexported fields }
func (*FakeImpl) AbsArgsForCall ¶
func (*FakeImpl) AbsCallCount ¶
func (*FakeImpl) AbsReturns ¶
func (*FakeImpl) AbsReturnsOnCall ¶
func (*FakeImpl) AddCallCount ¶
func (*FakeImpl) AddReturns ¶
func (*FakeImpl) AddReturnsOnCall ¶
func (*FakeImpl) CheckoutArgsForCall ¶
func (*FakeImpl) CheckoutCallCount ¶
func (*FakeImpl) CheckoutCalls ¶
func (*FakeImpl) CheckoutReturns ¶
func (*FakeImpl) CheckoutReturnsOnCall ¶
func (*FakeImpl) CloneCVEData ¶ added in v0.9.0
func (*FakeImpl) CloneCVEDataCallCount ¶ added in v0.9.0
func (*FakeImpl) CloneCVEDataCalls ¶ added in v0.9.0
func (*FakeImpl) CloneCVEDataReturns ¶ added in v0.9.0
func (*FakeImpl) CloneCVEDataReturnsOnCall ¶ added in v0.9.0
func (*FakeImpl) CommitArgsForCall ¶
func (*FakeImpl) CommitCallCount ¶
func (*FakeImpl) CommitCalls ¶
func (*FakeImpl) CommitReturns ¶
func (*FakeImpl) CommitReturnsOnCall ¶
func (*FakeImpl) CreateDownloadsTable ¶
func (*FakeImpl) CreateDownloadsTableArgsForCall ¶
func (*FakeImpl) CreateDownloadsTableCallCount ¶
func (*FakeImpl) CreateDownloadsTableCalls ¶
func (*FakeImpl) CreateDownloadsTableReturns ¶
func (*FakeImpl) CreateDownloadsTableReturnsOnCall ¶
func (*FakeImpl) CurrentBranch ¶
func (*FakeImpl) CurrentBranchArgsForCall ¶
func (*FakeImpl) CurrentBranchCallCount ¶
func (*FakeImpl) CurrentBranchCalls ¶
func (*FakeImpl) CurrentBranchReturns ¶
func (*FakeImpl) CurrentBranchReturnsOnCall ¶
func (*FakeImpl) DependencyChanges ¶
func (*FakeImpl) DependencyChangesArgsForCall ¶
func (*FakeImpl) DependencyChangesCallCount ¶
func (*FakeImpl) DependencyChangesCalls ¶
func (*FakeImpl) DependencyChangesReturns ¶
func (*FakeImpl) DependencyChangesReturnsOnCall ¶
func (*FakeImpl) GatherReleaseNotes ¶ added in v0.7.0
func (*FakeImpl) GatherReleaseNotesArgsForCall ¶ added in v0.7.0
func (*FakeImpl) GatherReleaseNotesCallCount ¶ added in v0.7.0
func (*FakeImpl) GatherReleaseNotesCalls ¶ added in v0.7.0
func (*FakeImpl) GatherReleaseNotesReturns ¶ added in v0.7.0
func (fake *FakeImpl) GatherReleaseNotesReturns(result1 *notes.ReleaseNotes, result2 error)
func (*FakeImpl) GatherReleaseNotesReturnsOnCall ¶ added in v0.7.0
func (fake *FakeImpl) GatherReleaseNotesReturnsOnCall(i int, result1 *notes.ReleaseNotes, result2 error)
func (*FakeImpl) GenerateTOCArgsForCall ¶
func (*FakeImpl) GenerateTOCCallCount ¶
func (*FakeImpl) GenerateTOCCalls ¶
func (*FakeImpl) GenerateTOCReturns ¶
func (*FakeImpl) GenerateTOCReturnsOnCall ¶
func (*FakeImpl) GetURLResponseArgsForCall ¶
func (*FakeImpl) GetURLResponseCallCount ¶
func (*FakeImpl) GetURLResponseCalls ¶
func (*FakeImpl) GetURLResponseReturns ¶
func (*FakeImpl) GetURLResponseReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) LatestGitHubTagsPerBranch ¶
func (fake *FakeImpl) LatestGitHubTagsPerBranch() (github.TagsPerBranch, error)
func (*FakeImpl) LatestGitHubTagsPerBranchCallCount ¶
func (*FakeImpl) LatestGitHubTagsPerBranchCalls ¶
func (fake *FakeImpl) LatestGitHubTagsPerBranchCalls(stub func() (github.TagsPerBranch, error))
func (*FakeImpl) LatestGitHubTagsPerBranchReturns ¶
func (fake *FakeImpl) LatestGitHubTagsPerBranchReturns(result1 github.TagsPerBranch, result2 error)
func (*FakeImpl) LatestGitHubTagsPerBranchReturnsOnCall ¶
func (fake *FakeImpl) LatestGitHubTagsPerBranchReturnsOnCall(i int, result1 github.TagsPerBranch, result2 error)
func (*FakeImpl) MarkdownToHTML ¶
func (*FakeImpl) MarkdownToHTMLArgsForCall ¶
func (*FakeImpl) MarkdownToHTMLCallCount ¶
func (*FakeImpl) MarkdownToHTMLCalls ¶
func (*FakeImpl) MarkdownToHTMLReturns ¶
func (*FakeImpl) MarkdownToHTMLReturnsOnCall ¶
func (*FakeImpl) NewDocument ¶ added in v0.7.0
func (*FakeImpl) NewDocumentArgsForCall ¶ added in v0.7.0
func (*FakeImpl) NewDocumentCallCount ¶ added in v0.7.0
func (*FakeImpl) NewDocumentCalls ¶ added in v0.7.0
func (*FakeImpl) NewDocumentReturns ¶ added in v0.7.0
func (*FakeImpl) NewDocumentReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) OpenRepoArgsForCall ¶
func (*FakeImpl) OpenRepoCallCount ¶
func (*FakeImpl) OpenRepoCalls ¶
func (*FakeImpl) OpenRepoReturns ¶
func (*FakeImpl) OpenRepoReturnsOnCall ¶
func (*FakeImpl) ParseHTMLTemplate ¶
func (*FakeImpl) ParseHTMLTemplateArgsForCall ¶
func (*FakeImpl) ParseHTMLTemplateCallCount ¶
func (*FakeImpl) ParseHTMLTemplateCalls ¶
func (*FakeImpl) ParseHTMLTemplateReturns ¶
func (*FakeImpl) ParseHTMLTemplateReturnsOnCall ¶
func (*FakeImpl) ReadFileArgsForCall ¶
func (*FakeImpl) ReadFileCallCount ¶
func (*FakeImpl) ReadFileCalls ¶
func (*FakeImpl) ReadFileReturns ¶
func (*FakeImpl) ReadFileReturnsOnCall ¶
func (*FakeImpl) RenderMarkdownTemplate ¶
func (*FakeImpl) RenderMarkdownTemplateArgsForCall ¶
func (*FakeImpl) RenderMarkdownTemplateCallCount ¶
func (*FakeImpl) RenderMarkdownTemplateCalls ¶
func (*FakeImpl) RenderMarkdownTemplateReturns ¶
func (*FakeImpl) RenderMarkdownTemplateReturnsOnCall ¶
func (*FakeImpl) RepoDirCallCount ¶
func (*FakeImpl) RepoDirReturns ¶
func (*FakeImpl) RepoDirReturnsOnCall ¶
func (*FakeImpl) RevParseArgsForCall ¶
func (*FakeImpl) RevParseCallCount ¶
func (*FakeImpl) RevParseCalls ¶
func (*FakeImpl) RevParseReturns ¶
func (*FakeImpl) RevParseReturnsOnCall ¶
func (*FakeImpl) RevParseTag ¶ added in v0.8.0
func (*FakeImpl) RevParseTagArgsForCall ¶ added in v0.8.0
func (*FakeImpl) RevParseTagCallCount ¶ added in v0.8.0
func (*FakeImpl) RevParseTagCalls ¶ added in v0.8.0
func (*FakeImpl) RevParseTagReturns ¶ added in v0.8.0
func (*FakeImpl) RevParseTagReturnsOnCall ¶ added in v0.8.0
func (*FakeImpl) RmArgsForCall ¶
func (*FakeImpl) RmCallCount ¶
func (*FakeImpl) RmReturnsOnCall ¶
func (*FakeImpl) StatArgsForCall ¶
func (*FakeImpl) StatCallCount ¶
func (*FakeImpl) StatReturns ¶
func (*FakeImpl) StatReturnsOnCall ¶
func (*FakeImpl) TagStringToSemver ¶
func (*FakeImpl) TagStringToSemverArgsForCall ¶
func (*FakeImpl) TagStringToSemverCallCount ¶
func (*FakeImpl) TagStringToSemverCalls ¶
func (*FakeImpl) TagStringToSemverReturns ¶
func (*FakeImpl) TagStringToSemverReturnsOnCall ¶
func (*FakeImpl) TemplateExecute ¶
func (*FakeImpl) TemplateExecuteArgsForCall ¶
func (*FakeImpl) TemplateExecuteCallCount ¶
func (*FakeImpl) TemplateExecuteCalls ¶
func (*FakeImpl) TemplateExecuteReturns ¶
func (*FakeImpl) TemplateExecuteReturnsOnCall ¶
func (*FakeImpl) ValidateAndFinish ¶
func (*FakeImpl) ValidateAndFinishArgsForCall ¶
func (*FakeImpl) ValidateAndFinishCallCount ¶
func (*FakeImpl) ValidateAndFinishCalls ¶
func (*FakeImpl) ValidateAndFinishReturns ¶
func (*FakeImpl) ValidateAndFinishReturnsOnCall ¶
func (*FakeImpl) WriteFileArgsForCall ¶
func (*FakeImpl) WriteFileCallCount ¶
func (*FakeImpl) WriteFileCalls ¶
func (*FakeImpl) WriteFileReturns ¶
func (*FakeImpl) WriteFileReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.