diff --git a/gitea/repo.go b/gitea/repo.go index 17ad0ac..b244761 100644 --- a/gitea/repo.go +++ b/gitea/repo.go @@ -26,9 +26,11 @@ type Repository struct { Name string `json:"name"` FullName string `json:"full_name"` Description string `json:"description"` + Empty bool `json:"empty"` Private bool `json:"private"` Fork bool `json:"fork"` Mirror bool `json:"mirror"` + Size int `json:"size"` HTMLURL string `json:"html_url"` SSHURL string `json:"ssh_url"` CloneURL string `json:"clone_url"`