Skip to content

Commit 150f22a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitea/repo.go

+1
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+
Parent *Repository `json:"parent"`
3233
Empty bool `json:"empty"`
3334
Size int `json:"size"`
3435
Mirror bool `json:"mirror"`

0 commit comments

Comments
 (0)