v0.5.0 user support with auth added, tests and doc updated
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user