Ai
1 Star 0 Fork 41

naibahq/go-gitee

forked from openEuler/go-gitee
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_event.go 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
// 列出仓库的所有公开动态
type Event struct {
Id int32 `json:"id,omitempty"`
Type_ string `json:"type,omitempty"`
Actor string `json:"actor,omitempty"`
Repo string `json:"repo,omitempty"`
Org string `json:"org,omitempty"`
Public string `json:"public,omitempty"`
CreatedAt string `json:"created_at,omitempty"`
// 不同类型动态的内容
Payload *interface{} `json:"payload,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

搜索帮助