First proof-of-concept version
This commit is contained in:
@@ -14,10 +14,12 @@ type GiteaClient struct {
|
||||
}
|
||||
|
||||
type Repository struct {
|
||||
Name string `json:"name"`
|
||||
CloneURL string `json:"clone_url"`
|
||||
Owner Owner `json:"owner"`
|
||||
FullName string `json:"full_name"`
|
||||
Name string `json:"name"`
|
||||
CloneURL string `json:"clone_url"`
|
||||
Owner Owner `json:"owner"`
|
||||
FullName string `json:"full_name"`
|
||||
Template bool `json:"template"`
|
||||
Topics []string `json:"topics"`
|
||||
}
|
||||
|
||||
type Owner struct {
|
||||
|
||||
Reference in New Issue
Block a user