Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Create(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeImpl) CreateArgsForCall(i int) (string, string, string)
- func (fake *FakeImpl) CreateCallCount() int
- func (fake *FakeImpl) CreateCalls(stub func(string, string, string) error)
- func (fake *FakeImpl) CreateReturns(result1 error)
- func (fake *FakeImpl) CreateReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) GetGoVersion(arg1 string) (string, error)
- func (fake *FakeImpl) GetGoVersionArgsForCall(i int) string
- func (fake *FakeImpl) GetGoVersionCallCount() int
- func (fake *FakeImpl) GetGoVersionCalls(stub func(string) (string, error))
- func (fake *FakeImpl) GetGoVersionReturns(result1 string, result2 error)
- func (fake *FakeImpl) GetGoVersionReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) ReadChangelogFile(arg1 string) ([]byte, error)
- func (fake *FakeImpl) ReadChangelogFileArgsForCall(i int) string
- func (fake *FakeImpl) ReadChangelogFileCallCount() int
- func (fake *FakeImpl) ReadChangelogFileCalls(stub func(string) ([]byte, error))
- func (fake *FakeImpl) ReadChangelogFileReturns(result1 []byte, result2 error)
- func (fake *FakeImpl) ReadChangelogFileReturnsOnCall(i int, result1 []byte, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { CreateStub func(string, string, string) error GetGoVersionStub func(string) (string, error) ReadChangelogFileStub func(string) ([]byte, error) // contains filtered or unexported fields }
func (*FakeImpl) CreateArgsForCall ¶
func (*FakeImpl) CreateCallCount ¶
func (*FakeImpl) CreateCalls ¶
func (*FakeImpl) CreateReturns ¶
func (*FakeImpl) CreateReturnsOnCall ¶
func (*FakeImpl) GetGoVersionArgsForCall ¶
func (*FakeImpl) GetGoVersionCallCount ¶
func (*FakeImpl) GetGoVersionCalls ¶
func (*FakeImpl) GetGoVersionReturns ¶
func (*FakeImpl) GetGoVersionReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) ReadChangelogFile ¶
func (*FakeImpl) ReadChangelogFileArgsForCall ¶
func (*FakeImpl) ReadChangelogFileCallCount ¶
func (*FakeImpl) ReadChangelogFileCalls ¶
func (*FakeImpl) ReadChangelogFileReturns ¶
Click to show internal directories.
Click to hide internal directories.