Ai
1 Star 0 Fork 41

naibahq/go-gitee

forked from openEuler/go-gitee 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_project_basic.go 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
edisonxiang 提交于 2019-09-26 16:39 +08:00 . change project.boolean field
/*
* 码云 Open API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 5.3.2
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package gitee
type ProjectBasic struct {
Id int32 `json:"id,omitempty"`
FullName string `json:"full_name,omitempty"`
HumanName string `json:"human_name,omitempty"`
Url string `json:"url,omitempty"`
Namespace *interface{} `json:"namespace,omitempty"`
Path string `json:"path,omitempty"`
Name string `json:"name,omitempty"`
Owner *UserBasic `json:"owner,omitempty"`
Description string `json:"description,omitempty"`
Private bool `json:"private,omitempty"`
Public bool `json:"public,omitempty"`
Internal bool `json:"internal,omitempty"`
Fork bool `json:"fork,omitempty"`
HtmlUrl string `json:"html_url,omitempty"`
SshUrl string `json:"ssh_url,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/naibahq/go-gitee.git
git@gitee.com:naibahq/go-gitee.git
naibahq
go-gitee
go-gitee
bc992e4c5b2c

搜索帮助