1 Star 0 Fork 41

naibahq/go-gitee

forked from openEuler/go-gitee 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
model_repo_patch_param.go 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
imjoey 提交于 2020-02-28 22:48 . Add can_comment param for patching a repo
/*
* 码云 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
// repo patch parameter
type RepoPatchParam struct {
// 用户授权码
AccessToken string `json:"access_token,omitempty"`
// 仓库名称
Name string `json:"name,omitempty"`
// 仓库描述
Description string `json:"description,omitempty"`
// 主页(eg: https://gitee.com)
Homepage string `json:"homepage,omitempty"`
// 允许提Issue与否。默认: 允许(true)
HasIssues string `json:"has_issues,omitempty"`
// 提供Wiki与否。默认: 提供(true)
HasWiki string `json:"has_wiki,omitempty"`
// 允许用户对仓库进行评论
CanComment string `json:"can_comment,omitempty"`
// 仓库公开或私有。
Private string `json:"private,omitempty"`
// 更新仓库路径
Path string `json:"path,omitempty"`
// 更新默认分支
DefaultBranch string `json:"default_branch,omitempty"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/naibahq/go-gitee.git
git@gitee.com:naibahq/go-gitee.git
naibahq
go-gitee
go-gitee
bc992e4c5b2c

搜索帮助