14 Star 29 Fork 41

openEuler/go-gitee
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hook_issuehook_accessors.go 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanghao 提交于 2021-12-02 11:03 +08:00 . add some new files
package gitee
func (ih *IssueHook) GetUser() *UserHook {
if ih == nil {
return nil
}
return ih.User
}
func (ih *IssueHook) GetNumber() string {
if ih == nil {
return ""
}
return ih.Number
}
func (ih *IssueHook) GetState() string {
if ih == nil {
return ""
}
return ih.State
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/openeuler/go-gitee.git
git@gitee.com:openeuler/go-gitee.git
openeuler
go-gitee
go-gitee
3af895bc380c

搜索帮助