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