package api import "github.com/google/uuid" type LobbyInfo struct { ID *uuid.UUID `json:"id,omitempty"` }