chore: update comments of find memo

This commit is contained in:
johnnyjoy 2024-09-02 21:27:55 +08:00
parent c5ef5b9040
commit 5bbf57ece4
1 changed files with 5 additions and 4 deletions

View File

@ -78,9 +78,10 @@ type FindMemo struct {
// Pagination
Limit *int
Offset *int
// Ordering
OrderByUpdatedTs bool
OrderByPinned bool
OrderByTimeAsc bool
}