Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakePoller
- type FakeUploader
- func (fake *FakeUploader) Upload(uploadURL *url.URL, filename string, r *http.Request, ...) (*http.Response, error)
- func (fake *FakeUploader) UploadArgsForCall(i int) (*url.URL, string, *http.Request, <-chan struct{})
- func (fake *FakeUploader) UploadCallCount() int
- func (fake *FakeUploader) UploadReturns(result1 *http.Response, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePoller ¶
type FakePoller struct { PollStub func(fallbackURL *url.URL, res *http.Response, cancelChan <-chan struct{}) error // contains filtered or unexported fields }
func (*FakePoller) PollArgsForCall ¶
func (*FakePoller) PollCallCount ¶
func (fake *FakePoller) PollCallCount() int
func (*FakePoller) PollReturns ¶
func (fake *FakePoller) PollReturns(result1 error)
type FakeUploader ¶
type FakeUploader struct { UploadStub func(uploadURL *url.URL, filename string, r *http.Request, cancelChan <-chan struct{}) (*http.Response, error) // contains filtered or unexported fields }
func (*FakeUploader) UploadArgsForCall ¶
func (*FakeUploader) UploadCallCount ¶
func (fake *FakeUploader) UploadCallCount() int
func (*FakeUploader) UploadReturns ¶
func (fake *FakeUploader) UploadReturns(result1 *http.Response, result2 error)
Click to show internal directories.
Click to hide internal directories.