Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RateByTime ¶
type RateByTime []*currency.ExchangeRateRecord
func (RateByTime) Len ¶
func (a RateByTime) Len() int
func (RateByTime) Less ¶
func (a RateByTime) Less(i, j int) bool
func (RateByTime) Swap ¶
func (a RateByTime) Swap(i, j int)
type ReserveByTime ¶
type ReserveByTime []*currency.ReserveRecord
func (ReserveByTime) Len ¶
func (a ReserveByTime) Len() int
func (ReserveByTime) Less ¶
func (a ReserveByTime) Less(i, j int) bool
func (ReserveByTime) Swap ¶
func (a ReserveByTime) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.