Commit 5bbf57ec authored by johnnyjoy's avatar johnnyjoy

chore: update comments of find memo

parent c5ef5b90
......@@ -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 {
......
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