Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit f35b460

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitea/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type Repository struct {
2929
Empty bool `json:"empty"`
3030
Private bool `json:"private"`
3131
Fork bool `json:"fork"`
32+
ForkID int64 `json:"parent_id"`
3233
Empty bool `json:"empty"`
3334
Size int `json:"size"`
3435
Mirror bool `json:"mirror"`

0 commit comments

Comments
 (0)