1 Star 2 Fork 0

王作宽/zrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AppInfo.go 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
王作宽 提交于 2022-02-14 17:27 +08:00 . no commit message
package po
import _const "gitee.com/zuokuan/zrpc/const"
type AppInfo struct {
AppName string `json:"AppName"`
AppDesc string `json:"AppDesc"`
Port int `json:"Port"`
FunctionList string `json:"FunctionList"`
}
type Function struct {
FunctionName string `json:"FunctionName"`
FunctionNameDesc string `json:"FunctionNameDesc"`
FunctionDesc string `json:"FunctionDesc"`
FunctionArgs []FunctionArg `json:"FunctionArgs"`
}
type FunctionArg struct {
ArgsName string `json:"ArgsName"`
ArgsType _const.ArgsType `json:"ArgsType"`
ArgsDesc string `json:"ArgsDesc"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zuokuan/zrpc.git
git@gitee.com:zuokuan/zrpc.git
zuokuan
zrpc
zrpc
v0.0.17

搜索帮助