We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46ec154 + 5a5354d commit 066572bCopy full SHA for 066572b
model_repository.go
@@ -25,6 +25,7 @@ type Repository struct {
25
Scm string `json:"scm,omitempty"`
26
Owner *Account `json:"owner,omitempty"`
27
Name string `json:"name,omitempty"`
28
+ Slug string `json:"slug,omitempty"`
29
Description string `json:"description,omitempty"`
30
CreatedOn time.Time `json:"created_on,omitempty"`
31
UpdatedOn time.Time `json:"updated_on,omitempty"`
0 commit comments