package api import "github.com/google/uuid" type PlayerInfo struct { PlayerID uuid.UUID `json:"playerID"` LobbyID uuid.UUID `json:"lobbyID"` }