Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBChangeset ¶
type DBJewel ¶
type DBJewel struct { Id int `db:"id"` JewelType string `db:"jewelType"` JewelClass string `db:"jewelClass"` AllocatedNode string `db:"allocatedNode"` ItemId string `db:"itemId"` StashId string `db:"stashId"` League string `db:"league"` ListPriceAmount float64 `db:"listPriceAmount"` ListPriceCurrency string `db:"listPriceCurrency"` LastChangeId string `db:"lastChangeId"` RecordedAt time.Time `db:"recordedAt"` }
type DBJewelSnapshot ¶
type DBJewelSnapshot struct { Id int `db:"id"` SetId int `db:"setId"` JewelType string `db:"jewelType"` JewelClass string `db:"jewelClass"` AllocatedNode string `db:"allocatedNode"` MinPrice float64 `db:"minPrice"` FirstQuartilePrice float64 `db:"firstQuartilePrice"` MedianPrice float64 `db:"medianPrice"` ThirdQuartilePrice float64 `db:"thirdQuartilePrice"` MaxPrice float64 `db:"maxPrice"` WindowPrice float64 `db:"windowPrice"` Confidence float64 `db:"confidence"` Stddev float64 `db:"stddev"` NumListed int `db:"numListed"` GeneratedAt time.Time `db:"generatedAt"` }
type DBSnapshotSet ¶
type PGXScanner ¶
type PGXScanner interface {
Scan(dest ...interface{}) (err error)
}
Click to show internal directories.
Click to hide internal directories.