Versions in this module Expand all Collapse all v1 v1.1.0 Jul 26, 2018 v1.0.0 Jun 3, 2018 Changes in this version + type MockHTTP struct + func NewMockHTTP(ctrl *gomock.Controller) *MockHTTP + func (m *MockHTTP) EXPECT() *MockHTTPMockRecorder + func (m *MockHTTP) Get(arg0 string) (io.ReadCloser, error) + type MockHTTPMockRecorder struct + func (mr *MockHTTPMockRecorder) Get(arg0 interface{}) *gomock.Call + type MockHTTPRESP struct + func NewMockHTTPRESP(ctrl *gomock.Controller) *MockHTTPRESP + func (m *MockHTTPRESP) Close() error + func (m *MockHTTPRESP) EXPECT() *MockHTTPRESPMockRecorder + type MockHTTPRESPMockRecorder struct + func (mr *MockHTTPRESPMockRecorder) Close() *gomock.Call