mockhttp

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 2 more Imports: 4 Imported by: 0

Documentation

Overview

Package mockhttp is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock of Client interface

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance

func (*MockClient) Delete

func (m *MockClient) Delete(ctx context.Context, path string, reqBody, rspBody interface{}, opts ...client.Option) error

Delete mocks base method

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) Get

func (m *MockClient) Get(ctx context.Context, path string, rspBody interface{}, opts ...client.Option) error

Get mocks base method

func (*MockClient) Patch

func (m *MockClient) Patch(ctx context.Context, path string, reqBody, rspBody interface{}, opts ...client.Option) error

Patch mocks base method

func (*MockClient) Post

func (m *MockClient) Post(ctx context.Context, path string, reqBody, rspBody interface{}, opts ...client.Option) error

Post mocks base method

func (*MockClient) Put

func (m *MockClient) Put(ctx context.Context, path string, reqBody, rspBody interface{}, opts ...client.Option) error

Put mocks base method

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(ctx, path, reqBody, rspBody interface{}, opts ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(ctx, path, rspBody interface{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockClientMockRecorder) Patch

func (mr *MockClientMockRecorder) Patch(ctx, path, reqBody, rspBody interface{}, opts ...interface{}) *gomock.Call

Patch indicates an expected call of Patch

func (*MockClientMockRecorder) Post

func (mr *MockClientMockRecorder) Post(ctx, path, reqBody, rspBody interface{}, opts ...interface{}) *gomock.Call

Post indicates an expected call of Post

func (*MockClientMockRecorder) Put

func (mr *MockClientMockRecorder) Put(ctx, path, reqBody, rspBody interface{}, opts ...interface{}) *gomock.Call

Put indicates an expected call of Put

Jump to

Keyboard shortcuts

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