exchanges

package
v0.0.0-...-e7652ed Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package exchanges is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	ListenSymbol(symbol string) (chan tick.Tick, chan struct{}, error)
	Name() string
}

type MockAdapter

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

MockAdapter is a mock of Adapter interface.

func NewMockAdapter

func NewMockAdapter(ctrl *gomock.Controller) *MockAdapter

NewMockAdapter creates a new mock instance.

func (*MockAdapter) EXPECT

func (m *MockAdapter) EXPECT() *MockAdapterMockRecorder

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

func (*MockAdapter) ListenSymbol

func (m *MockAdapter) ListenSymbol(symbol string) (chan tick.Tick, chan struct{}, error)

ListenSymbol mocks base method.

func (*MockAdapter) Name

func (m *MockAdapter) Name() string

Name mocks base method.

type MockAdapterMockRecorder

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

MockAdapterMockRecorder is the mock recorder for MockAdapter.

func (*MockAdapterMockRecorder) ListenSymbol

func (mr *MockAdapterMockRecorder) ListenSymbol(symbol interface{}) *gomock.Call

ListenSymbol indicates an expected call of ListenSymbol.

func (*MockAdapterMockRecorder) Name

func (mr *MockAdapterMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

Jump to

Keyboard shortcuts

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