コード例 #1
0
ファイル: wrapper.go プロジェクト: henryanand/vitess
func ServeAuthRPC() {
	rpcwrap.ServeAuthRPC("json", oldjson.NewServerCodec)
}
コード例 #2
0
ファイル: misc.go プロジェクト: henryanand/vitess
// ServeAuthRPC with Protobuf codec.
func ServeAuthRPC() {
	rpcwrap.ServeAuthRPC(codecName, NewServerCodec)
}