14 Star 29 Fork 41

openEuler/go-gitee
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_commit.go 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiangxinyong 提交于 2019-11-04 10:25 +08:00 . modify commit type
/*
* 码云 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
import (
"time"
)
type Commit struct {
Id string `json:"id,omitempty"`
TreeId string `json:"tree_id,omitempty"`
ParentIds []string `json:"parent_ids,omitempty"`
Message string `json:"message,omitempty"`
Timestamp time.Time `json:"timestamp,omitempty"`
Url string `json:"url,omitempty"`
Author *UserBasic `json:"author,omitempty"`
Committer *UserBasic `json:"committer,omitempty"`
Distinct bool `json:"distinct,omitempty"`
Added []string `json:"added,omitempty"`
Removed []string `json:"removed,omitempty"`
Modified []string `json:"modified,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/openeuler/go-gitee.git
git@gitee.com:openeuler/go-gitee.git
openeuler
go-gitee
go-gitee
a0f78272dafc

搜索帮助