package entity type ( UID int64 Sku int64 ) type Cart struct { UserID UID Items []Sku ItemCount map[Sku]uint32 }