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