mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 08:50:13 -05:00
Merge pull request #70 from imkh/patch-1
Add Description in Repository struct
This commit is contained in:
commit
711d7d5e80
@ -62,6 +62,7 @@ type Repository struct {
|
||||
Slug string `json:"slug,omitempty"`
|
||||
ID int `json:"id,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
ScmID string `json:"scmId,omitempty"`
|
||||
State string `json:"state,omitempty"`
|
||||
StatusMessage string `json:"statusMessage,omitempty"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user