Documentation ¶
Overview ¶
Package mock_httputils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIreq ¶
type MockIreq struct {
// contains filtered or unexported fields
}
MockIreq is a mock of Ireq interface.
func NewMockIreq ¶
func NewMockIreq(ctrl *gomock.Controller) *MockIreq
NewMockIreq creates a new mock instance.
func (*MockIreq) EXPECT ¶
func (m *MockIreq) EXPECT() *MockIreqMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIreqMockRecorder ¶
type MockIreqMockRecorder struct {
// contains filtered or unexported fields
}
MockIreqMockRecorder is the mock recorder for MockIreq.
func (*MockIreqMockRecorder) Body ¶
func (mr *MockIreqMockRecorder) Body(b interface{}) *gomock.Call
Body indicates an expected call of Body.
func (*MockIreqMockRecorder) Header ¶
func (mr *MockIreqMockRecorder) Header(h interface{}) *gomock.Call
Header indicates an expected call of Header.
func (*MockIreqMockRecorder) Query ¶
func (mr *MockIreqMockRecorder) Query(m interface{}) *gomock.Call
Query indicates an expected call of Query.
func (*MockIreqMockRecorder) Send ¶
func (mr *MockIreqMockRecorder) Send(body interface{}) *gomock.Call
Send indicates an expected call of Send.
Click to show internal directories.
Click to hide internal directories.