Skip to content

Commit

Permalink
Add missing fields to repository (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiguelmelo authored Nov 15, 2020
1 parent a37ba43 commit 99adb9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ type Repository struct {
c *Client

Project Project
Uuid string
Name string
Slug string
Full_name string
Description string
ForkPolicy string
Language string
Is_private bool
Has_issues bool
Mainbranch RepositoryBranch
Type string
Owner map[string]interface{}
Links map[string]interface{}
Expand Down

0 comments on commit 99adb9b

Please sign in to comment.