carry

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDoer

type MockDoer struct {
	mock.Mock
}

MockDoer is an autogenerated mock type for the Doer type

func NewMockDoer

func NewMockDoer(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDoer

NewMockDoer creates a new instance of MockDoer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockDoer) Do

func (_m *MockDoer) Do(req *http.Request) (*http.Response, error)

Do provides a mock function with given fields: req

func (*MockDoer) EXPECT

func (_m *MockDoer) EXPECT() *MockDoer_Expecter

type MockDoer_Do_Call

type MockDoer_Do_Call struct {
	*mock.Call
}

MockDoer_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'

func (*MockDoer_Do_Call) Return

func (_c *MockDoer_Do_Call) Return(_a0 *http.Response, _a1 error) *MockDoer_Do_Call

func (*MockDoer_Do_Call) Run

func (_c *MockDoer_Do_Call) Run(run func(req *http.Request)) *MockDoer_Do_Call

func (*MockDoer_Do_Call) RunAndReturn

func (_c *MockDoer_Do_Call) RunAndReturn(run func(*http.Request) (*http.Response, error)) *MockDoer_Do_Call

type MockDoer_Expecter

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

func (*MockDoer_Expecter) Do

func (_e *MockDoer_Expecter) Do(req interface{}) *MockDoer_Do_Call

Do is a helper method to define mock.On call

  • req *http.Request

Jump to

Keyboard shortcuts

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