introduce federated repo

This commit is contained in:
Michael Jerger 2024-03-21 08:25:40 +01:00
parent 3b30c678e7
commit b4bb41e0e3
5 changed files with 69 additions and 3 deletions

View file

@ -0,0 +1,12 @@
// Copyright 2024 The forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package repo
import (
"code.gitea.io/gitea/models/db"
)
func init() {
db.RegisterModel(new(FederatedRepo))
}