2 Star 6 Fork 5

Plato/rpc-go-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
testcaller_def.go 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
CloudGuan 提交于 2022-03-21 18:08 . update: update test case
// Generated by the go idl tools. DO NOT EDIT 2022-03-17 11:34:04
// source: TestCaller
package example
import (
"context"
"gitee.com/dennis-kk/rpc-go-backend/idlrpc"
)
const (
SrvUUID = 8590810067174448481
SrvName = "TestCaller"
)
type ITestCaller interface {
idlrpc.IService
SetInfo(context.Context, string) error
GetInfo(context.Context) (string, error)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/dennis-kk/rpc-go-backend.git
git@gitee.com:dennis-kk/rpc-go-backend.git
dennis-kk
rpc-go-backend
rpc-go-backend
v0.4.8

搜索帮助