Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) GithubCallCount() int
- func (fake *FakeImpl) GithubCalls(stub func() *githuba.GitHub)
- func (fake *FakeImpl) GithubReturns(result1 *githuba.GitHub)
- func (fake *FakeImpl) GithubReturnsOnCall(i int, result1 *githuba.GitHub)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) ProcessAssetFilesArgsForCall(i int) []string
- func (fake *FakeImpl) ProcessAssetFilesCallCount() int
- func (fake *FakeImpl) ProcessAssetFilesCalls(stub func([]string) ([]map[string]string, error))
- func (fake *FakeImpl) ProcessAssetFilesReturns(result1 []map[string]string, result2 error)
- func (fake *FakeImpl) ProcessAssetFilesReturnsOnCall(i int, result1 []map[string]string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct {
// contains filtered or unexported fields
}
func (*FakeImpl) GithubCallCount ¶
func (*FakeImpl) GithubCalls ¶
func (*FakeImpl) GithubReturns ¶
func (*FakeImpl) GithubReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) ProcessAssetFilesArgsForCall ¶
func (*FakeImpl) ProcessAssetFilesCallCount ¶
func (*FakeImpl) ProcessAssetFilesCalls ¶
func (*FakeImpl) ProcessAssetFilesReturns ¶
Click to show internal directories.
Click to hide internal directories.