1 Star 0 Fork 39

songcser / go-gitee

forked from openEuler / go-gitee 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
model_user_notification_list.go 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
edisonxiang 提交于 2019-09-25 11:08 . move go files into single folder
/*
* 码云 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 UserNotificationList struct {
TotalCount int32 `json:"total_count,omitempty"`
// 通知列表
List []UserNotification `json:"list,omitempty"`
}
Go
1
https://gitee.com/songser/go-gitee.git
git@gitee.com:songser/go-gitee.git
songser
go-gitee
go-gitee
45f0b9f9a398

搜索帮助