package
0.0.0-20221214020142-6c22129c23af
Repository: https://github.com/kirov7/faygateway.git
Documentation: pkg.go.dev
# Functions
Codec returns a proxying grpc.Codec with the default protobuf codec as parent.
CodecWithParent returns a proxying grpc.Codec with a user provided codec as parent.
RegisterService sets up a proxy handler for a particular gRPC service and method.
TransparentHandler returns a handler that attempts to proxy all requests that are not registered in the server.
# Type aliases
StreamDirector returns a gRPC ClientConn to be used to forward the call to.