Skip to content

Commit

Permalink
Merge pull request #12 from Nkmol/add-missing-slug-property-in-reposi…
Browse files Browse the repository at this point in the history
…tory-model

feat(repository): add missing slug property
  • Loading branch information
DrFaust92 authored Dec 8, 2022
2 parents 46ec154 + 5a5354d commit 066572b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type Repository struct {
Scm string `json:"scm,omitempty"`
Owner *Account `json:"owner,omitempty"`
Name string `json:"name,omitempty"`
Slug string `json:"slug,omitempty"`
Description string `json:"description,omitempty"`
CreatedOn time.Time `json:"created_on,omitempty"`
UpdatedOn time.Time `json:"updated_on,omitempty"`
Expand Down

0 comments on commit 066572b

Please sign in to comment.