mock_requester

package
v0.0.0-...-928c147 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock_requester is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHttpRequest

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

MockHttpRequest is a mock of HttpRequest interface.

func NewMockHttpRequest

func NewMockHttpRequest(ctrl *gomock.Controller) *MockHttpRequest

NewMockHttpRequest creates a new mock instance.

func (*MockHttpRequest) EXPECT

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

func (*MockHttpRequest) MakeRequest

func (m *MockHttpRequest) MakeRequest(url string) (string, int, error)

MakeRequest mocks base method.

func (*MockHttpRequest) Normalize

func (m *MockHttpRequest) Normalize(str string) (string, error)

Normalize mocks base method.

type MockHttpRequestMockRecorder

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

MockHttpRequestMockRecorder is the mock recorder for MockHttpRequest.

func (*MockHttpRequestMockRecorder) MakeRequest

func (mr *MockHttpRequestMockRecorder) MakeRequest(url interface{}) *gomock.Call

MakeRequest indicates an expected call of MakeRequest.

func (*MockHttpRequestMockRecorder) Normalize

func (mr *MockHttpRequestMockRecorder) Normalize(str interface{}) *gomock.Call

Normalize indicates an expected call of Normalize.

Jump to

Keyboard shortcuts

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