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