예제 #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)
}