4 Star 5 Fork 5

Plato/Service-Box-go

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
testcaller_def.go 460 Bytes
Copy Edit Raw Blame History
CloudGuan authored 2023-10-11 15:20 +08:00 . bug: box 测试用例升级到异步调用版本
// Generated by the go idl tools. DO NOT EDIT 2023-02-09 15:04:27
// source: TestCaller
package testcaller
import (
"gitee.com/dennis-kk/rpc-go-backend/idlrpc"
)
const (
SrvUUID = 3184522100753325409
SrvName = "TestCaller"
)
type (
SetInfoCallBack func(error)
GetInfoCallBack func(string, error)
)
type (
ITestCaller interface {
idlrpc.IService
SetInfo(idlrpc.IServiceContext, string) error
GetInfo(idlrpc.IServiceContext) (string, error)
}
)
Loading...
马建仓 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.25

Search