fix grpc proto wrapper
This commit is contained in:
parent
058d0e476e
commit
a29870b154
2
grpc.go
2
grpc.go
@ -33,7 +33,7 @@ type grpcClient struct {
|
||||
|
||||
func init() {
|
||||
encoding.RegisterCodec(wrapCodec{jsonCodec{}})
|
||||
encoding.RegisterCodec(wrapCodec{jsonCodec{}})
|
||||
encoding.RegisterCodec(wrapCodec{protoCodec{}})
|
||||
encoding.RegisterCodec(wrapCodec{bytesCodec{}})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user