Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2021 Changes in this version + type FakeHTTPClient struct + GetStub func(string) (*http.Response, error) + 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{}