Adding remaining enum for migration repo model type. (#26021)
This commit is contained in:
parent
2e128dd1fc
commit
d12ba978a7
2 changed files with 6 additions and 2 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue