Skip to content

Commit dcc0d6c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type Repository struct {
2828
Empty bool `json:"empty"`
2929
Private bool `json:"private"`
3030
Fork bool `json:"fork"`
31+
Parent *Repository `json:"parent"`
3132
Empty bool `json:"empty"`
3233
Size int `json:"size"`
3334
Mirror bool `json:"mirror"`

0 commit comments

Comments
 (0)