Commit 5bbf57ec authored by johnnyjoy's avatar johnnyjoy

chore: update comments of find memo

parent c5ef5b90
...@@ -78,9 +78,10 @@ type FindMemo struct { ...@@ -78,9 +78,10 @@ type FindMemo struct {
// Pagination // Pagination
Limit *int Limit *int
Offset *int Offset *int
// Ordering
OrderByUpdatedTs bool OrderByUpdatedTs bool
OrderByPinned bool OrderByPinned bool
OrderByTimeAsc bool OrderByTimeAsc bool
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment