2021-11-12 14:36:47 +00:00
|
|
|
// Copyright 2021 The Gitea Authors. All rights reserved.
|
2022-11-27 18:20:29 +00:00
|
|
|
// SPDX-License-Identifier: MIT
|
2021-11-12 14:36:47 +00:00
|
|
|
|
|
|
|
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
|