Beispiel #1
0
func ServeRPC() {
	rpcwrap.ServeRPC(codecName, NewServerCodec)
}
Beispiel #2
0
func ServeRPC() {
	rpcwrap.ServeRPC("json", oldjson.NewServerCodec)
}