generated from VLADIMIR/template
add game
This commit is contained in:
@@ -9,10 +9,12 @@ func mapTeam(
|
||||
o *game_service.Team,
|
||||
) *proto.Team {
|
||||
return &proto.Team{
|
||||
Id: int32(o.ID),
|
||||
Name: o.Name,
|
||||
Status: o.Status,
|
||||
Password: o.Password,
|
||||
Id: int32(o.ID),
|
||||
Name: o.Name,
|
||||
Status: o.Status,
|
||||
Password: o.Password,
|
||||
ActionsCount: int32(o.ActionsCount),
|
||||
Applications: mapApplications(o.Applications),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user