test: command api

This commit is contained in:
IliaDenisov
2026-02-11 20:00:32 +03:00
parent 751214e5d0
commit 7c4e2a6f88
5 changed files with 865 additions and 52 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
type Relation string
const (
RelationWar Relation = "War"
RelationPeace Relation = "Peace"
RelationWar Relation = "WAR"
RelationPeace Relation = "PEACE"
)
var (