thrift
- thrift:http://blog.csdn.net/yohunl/article/details/41748511
go-php 示例:http://studygolang.com/articles/3110
cat rpcService.thrift
namespace go test.rpc
namespace java test.rpc
// 测试服务
service RpcService {
// 发起远程调用 list<string> funCall(1:i64 callTime, 2:map<string, string> paramMap),
}
blog comments powered by Disqus