Skip to content

Commit 6fb98c4

Browse files
committed
Added Parent property to the repo API
Signed-off-by: Guyzmo <[email protected]>
1 parent d0b2ccd commit 6fb98c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ type Repository struct {
2525
Name string `json:"name"`
2626
FullName string `json:"full_name"`
2727
Description string `json:"description"`
28-
Empty bool `json:"empty"`
2928
Private bool `json:"private"`
3029
Fork bool `json:"fork"`
30+
Parent *Repository `json:"parent"`
3131
Empty bool `json:"empty"`
3232
Size int `json:"size"`
3333
Mirror bool `json:"mirror"`

0 commit comments

Comments
 (0)