Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) Do(arg1 *http.Request) (*http.Response, error)
- func (fake *FakeClient) DoArgsForCall(i int) *http.Request
- func (fake *FakeClient) DoCallCount() int
- func (fake *FakeClient) DoCalls(stub func(*http.Request) (*http.Response, error))
- func (fake *FakeClient) DoReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { DoStub func(*http.Request) (*http.Response, error) // contains filtered or unexported fields }
func (*FakeClient) DoArgsForCall ¶
func (fake *FakeClient) DoArgsForCall(i int) *http.Request
func (*FakeClient) DoCallCount ¶
func (fake *FakeClient) DoCallCount() int
func (*FakeClient) DoReturns ¶
func (fake *FakeClient) DoReturns(result1 *http.Response, result2 error)
func (*FakeClient) DoReturnsOnCall ¶
func (fake *FakeClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.