mocks

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2021 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 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) EXPECT

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

func (*MockIHttpClient) PostForm

func (m *MockIHttpClient) PostForm(url string, data url.Values) (*http.Response, error)

PostForm mocks base method

type MockIHttpClientMockRecorder

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

MockIHttpClientMockRecorder is the mock recorder for MockIHttpClient

func (*MockIHttpClientMockRecorder) PostForm

func (mr *MockIHttpClientMockRecorder) PostForm(url, data interface{}) *gomock.Call

PostForm indicates an expected call of PostForm

type MockIRecaptcha

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

MockIRecaptcha is a mock of IRecaptcha interface

func NewMockIRecaptcha

func NewMockIRecaptcha(ctrl *gomock.Controller) *MockIRecaptcha

NewMockIRecaptcha creates a new mock instance

func (*MockIRecaptcha) Check

func (m *MockIRecaptcha) Check(remoteIP, response string) (*recaptcha.Response, error)

Check mocks base method

func (*MockIRecaptcha) EXPECT

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

type MockIRecaptchaMockRecorder

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

MockIRecaptchaMockRecorder is the mock recorder for MockIRecaptcha

func (*MockIRecaptchaMockRecorder) Check

func (mr *MockIRecaptchaMockRecorder) Check(remoteIP, response interface{}) *gomock.Call

Check indicates an expected call of Check

Jump to

Keyboard shortcuts

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