package game_service type Team struct { ID int Name string Status string Password string }