Adding remaining enum for migration repo model type. (#26021)

pull/26024/head
puni9869 1 year ago committed by GitHub
parent 2e128dd1fc
commit d12ba978a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/structs/repo.go
  2. 6
      templates/swagger/v1_json.tmpl

@ -327,7 +327,7 @@ type MigrateRepoOptions struct {
// required: true
RepoName string `json:"repo_name" binding:"Required;AlphaDashDot;MaxSize(100)"`
// enum: git,github,gitea,gitlab
// enum: git,github,gitea,gitlab,gogs,onedev,gitbucket,codebase
Service string `json:"service"`
AuthUsername string `json:"auth_username"`
AuthPassword string `json:"auth_password"`

@ -19731,7 +19731,11 @@
"git",
"github",
"gitea",
"gitlab"
"gitlab",
"gogs",
"onedev",
"gitbucket",
"codebase"
],
"x-go-name": "Service"
},

Loading…
Cancel
Save