startupcheckerfakes

package
v0.0.0-...-b6cfc2e Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

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 FakeHTTPDoer

type FakeHTTPDoer struct {
	DoStub func(req *http.Request) (*http.Response, error)
	// contains filtered or unexported fields
}

func (*FakeHTTPDoer) Do

func (fake *FakeHTTPDoer) Do(req *http.Request) (*http.Response, error)

func (*FakeHTTPDoer) DoArgsForCall

func (fake *FakeHTTPDoer) DoArgsForCall(i int) *http.Request

func (*FakeHTTPDoer) DoCallCount

func (fake *FakeHTTPDoer) DoCallCount() int

func (*FakeHTTPDoer) DoReturns

func (fake *FakeHTTPDoer) DoReturns(result1 *http.Response, result2 error)

func (*FakeHTTPDoer) DoReturnsOnCall

func (fake *FakeHTTPDoer) DoReturnsOnCall(i int, result1 *http.Response, result2 error)

func (*FakeHTTPDoer) Invocations

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

type FakeTokenRetriever

type FakeTokenRetriever struct {
	GetTokenStub func() (*oauth2.Token, error)
	// contains filtered or unexported fields
}

func (*FakeTokenRetriever) GetToken

func (fake *FakeTokenRetriever) GetToken() (*oauth2.Token, error)

func (*FakeTokenRetriever) GetTokenCallCount

func (fake *FakeTokenRetriever) GetTokenCallCount() int

func (*FakeTokenRetriever) GetTokenReturns

func (fake *FakeTokenRetriever) GetTokenReturns(result1 *oauth2.Token, result2 error)

func (*FakeTokenRetriever) GetTokenReturnsOnCall

func (fake *FakeTokenRetriever) GetTokenReturnsOnCall(i int, result1 *oauth2.Token, result2 error)

func (*FakeTokenRetriever) Invocations

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

Jump to

Keyboard shortcuts

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