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