chore: update comments of find memo

This commit is contained in:
johnnyjoy 2024-09-02 21:27:55 +08:00
parent c5ef5b9040
commit 5bbf57ece4

View file

@ -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 {