gitea源码

12345678
  1. // Copyright 2021 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package paginator
  4. // dummy only. in the future, the models/db/list_options.go should be moved here to decouple from db package
  5. // otherwise the unit test will cause cycle import