package cursortoken type SortDirection string //@enum:type const ( SortASC SortDirection = "ASC" SortDESC SortDirection = "DESC" )