fake_ccclient

package
v0.0.0-...-93796e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

Index

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) Poll

func (fake *FakePoller) Poll(fallbackURL *url.URL, res *http.Response, cancelChan <-chan struct{}) error

func (*FakePoller) PollArgsForCall

func (fake *FakePoller) PollArgsForCall(i int) (*url.URL, *http.Response, <-chan struct{})

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) Upload

func (fake *FakeUploader) Upload(uploadURL *url.URL, filename string, r *http.Request, cancelChan <-chan struct{}) (*http.Response, error)

func (*FakeUploader) UploadArgsForCall

func (fake *FakeUploader) UploadArgsForCall(i int) (*url.URL, string, *http.Request, <-chan struct{})

func (*FakeUploader) UploadCallCount

func (fake *FakeUploader) UploadCallCount() int

func (*FakeUploader) UploadReturns

func (fake *FakeUploader) UploadReturns(result1 *http.Response, result2 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL