mocks

package
v0.0.0-...-dcd4fad Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2022 License: GPL-3.0 Imports: 2 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 MockProxy

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

MockProxy is a mock of Proxy interface.

func NewMockProxy

func NewMockProxy(ctrl *gomock.Controller) *MockProxy

NewMockProxy creates a new mock instance.

func (*MockProxy) BuyGood

func (m *MockProxy) BuyGood(arg0 string, arg1 int) ([]byte, error)

BuyGood mocks base method.

func (*MockProxy) EXPECT

func (m *MockProxy) EXPECT() *MockProxyMockRecorder

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

func (*MockProxy) GetFlightPlan

func (m *MockProxy) GetFlightPlan(arg0 string) ([]byte, error)

GetFlightPlan mocks base method.

func (*MockProxy) GetMarketplaceProducts

func (m *MockProxy) GetMarketplaceProducts(arg0 string) ([]byte, error)

GetMarketplaceProducts mocks base method.

func (*MockProxy) GetShipInfo

func (m *MockProxy) GetShipInfo() ([]byte, error)

GetShipInfo mocks base method.

func (*MockProxy) SellGood

func (m *MockProxy) SellGood(arg0 string, arg1 int) ([]byte, error)

SellGood mocks base method.

func (*MockProxy) SetNewFlightPlan

func (m *MockProxy) SetNewFlightPlan(arg0 string) ([]byte, error)

SetNewFlightPlan mocks base method.

type MockProxyMockRecorder

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

MockProxyMockRecorder is the mock recorder for MockProxy.

func (*MockProxyMockRecorder) BuyGood

func (mr *MockProxyMockRecorder) BuyGood(arg0, arg1 interface{}) *gomock.Call

BuyGood indicates an expected call of BuyGood.

func (*MockProxyMockRecorder) GetFlightPlan

func (mr *MockProxyMockRecorder) GetFlightPlan(arg0 interface{}) *gomock.Call

GetFlightPlan indicates an expected call of GetFlightPlan.

func (*MockProxyMockRecorder) GetMarketplaceProducts

func (mr *MockProxyMockRecorder) GetMarketplaceProducts(arg0 interface{}) *gomock.Call

GetMarketplaceProducts indicates an expected call of GetMarketplaceProducts.

func (*MockProxyMockRecorder) GetShipInfo

func (mr *MockProxyMockRecorder) GetShipInfo() *gomock.Call

GetShipInfo indicates an expected call of GetShipInfo.

func (*MockProxyMockRecorder) SellGood

func (mr *MockProxyMockRecorder) SellGood(arg0, arg1 interface{}) *gomock.Call

SellGood indicates an expected call of SellGood.

func (*MockProxyMockRecorder) SetNewFlightPlan

func (mr *MockProxyMockRecorder) SetNewFlightPlan(arg0 interface{}) *gomock.Call

SetNewFlightPlan indicates an expected call of SetNewFlightPlan.

Jump to

Keyboard shortcuts

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