mocks

package
v0.43.4 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockBot

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

MockBot is a mock of Bot interface.

func NewMockBot

func NewMockBot(ctrl *gomock.Controller) *MockBot

NewMockBot creates a new mock instance.

func (*MockBot) EXPECT

func (m *MockBot) EXPECT() *MockBotMockRecorder

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

func (*MockBot) GetTraderDetails added in v0.40.0

func (m *MockBot) GetTraderDetails() string

GetTraderDetails mocks base method.

func (*MockBot) Start

func (m *MockBot) Start() error

Start mocks base method.

func (*MockBot) Stop

func (m *MockBot) Stop()

Stop mocks base method.

type MockBotMockRecorder

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

MockBotMockRecorder is the mock recorder for MockBot.

func (*MockBotMockRecorder) GetTraderDetails added in v0.40.0

func (mr *MockBotMockRecorder) GetTraderDetails() *gomock.Call

GetTraderDetails indicates an expected call of GetTraderDetails.

func (*MockBotMockRecorder) Start

func (mr *MockBotMockRecorder) Start() *gomock.Call

Start indicates an expected call of Start.

func (*MockBotMockRecorder) Stop

func (mr *MockBotMockRecorder) Stop() *gomock.Call

Stop indicates an expected call of Stop.

type MockPricingEngine

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

MockPricingEngine is a mock of PricingEngine interface.

func NewMockPricingEngine

func NewMockPricingEngine(ctrl *gomock.Controller) *MockPricingEngine

NewMockPricingEngine creates a new mock instance.

func (*MockPricingEngine) EXPECT

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

func (*MockPricingEngine) GetPrice

GetPrice mocks base method.

type MockPricingEngineMockRecorder

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

MockPricingEngineMockRecorder is the mock recorder for MockPricingEngine.

func (*MockPricingEngineMockRecorder) GetPrice

func (mr *MockPricingEngineMockRecorder) GetPrice(arg0 interface{}) *gomock.Call

GetPrice indicates an expected call of GetPrice.

Jump to

Keyboard shortcuts

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