3 Star 2 Fork 1

vrv_media/go-micro-framework

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
code.go 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
天雨流芳 提交于 2024-03-18 19:35 +08:00 . 错误码自动注册代码生成工具
package code
import (
"gitee.com/tylf2018/go-micro-framework/pkg/code"
)
var (
InterError1 = code.NewWithCodeAndMessage(101, "InterError")
InterError2 = code.NewWithCodeAndMessage(102, "InterError")
InterError3 = code.NewWithCodeAndMessage(103, "InterError")
InterError4 = code.NewWithCodeAndMessage(104, "InterError")
InterError5 = code.NewWithCodeAndMessage(105, "InterError")
InterError7 = code.NewWithCodeAndMessage(106, "InterError")
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/vrv_media/go-micro-framework.git
git@gitee.com:vrv_media/go-micro-framework.git
vrv_media
go-micro-framework
go-micro-framework
e59703dad2e5

搜索帮助