1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00
KN4CK3R
2022-10-19 14:40:28 +02:00
committed by GitHub
parent 7d1aed83f4
commit c3b2e44392
18 changed files with 615 additions and 43 deletions

View File

@@ -94,6 +94,7 @@ func init() {
db.RegisterModel(new(TeamUser))
db.RegisterModel(new(TeamRepo))
db.RegisterModel(new(TeamUnit))
db.RegisterModel(new(TeamInvite))
}
// SearchTeamOptions holds the search options