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