client io architecture

This commit is contained in:
Ilia Denisov
2026-03-12 18:45:46 +02:00
committed by GitHub
parent 2dafa69b93
commit 079b9facb0
36 changed files with 1810 additions and 460 deletions
+4
View File
@@ -14,6 +14,10 @@ func F(v float64) Float {
return Float(u.Fixed3(v))
}
func (f Float) F() float64 {
return float64(f)
}
type Report struct {
Version uint `json:"version"`
Turn uint `json:"turn"`