chore: add pagination to list inboxes

This commit is contained in:
Steven
2024-10-14 23:32:39 +08:00
parent b4d72e3349
commit 14712b42fa
9 changed files with 170 additions and 55 deletions

View File

@ -30,6 +30,7 @@ import (
)
const (
// DefaultPageSize is the default page size for listing memos.
DefaultPageSize = 10
)