zhyon404

Results 4 issues of zhyon404

https://github.com/grpc-ecosystem/grpc-gateway/blob/3ad0fb96ecfdf73fa2eddb3de116ae98360dbb35/protoc-gen-swagger/options/openapiv2.proto#L218 compiled openapiv2.proto cpp file contains NULL, conflict with c++ keyword. Any suggestion on how to solve this?

bug
help wanted

google.golang.org/grpc need newest version of golang.org/x/sys, otherwise it report ``` src/vendor/google.golang.org/grpc/internal/channelz/types_linux.go:41:15: undefined: unix.GetsockoptLinger src/vendor/google.golang.org/grpc/internal/channelz/types_linux.go:44:15: undefined: unix.GetsockoptTimeval src/vendor/google.golang.org/grpc/internal/channelz/types_linux.go:47:15: undefined: unix.GetsockoptTimeval ``` after glide up, glide get ebfc5b4631820b793c9010c87fd8fef0f39eb082 which is left behind...

gRPC python now support interceptors, [link](https://github.com/grpc/grpc/tree/master/examples/python/interceptors) , any plan to support it?