Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeHTTPClient
- func (fake *FakeHTTPClient) Get(arg1 string) (*http.Response, error)
- func (fake *FakeHTTPClient) GetArgsForCall(i int) string
- func (fake *FakeHTTPClient) GetCallCount() int
- func (fake *FakeHTTPClient) GetCalls(stub func(string) (*http.Response, error))
- func (fake *FakeHTTPClient) GetReturns(result1 *http.Response, result2 error)
- func (fake *FakeHTTPClient) GetReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeHTTPClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHTTPClient ¶
type FakeHTTPClient struct {
GetStub func(string) (*http.Response, error)
// contains filtered or unexported fields
}
func (*FakeHTTPClient) GetArgsForCall ¶
func (fake *FakeHTTPClient) GetArgsForCall(i int) string
func (*FakeHTTPClient) GetCallCount ¶
func (fake *FakeHTTPClient) GetCallCount() int
func (*FakeHTTPClient) GetCalls ¶
func (fake *FakeHTTPClient) GetCalls(stub func(string) (*http.Response, error))
func (*FakeHTTPClient) GetReturns ¶
func (fake *FakeHTTPClient) GetReturns(result1 *http.Response, result2 error)
func (*FakeHTTPClient) GetReturnsOnCall ¶
func (fake *FakeHTTPClient) GetReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeHTTPClient) Invocations ¶
func (fake *FakeHTTPClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.