use star as swagger model

This commit is contained in:
Michael Jerger 2023-11-08 08:56:22 +01:00
parent 18f4c514ec
commit dc1a82bf4c
4 changed files with 19 additions and 2 deletions

View file

@ -1,9 +1,10 @@
// Copyright 2017 The Gitea Authors. All rights reserved.
// Copyright 2023 The Gitea & forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package swagger
import (
ffed "code.gitea.io/gitea/modules/forgefed"
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/services/forms"
)
@ -14,6 +15,9 @@ import (
// parameterBodies
// swagger:response parameterBodies
type swaggerParameterBodies struct {
// in:body
Star ffed.Star
// in:body
AddCollaboratorOption api.AddCollaboratorOption