示例#1
0
func ServeRPC() {
	rpcwrap.ServeRPC("json", oldjson.NewServerCodec)
}
示例#2
0
文件: misc.go 项目: henryanand/vitess
// ServeRPC with Protobuf codec.
func ServeRPC() {
	rpcwrap.ServeRPC(codecName, NewServerCodec)
}