Finish create repo
This commit is contained in:
parent
e9b71c88d7
commit
fdc4151ff3
11 changed files with 271 additions and 27 deletions
|
@ -22,6 +22,7 @@ type CreateRepoForm struct {
|
|||
Visibility string `form:"visibility"`
|
||||
Description string `form:"desc" binding:"MaxSize(100)"`
|
||||
Language string `form:"language"`
|
||||
License string `form:"license"`
|
||||
InitReadme string `form:"initReadme"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue