目前,我有许多由Thrift生成的go结构,我想将实际数据填充到其中并发送到服务器。服务器将使用TBinaryProtocol解码数据。
节俭者:https://github.com/thrift-iterator/go TBinaryProtocol https://people.apache.org/~thejas/thrift-0.9/javadoc/org/apache/thrift/protocol/TBinaryProtocol.Factory.html
客户端:data:= thrifter.Marshal(interface {})-> send()->
服务器:decode(factory.getProtocol(buf))