mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add pagination to list inboxes
This commit is contained in:
@@ -37,6 +37,10 @@ type FindInbox struct {
|
||||
SenderID *int32
|
||||
ReceiverID *int32
|
||||
Status *InboxStatus
|
||||
|
||||
// Pagination
|
||||
Limit *int
|
||||
Offset *int
|
||||
}
|
||||
|
||||
type DeleteInbox struct {
|
||||
|
Reference in New Issue
Block a user