Skip to content

Commit 99adb9b

Browse files
Add missing fields to repository (#102)
1 parent a37ba43 commit 99adb9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

repository.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ type Repository struct {
2323
c *Client
2424

2525
Project Project
26+
Uuid string
27+
Name string
2628
Slug string
2729
Full_name string
2830
Description string
2931
ForkPolicy string
32+
Language string
33+
Is_private bool
34+
Has_issues bool
35+
Mainbranch RepositoryBranch
3036
Type string
3137
Owner map[string]interface{}
3238
Links map[string]interface{}

0 commit comments

Comments
 (0)