Pagination and ordering

This commit is contained in:
Eden Kirin
2024-06-24 00:45:54 +02:00
parent 642ac4fba7
commit 295e915f89
3 changed files with 199 additions and 9 deletions

View File

@ -72,7 +72,7 @@ func doList(db *gorm.DB) {
Alive: &TRUE,
}
certs, err := repo.List(filter)
certs, err := repo.List(filter, nil, nil)
if err != nil {
panic(err)
}