Versions in this module Expand all Collapse all v0 v0.0.6 Jul 13, 2016 Changes in this version + type FakeDoer struct + DoStub func(*http.Request) (*http.Response, error) + 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)