Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Almanac ¶
type Almanac struct {
SeedMaps []*SeedMap
SrcDstMapList []*SrcDstMap
// contains filtered or unexported fields
}
func NewAlmanac ¶
func (*Almanac) FindLowestLocationNumber ¶
func (*Almanac) SrcDstMapListBySource ¶
type ItemName ¶
type ItemName string
const FertilizerItem ItemName = "fertilizer"
const HumidityItem ItemName = "humidity"
const LightItem ItemName = "light"
const LocationItem ItemName = "location"
const SeedItem ItemName = "seed"
const SoilItem ItemName = "soil"
const TemperatureItem ItemName = "temperature"
const WaterItem ItemName = "water"
Click to show internal directories.
Click to hide internal directories.