Fetch the repository succeeded.
package types
type Project struct {
Id int `json:"id"`
FullName string `json:"full_name"`
HumanName string `json:"human_name"`
Url string `json:"url"`
Namespace Namespace `json:"namespace"`
Owner BasicUser `json:"owner"`
Assigner BasicUser `json:"assigner"`
Description string `json:"description"`
Private bool `json:"private"`
Public bool `json:"public"`
Internal bool `json:"internal"`
Fork bool `json:"fork"`
SshUrl string `json:"ssh_url"`
Recommend bool `json:"recommend"`
Gvp bool `json:"gvp"`
StargazersCount int `json:"stargazers_count"`
ForksCount int `json:"forks_count"`
WatchersCount int `json:"watchers_count"`
DefaultBranch string `json:"default_branch"`
Members []string `json:"members"`
PushedAt string `json:"pushed_at"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
Permission map[string]bool `json:"permission"`
Status string `json:"status"`
Enterprise BasicEnterprise `json:"enterprise"`
}
type Namespace struct {
Id int `json:"id"`
Type string `json:"type"`
Name string `json:"name"`
Path string `json:"path"`
HtmlUrl string `json:"html_url"`
}
type SearchProject struct {
Id int `json:"id"`
Name string `json:"name"`
Url string `json:"url"`
Description string `json:"description"`
Stars int `json:"stars"`
Forks int `json:"forks"`
Languages []string `json:"languages"`
LastPushAt string `json:"last_push_at"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。