Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriceStats ¶
func NewPrice ¶
func NewPrice(price float64, volume uint64) *PriceStats
func (*PriceStats) Add ¶
func (this *PriceStats) Add(price float64, volume uint64)
func (*PriceStats) Merge ¶
func (this *PriceStats) Merge(other *PriceStats)
func (*PriceStats) String ¶
func (this *PriceStats) String() string
type Region ¶
type Region struct { Prices map[uint64]map[uint64]*PriceStats RegionID uint64 }
func (*Region) ConstructSQL ¶
func (*Region) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.