1 Star 2 Fork 0

王作宽/zrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ArgsValid.go 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
王作宽 提交于 2022-01-27 19:52 +08:00 . 1、修改参数的命名
package po
import (
_const "gitee.com/zuokuan/zrpc/const"
)
//Arg 参数
type Arg struct {
Type _const.ArgsType
Name string
Desc string
}
func NewArg(t _const.ArgsType, n string, d string) Arg {
return Arg{Type: t, Name: n, Desc: d}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zuokuan/zrpc.git
git@gitee.com:zuokuan/zrpc.git
zuokuan
zrpc
zrpc
v0.0.17

搜索帮助