Versions in this module Expand all Collapse all v0 v0.6.8 Apr 11, 2022 v0.6.7 Jan 25, 2022 Changes in this version + type MockHTTPClient struct + func NewMockHTTPClient(ctrl *gomock.Controller) *MockHTTPClient + func (m *MockHTTPClient) Do(req *fasthttp.Request, resp *fasthttp.Response) error + func (m *MockHTTPClient) EXPECT() *MockHTTPClientMockRecorder + type MockHTTPClientMockRecorder struct + func (mr *MockHTTPClientMockRecorder) Do(req, resp interface{}) *gomock.Call + type MockPool struct + func NewMockPool(ctrl *gomock.Controller) *MockPool + func (m *MockPool) Close() + func (m *MockPool) EXPECT() *MockPoolMockRecorder + func (m *MockPool) Get() (proxy.HTTPClient, error) + func (m *MockPool) Len() int + func (m *MockPool) Put(arg0 proxy.HTTPClient) error + type MockPoolMockRecorder struct + func (mr *MockPoolMockRecorder) Close() *gomock.Call + func (mr *MockPoolMockRecorder) Get() *gomock.Call + func (mr *MockPoolMockRecorder) Len() *gomock.Call + func (mr *MockPoolMockRecorder) Put(arg0 interface{}) *gomock.Call