feat: status api

This commit is contained in:
Ilia Denisov
2026-01-07 18:38:06 +02:00
parent 1b0ab7a079
commit 204d3df8cf
20 changed files with 188 additions and 40 deletions
+6
View File
@@ -0,0 +1,6 @@
package rest
type Status struct {
Turn uint `json:"turn"`
Players int `json:"players"`
}