code.gitea.io/gitea@v1.22.3/models/db/paginator/paginator.go (about)

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