mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 09:39:44 +08:00
fix migrate API
This commit is contained in:
@ -35,10 +35,10 @@ type MigrateRepoForm struct {
|
||||
CloneAddr string `binding:"Required"`
|
||||
AuthUsername string
|
||||
AuthPassword string
|
||||
Mirror bool
|
||||
Uid int64 `binding:"Required"`
|
||||
RepoName string `binding:"Required;AlphaDashDot;MaxSize(100)"`
|
||||
Private bool
|
||||
Mirror bool
|
||||
Description string `binding:"MaxSize(255)"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user