Skip to content

Commit 932264d

Browse files
committed
Added ForkID property to the repo API
Signed-off-by: Guyzmo <[email protected]>
1 parent 66b7d30 commit 932264d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo.go

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ type Repository struct {
2727
Description string `json:"description"`
2828
Private bool `json:"private"`
2929
Fork bool `json:"fork"`
30+
ForkID int64 `json:"parent_id"`
3031
Empty bool `json:"empty"`
3132
Size int `json:"size"`
3233
Mirror bool `json:"mirror"`

0 commit comments

Comments
 (0)