2021-11-12 20:06:47 +05:30
|
|
|
// Copyright 2021 The Gitea Authors. All rights reserved.
|
2022-11-27 23:50:29 +05:30
|
|
|
// SPDX-License-Identifier: MIT
|
2021-11-12 20:06:47 +05:30
|
|
|
|
|
|
|
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
|