diff options
author | Unknwon <u@gogs.io> | 2017-06-02 14:26:43 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-02 14:26:43 -0400 |
commit | a1411c36de204794247a96adde2817ea2b062d0e (patch) | |
tree | cd3b8390bf137e3329c3b2b7c7bab59311569d1c /vendor/github.com/gogits/go-gogs-client/repo.go | |
parent | c69fa18434f9377557cb3e417d5469e0740e48d1 (diff) |
vendor: update github.com/gogits/go-gogs-client
Diffstat (limited to 'vendor/github.com/gogits/go-gogs-client/repo.go')
-rw-r--r-- | vendor/github.com/gogits/go-gogs-client/repo.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/gogits/go-gogs-client/repo.go b/vendor/github.com/gogits/go-gogs-client/repo.go index f89aca54..48ded475 100644 --- a/vendor/github.com/gogits/go-gogs-client/repo.go +++ b/vendor/github.com/gogits/go-gogs-client/repo.go @@ -27,7 +27,10 @@ type Repository struct { Description string `json:"description"` Private bool `json:"private"` Fork bool `json:"fork"` + Parent *Repository `json:"parent"` + Empty bool `json:"empty"` Mirror bool `json:"mirror"` + Size int64 `json:"size"` HTMLURL string `json:"html_url"` SSHURL string `json:"ssh_url"` CloneURL string `json:"clone_url"` |