コード例 #1
0
ファイル: codecs.go プロジェクト: haoqoo/vitess
// ServeRPC serves bsonrpc codec with the default rpc server
func ServeRPC() {
	rpcwrap.ServeRPC(codecName, NewServerCodec)
}
コード例 #2
0
ファイル: wrapper.go プロジェクト: littleyang/vitess
// ServeRPC serves a json rpc endpoint using default server
func ServeRPC() {
	rpcwrap.ServeRPC("json", oldjson.NewServerCodec)
}