1 Star 0 Fork 41

songcser/go-gitee

forked from openEuler/go-gitee
Closed
 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
model_basic_info.go 517 Bytes
Copy Edit Raw Blame History
edisonxiang authored 2019-09-26 17:15 +08:00 . change pullrequest field 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
// basic information
type BasicInfo struct {
Label string `json:"label,omitempty"`
Ref string `json:"ref,omitempty"`
Sha string `json:"sha,omitempty"`
User *UserBasic `json:"user,omitempty"`
Repo *Project `json:"repo,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/songser/go-gitee.git
git@gitee.com:songser/go-gitee.git
songser
go-gitee
go-gitee
45f0b9f9a398

Search