16 Star 27 Fork 39

openEuler / go-gitee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
model_repo_commit.go 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
zengchen1024h 提交于 2020-04-27 11:37 . fix response of get single commit
/*
* 码云 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 RepoCommit struct {
Url string `json:"url,omitempty"`
Sha string `json:"sha,omitempty"`
HtmlUrl string `json:"html_url,omitempty"`
CommentsUrl string `json:"comments_url,omitempty"`
Commit *SingleCommit `json:"commit,omitempty"`
Author string `json:"author,omitempty"`
Committer string `json:"committer,omitempty"`
Parents string `json:"parents,omitempty"`
Stats string `json:"stats,omitempty"`
}
Go
1
https://gitee.com/openeuler/go-gitee.git
git@gitee.com:openeuler/go-gitee.git
openeuler
go-gitee
go-gitee
3af895bc380c

搜索帮助