summaryrefslogtreecommitdiffstats
path: root/models/db/paginator/paginator.go
blob: bcda47d97822acac99847b21b829e971cff4f792 (plain)
1
2
3
4
5
6
7
// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package paginator

// dummy only. in the future, the models/db/list_options.go should be moved here to decouple from db package
// otherwise the unit test will cause cycle import