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 *logger.Logger
Database *maindb.Database
Provider sync.Map
ProviderPlugins sync.Map
ProviderAssets sync.Map
ProviderConfig sync.Map
RegisterServer func() *rpc2.Server
GatewayAddress func() rpc.GatewayAddress
Server *rpc2.Server
Config []config.RatesModules
Components *components.Components
}
Rates -
Click to show internal directories.
Click to hide internal directories.