Versions in this module Expand all Collapse all v0 v0.2.0 Nov 6, 2020 Changes in this version + type Market struct + Station station.StationMap + func NewMarket() *Market + func (m *Market) AddPrice(timestamp int64, ID, fuel string, price float64) error + func (m *Market) BestStations(timestamp int64, fuel string) (goodPrice float64, stations station.StationMap) + func (m *Market) UpsertStation(ID, brand, name, place string)