feat: order processing

feat: order commands result save/load
This commit is contained in:
Ilia Denisov
2026-02-20 17:44:41 +02:00
committed by GitHub
parent 0c0df976bd
commit 233c9ebc2a
26 changed files with 2028 additions and 385 deletions
+1
View File
@@ -91,6 +91,7 @@ func (c *Cache) validActor(name string) (int, error) {
return i, nil
}
// validRace returns index of race with given name or error when race not found or extinct
func (c *Cache) validRace(name string) (int, error) {
i, err := c.raceIndex(name)
if err != nil {