summaryrefslogtreecommitdiffstats
path: root/modules/structs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/structs')
-rw-r--r--modules/structs/repo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/structs/repo.go b/modules/structs/repo.go
index b5283beeaa..19f5ff8afe 100644
--- a/modules/structs/repo.go
+++ b/modules/structs/repo.go
@@ -43,6 +43,7 @@ type Repository struct {
// swagger:strfmt date-time
Updated time.Time `json:"updated_at"`
Permissions *Permission `json:"permissions,omitempty"`
+ AvatarURL string `json:"avatar_url"`
}
// CreateRepoOption options when creating repository