generated from VLADIMIR/template
10 lines
125 B
Go
10 lines
125 B
Go
package repos
|
|
|
|
type Team struct {
|
|
ID int
|
|
Name string
|
|
Status string
|
|
Password string
|
|
ScenarioId int
|
|
}
|