Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeHttpClientInterface
- func (fake *FakeHttpClientInterface) Do(req *http.Request) (resp *http.Response, err error)
- func (fake *FakeHttpClientInterface) DoArgsForCall(i int) *http.Request
- func (fake *FakeHttpClientInterface) DoCallCount() int
- func (fake *FakeHttpClientInterface) DoReturns(result1 *http.Response, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHttpClientInterface ¶
type FakeHttpClientInterface struct { DoStub func(req *http.Request) (resp *http.Response, err error) // contains filtered or unexported fields }
func (*FakeHttpClientInterface) DoArgsForCall ¶
func (fake *FakeHttpClientInterface) DoArgsForCall(i int) *http.Request
func (*FakeHttpClientInterface) DoCallCount ¶
func (fake *FakeHttpClientInterface) DoCallCount() int
Click to show internal directories.
Click to hide internal directories.