mocks

package
v0.0.0-...-8f202a6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIHTTPClientWrapper

type MockIHTTPClientWrapper struct {
	// contains filtered or unexported fields
}

MockIHTTPClientWrapper is a mock of IHTTPClientWrapper interface.

func NewMockIHTTPClientWrapper

func NewMockIHTTPClientWrapper(ctrl *gomock.Controller) *MockIHTTPClientWrapper

NewMockIHTTPClientWrapper creates a new mock instance.

func (*MockIHTTPClientWrapper) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIHTTPClientWrapper) Get

func (m *MockIHTTPClientWrapper) Get(url string, headers http.Header) (*http.Response, error)

Get mocks base method.

func (*MockIHTTPClientWrapper) Post

func (m *MockIHTTPClientWrapper) Post(url string, request interface{}, headers http.Header) (*http.Response, error)

Post mocks base method.

func (*MockIHTTPClientWrapper) PostMultipart

func (m *MockIHTTPClientWrapper) PostMultipart(url string, body *bytes.Buffer, headers http.Header) (*http.Response, error)

PostMultipart mocks base method.

func (*MockIHTTPClientWrapper) PostMultipartWithContext

func (m *MockIHTTPClientWrapper) PostMultipartWithContext(ctx context.Context, url string, body *bytes.Buffer, headers http.Header) (*http.Response, error)

PostMultipartWithContext mocks base method.

func (*MockIHTTPClientWrapper) PostWithContext

func (m *MockIHTTPClientWrapper) PostWithContext(ctx context.Context, url string, request interface{}, headers http.Header) (*http.Response, error)

PostWithContext mocks base method.

type MockIHTTPClientWrapperMockRecorder

type MockIHTTPClientWrapperMockRecorder struct {
	// contains filtered or unexported fields
}

MockIHTTPClientWrapperMockRecorder is the mock recorder for MockIHTTPClientWrapper.

func (*MockIHTTPClientWrapperMockRecorder) Get

func (mr *MockIHTTPClientWrapperMockRecorder) Get(url, headers interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockIHTTPClientWrapperMockRecorder) Post

func (mr *MockIHTTPClientWrapperMockRecorder) Post(url, request, headers interface{}) *gomock.Call

Post indicates an expected call of Post.

func (*MockIHTTPClientWrapperMockRecorder) PostMultipart

func (mr *MockIHTTPClientWrapperMockRecorder) PostMultipart(url, body, headers interface{}) *gomock.Call

PostMultipart indicates an expected call of PostMultipart.

func (*MockIHTTPClientWrapperMockRecorder) PostMultipartWithContext

func (mr *MockIHTTPClientWrapperMockRecorder) PostMultipartWithContext(ctx, url, body, headers interface{}) *gomock.Call

PostMultipartWithContext indicates an expected call of PostMultipartWithContext.

func (*MockIHTTPClientWrapperMockRecorder) PostWithContext

func (mr *MockIHTTPClientWrapperMockRecorder) PostWithContext(ctx, url, request, headers interface{}) *gomock.Call

PostWithContext indicates an expected call of PostWithContext.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL