Documentation ¶
Index ¶
- Variables
- func CountShips() (int, error)
- func CountShipsOfType(shipType int) (int, error)
- func DeleteMarketDataOlderThan(t time.Time) error
- func GetMarketLocations() ([]string, error)
- func GetShipDataByType(shipType int) ([]string, error)
- func RecordMarketData(location string, data string) error
- type Market
- type Ship
Constants ¶
This section is empty.
Variables ¶
View Source
var Conn *gorm.DB
Functions ¶
func CountShips ¶
func CountShipsOfType ¶
func GetMarketLocations ¶
func GetShipDataByType ¶
func RecordMarketData ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.