示例#1
0
文件: codecs.go 项目: rjammala/vitess
func ServeHTTP() {
	rpcwrap.ServeHTTP(codecName, NewServerCodec)
}
示例#2
0
func ServeHTTP() {
	rpcwrap.ServeHTTP("json", oldjson.NewServerCodec)
}