Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeTransport
- func (fake *FakeTransport) Invocations() map[string][][]interface{}
- func (fake *FakeTransport) Upload(fileGlob string, filepathPrefix string, sourcesDir string) error
- func (fake *FakeTransport) UploadArgsForCall(i int) (string, string, string)
- func (fake *FakeTransport) UploadCallCount() int
- func (fake *FakeTransport) UploadReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTransport ¶
type FakeTransport struct { UploadStub func(fileGlob string, filepathPrefix string, sourcesDir string) error // contains filtered or unexported fields }
func (*FakeTransport) Invocations ¶ added in v0.16.4
func (fake *FakeTransport) Invocations() map[string][][]interface{}
func (*FakeTransport) Upload ¶
func (fake *FakeTransport) Upload(fileGlob string, filepathPrefix string, sourcesDir string) error
func (*FakeTransport) UploadArgsForCall ¶
func (fake *FakeTransport) UploadArgsForCall(i int) (string, string, string)
func (*FakeTransport) UploadCallCount ¶
func (fake *FakeTransport) UploadCallCount() int
func (*FakeTransport) UploadReturns ¶
func (fake *FakeTransport) UploadReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.