v0.5.0 user support with auth added, tests and doc updated

This commit is contained in:
2025-11-05 02:56:41 -05:00
parent 03ca58809b
commit b8e3f631a2
25 changed files with 2409 additions and 1172 deletions
+1
View File
@@ -21,6 +21,7 @@ const (
// Command is a unified structure for all processor operations
type Command struct {
Type CommandType
UserID string
GameID string // For game-specific commands
Args interface{} // Command-specific arguments
}