Documentation ¶
Index ¶
- type Database
- type LoginResponseError
- type LoginSuccess
- type Rates
- func (cc *Rates) Create(opt *core.IRatesCallback) (err error)
- func (cc *Rates) EnableAsset(ID string) bool
- func (cc *Rates) GetAssetData() (data interface{})
- func (cc *Rates) GetPoints(opt rates.CandleRequest) (data map[int][]rates.Points, err error)
- func (cc *Rates) Name() string
- func (cc *Rates) ResetToken(callback func()) (err error)
- func (cc *Rates) Run() bool
- func (cc *Rates) SetRatesAsset(opt controllers.SetRatesAsset) (err error)
- func (cc *Rates) SetRatesProviderConfig(opt database.ProviderConfig) (err error)
- func (cc *Rates) SetRatesProviderConfigIgnores() (ignore map[string]bool)
- func (cc *Rates) Version() string
- type Stores
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginResponseError ¶
LoginResponseError -
type LoginSuccess ¶
LoginSuccess -
type Rates ¶
type Rates struct { Rates *core.IRatesCallback Config *database.ProviderConfig Database *Database Assets []database.Assets Stats *monitor.AllStats Apps core.IApps sync.Mutex }
Rates -
func (*Rates) GetPoints ¶
GetPoints -
func (*Rates) SetRatesAsset ¶
func (cc *Rates) SetRatesAsset(opt controllers.SetRatesAsset) (err error)
SetRatesAsset -
func (*Rates) SetRatesProviderConfig ¶
func (cc *Rates) SetRatesProviderConfig(opt database.ProviderConfig) (err error)
SetRatesProviderConfig -
func (*Rates) SetRatesProviderConfigIgnores ¶
SetRatesProviderConfigIgnores -
Click to show internal directories.
Click to hide internal directories.