Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
Error interface{} `json:"error"`
Data []byte `json:"data"`
}
Message -
type Rates ¶
type Rates struct {
Logger *logging.Logger
Database *bridge.Database
Counter *counter.RateCounter
LogStore *logging.LogStore
Strategy bridge.IStrategy
Stores *rates.Stores
Config []config.RatesModules
Components *bridge.Components
OnRatesUpdate sync.Map
RegisterModulesResponse func(id string, call func(string, interface{}) (interface{}, bool))
DBLocation string
}
Rates -
func (*Rates) GetAssetData ¶
GetAssetData -
Source Files
¶
- iqoptions.go
- rates.go
- static.go
Click to show internal directories.
Click to hide internal directories.