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