Versions in this module Expand all Collapse all v0 v0.2.1 Oct 18, 2020 v0.2.0 Oct 18, 2020 v0.1.0 Oct 17, 2020 Changes in this version + type Battle struct + Casualties statistics.SideNumbers + Commanders SideActors + CommandersByFaction CommandersByFaction + Date string + Description string + Extract string + Factions SideActors + ID int + Location locations.Location + Name string + PartOf string + Result string + Strength statistics.SideNumbers + TerritorialChanges string + URL string + type BattleItem struct + Name string + URL string + type CommandersByFaction map[int][]int + type Reader interface + Find func(id int) *Battle + type Repository interface + type SideActors struct + A []int + B []int + type Writer interface + Export func(fileName string) error + Save func(b Battle) error