Skip to content

Commit

Permalink
chore: update comments of find memo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyjoygh committed Sep 2, 2024
1 parent c5ef5b9 commit 5bbf57e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions store/memo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5bbf57e

Please sign in to comment.