Documentation ¶
Overview ¶
Package mock_requester is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHttpRequest ¶
type MockHttpRequest struct {
// contains filtered or unexported fields
}
MockHttpRequest is a mock of HttpRequest interface.
func NewMockHttpRequest ¶
func NewMockHttpRequest(ctrl *gomock.Controller) *MockHttpRequest
NewMockHttpRequest creates a new mock instance.
func (*MockHttpRequest) EXPECT ¶
func (m *MockHttpRequest) EXPECT() *MockHttpRequestMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHttpRequest) MakeRequest ¶
func (m *MockHttpRequest) MakeRequest(url string) (string, int, error)
MakeRequest mocks base method.
type MockHttpRequestMockRecorder ¶
type MockHttpRequestMockRecorder struct {
// contains filtered or unexported fields
}
MockHttpRequestMockRecorder is the mock recorder for MockHttpRequest.
func (*MockHttpRequestMockRecorder) MakeRequest ¶
func (mr *MockHttpRequestMockRecorder) MakeRequest(url interface{}) *gomock.Call
MakeRequest indicates an expected call of MakeRequest.
func (*MockHttpRequestMockRecorder) Normalize ¶
func (mr *MockHttpRequestMockRecorder) Normalize(str interface{}) *gomock.Call
Normalize indicates an expected call of Normalize.
Click to show internal directories.
Click to hide internal directories.