14 Star 29 Fork 41

openEuler/go-gitee
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_pull_request_comment_post_param.go 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiangxinyong 提交于 2019-10-11 15:52 +08:00 . add comments for pull request
/*
* 码云 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
// create pull request comment
type PullRequestCommentPostParam struct {
// 用户授权码
AccessToken string `json:"access_token,omitempty"`
// 必填。评论内容
Body string `json:"body,omitempty"`
// 可选。PR代码评论的commit id
CommitId string `json:"commit_id,omitempty"`
// 可选。PR代码评论的文件名
Path string `json:"path,omitempty"`
// 可选。PR代码评论diff中的行数
Position int32 `json:"position,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

搜索帮助