notification/const.go

8 lines
114 B
Go
Raw Normal View History

2022-11-21 08:33:31 +00:00
package notification
const (
SortOrderDesc = "-order"
SortOrderAsc = "order"
SortDefault = "-lastPushAt"
)