mock_starr

package
v0.11.16 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mock_starr is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIer

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

MockAPIer is a mock of APIer interface.

func NewMockAPIer

func NewMockAPIer(ctrl *gomock.Controller) *MockAPIer

NewMockAPIer creates a new mock instance.

func (*MockAPIer) EXPECT

func (m *MockAPIer) EXPECT() *MockAPIerMockRecorder

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

func (*MockAPIer) Get

func (m *MockAPIer) Get(arg0 string, arg1 url.Values) ([]byte, error)

Get mocks base method.

func (*MockAPIer) GetInto

func (m *MockAPIer) GetInto(arg0 string, arg1 url.Values, arg2 interface{}) error

GetInto mocks base method.

func (*MockAPIer) Post

func (m *MockAPIer) Post(arg0 string, arg1 url.Values, arg2 []byte) ([]byte, error)

Post mocks base method.

func (*MockAPIer) PostInto

func (m *MockAPIer) PostInto(arg0 string, arg1 url.Values, arg2 []byte, arg3 interface{}) error

PostInto mocks base method.

type MockAPIerMockRecorder

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

MockAPIerMockRecorder is the mock recorder for MockAPIer.

func (*MockAPIerMockRecorder) Get

func (mr *MockAPIerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockAPIerMockRecorder) GetInto

func (mr *MockAPIerMockRecorder) GetInto(arg0, arg1, arg2 interface{}) *gomock.Call

GetInto indicates an expected call of GetInto.

func (*MockAPIerMockRecorder) Post

func (mr *MockAPIerMockRecorder) Post(arg0, arg1, arg2 interface{}) *gomock.Call

Post indicates an expected call of Post.

func (*MockAPIerMockRecorder) PostInto

func (mr *MockAPIerMockRecorder) PostInto(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

PostInto indicates an expected call of PostInto.

Jump to

Keyboard shortcuts

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