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
GetTraderDetails 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 ¶
func (m *MockPricingEngine) EXPECT() *MockPricingEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPricingEngine) GetPrice ¶
func (m *MockPricingEngine) GetPrice(arg0 config.PriceConfig) (service.PriceResponse, error)
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.