4 Star 5 Fork 4

Plato / Service-Box-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
testcallee_def.go 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Generated by the idl2lang 0.2.0. DO NOT EDIT 2023-06-28 23:31:02
// source: box_example/TestCallee
package testcallee
import (
"gitee.com/dennis-kk/rpc-go-backend/idlrpc"
)
const (
SrvUUID = 3184522100753325396
SrvName = "TestCallee"
)
type (
AddCallBack func(int32, error)
SubCallBack func(int32, error)
SubPrivateCallBack func(int32, error)
DivideCallBack func(int32, error)
)
type (
ITestCallee interface {
idlrpc.IService
Add(idlrpc.IServiceContext, int32, int32) (int32, error)
Sub(idlrpc.IServiceContext, int32, int32) (int32, error)
SubPrivate(idlrpc.IServiceContext, int32, int32) (int32, error)
Divide(idlrpc.IServiceContext, int32, int32) (int32, error)
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/dennis-kk/service-box-go.git
git@gitee.com:dennis-kk/service-box-go.git
dennis-kk
service-box-go
Service-Box-go
v0.5.17

搜索帮助

344bd9b3 5694891 D2dac590 5694891