generated from VLADIMIR/template
9 lines
108 B
Go
9 lines
108 B
Go
package game_service
|
|
|
|
type Team struct {
|
|
ID int
|
|
Name string
|
|
Status string
|
|
Password string
|
|
}
|