We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b7d30 commit 932264dCopy full SHA for 932264d
repo.go
@@ -27,6 +27,7 @@ type Repository struct {
27
Description string `json:"description"`
28
Private bool `json:"private"`
29
Fork bool `json:"fork"`
30
+ ForkID int64 `json:"parent_id"`
31
Empty bool `json:"empty"`
32
Size int `json:"size"`
33
Mirror bool `json:"mirror"`
0 commit comments