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