We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab716b commit 8bb8a50Copy full SHA for 8bb8a50
repo.go
@@ -26,6 +26,7 @@ type Repository struct {
26
FullName string `json:"full_name"`
27
Description string `json:"description"`
28
Private bool `json:"private"`
29
+ Unlisted bool `json:"unlisted"`
30
Fork bool `json:"fork"`
31
Parent *Repository `json:"parent"`
32
Empty bool `json:"empty"`
@@ -65,6 +66,7 @@ type CreateRepoOption struct {
65
66
Name string `json:"name" binding:"Required;AlphaDashDot;MaxSize(100)"`
67
Description string `json:"description" binding:"MaxSize(255)"`
68
69
70
AutoInit bool `json:"auto_init"`
71
Gitignores string `json:"gitignores"`
72
License string `json:"license"`
@@ -111,6 +113,7 @@ type MigrateRepoOption struct {
111
113
RepoName string `json:"repo_name" binding:"Required"`
112
114
Mirror bool `json:"mirror"`
115
116
117
118
}
119
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments