internalfakes

package
v0.0.0-...-bd5852e Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeGithubWebClient

type FakeGithubWebClient struct {
	DownloadStub func(string, string, ...internal.RequestOption) error

	GetStub func(string, ...internal.RequestOption) ([]byte, error)

	PostStub func(string, []byte, ...internal.RequestOption) ([]byte, error)
	// contains filtered or unexported fields
}

func (*FakeGithubWebClient) Download

func (fake *FakeGithubWebClient) Download(arg1 string, arg2 string, arg3 ...internal.RequestOption) error

func (*FakeGithubWebClient) DownloadArgsForCall

func (fake *FakeGithubWebClient) DownloadArgsForCall(i int) (string, string, []internal.RequestOption)

func (*FakeGithubWebClient) DownloadCallCount

func (fake *FakeGithubWebClient) DownloadCallCount() int

func (*FakeGithubWebClient) DownloadCalls

func (fake *FakeGithubWebClient) DownloadCalls(stub func(string, string, ...internal.RequestOption) error)

func (*FakeGithubWebClient) DownloadReturns

func (fake *FakeGithubWebClient) DownloadReturns(result1 error)

func (*FakeGithubWebClient) DownloadReturnsOnCall

func (fake *FakeGithubWebClient) DownloadReturnsOnCall(i int, result1 error)

func (*FakeGithubWebClient) Get

func (fake *FakeGithubWebClient) Get(arg1 string, arg2 ...internal.RequestOption) ([]byte, error)

func (*FakeGithubWebClient) GetArgsForCall

func (fake *FakeGithubWebClient) GetArgsForCall(i int) (string, []internal.RequestOption)

func (*FakeGithubWebClient) GetCallCount

func (fake *FakeGithubWebClient) GetCallCount() int

func (*FakeGithubWebClient) GetCalls

func (fake *FakeGithubWebClient) GetCalls(stub func(string, ...internal.RequestOption) ([]byte, error))

func (*FakeGithubWebClient) GetReturns

func (fake *FakeGithubWebClient) GetReturns(result1 []byte, result2 error)

func (*FakeGithubWebClient) GetReturnsOnCall

func (fake *FakeGithubWebClient) GetReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeGithubWebClient) Invocations

func (fake *FakeGithubWebClient) Invocations() map[string][][]interface{}

func (*FakeGithubWebClient) Post

func (fake *FakeGithubWebClient) Post(arg1 string, arg2 []byte, arg3 ...internal.RequestOption) ([]byte, error)

func (*FakeGithubWebClient) PostArgsForCall

func (fake *FakeGithubWebClient) PostArgsForCall(i int) (string, []byte, []internal.RequestOption)

func (*FakeGithubWebClient) PostCallCount

func (fake *FakeGithubWebClient) PostCallCount() int

func (*FakeGithubWebClient) PostCalls

func (fake *FakeGithubWebClient) PostCalls(stub func(string, []byte, ...internal.RequestOption) ([]byte, error))

func (*FakeGithubWebClient) PostReturns

func (fake *FakeGithubWebClient) PostReturns(result1 []byte, result2 error)

func (*FakeGithubWebClient) PostReturnsOnCall

func (fake *FakeGithubWebClient) PostReturnsOnCall(i int, result1 []byte, result2 error)

Jump to

Keyboard shortcuts

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