feat: order processing
feat: order commands result save/load
This commit is contained in:
@@ -26,6 +26,7 @@ import (
|
||||
"github.com/iliadenisov/galaxy/internal/model/game"
|
||||
)
|
||||
|
||||
// RaceID returns ID of race with given actor's name or error when race not found or extinct
|
||||
func (c Controller) RaceID(actor string) (uuid.UUID, error) {
|
||||
ri, err := c.Cache.validRace(actor)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user