From 5bbf57ece4758ee8923076228a0d730557955188 Mon Sep 17 00:00:00 2001 From: johnnyjoy Date: Mon, 2 Sep 2024 21:27:55 +0800 Subject: [PATCH] chore: update comments of find memo --- store/memo.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/store/memo.go b/store/memo.go index ce95412da..e8513fa4d 100644 --- a/store/memo.go +++ b/store/memo.go @@ -76,12 +76,13 @@ type FindMemo struct { Random bool // Pagination - Limit *int - Offset *int + Limit *int + Offset *int + + // Ordering OrderByUpdatedTs bool OrderByPinned bool - - OrderByTimeAsc bool + OrderByTimeAsc bool } type FindMemoPayload struct {