14 Star 29 Fork 41

openEuler/go-gitee
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_code_forks_history.go 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
xiangxinyong 提交于 2019-09-25 18:05 +08:00 . Fix format&imports error
/*
* 码云 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
// 获取代码片段的commit
type CodeForksHistory struct {
Url string `json:"url,omitempty"`
ForksUrl string `json:"forks_url,omitempty"`
CommitsUrl string `json:"commits_url,omitempty"`
Id string `json:"id,omitempty"`
Description string `json:"description,omitempty"`
Public string `json:"public,omitempty"`
Owner string `json:"owner,omitempty"`
User string `json:"user,omitempty"`
Files string `json:"files,omitempty"`
Truncated string `json:"truncated,omitempty"`
HtmlUrl string `json:"html_url,omitempty"`
Comments string `json:"comments,omitempty"`
CommentsUrl string `json:"comments_url,omitempty"`
GitPullUrl string `json:"git_pull_url,omitempty"`
GitPushUrl string `json:"git_push_url,omitempty"`
CreatedAt string `json:"created_at,omitempty"`
UpdatedAt string `json:"updated_at,omitempty"`
Forks string `json:"forks,omitempty"`
History string `json:"history,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/openeuler/go-gitee.git
git@gitee.com:openeuler/go-gitee.git
openeuler
go-gitee
go-gitee
3af895bc380c

搜索帮助