Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChainUnaryClient ¶
func ChainUnaryClient( i ...grpc.UnaryClientInterceptor, ) grpc.UnaryClientInterceptor
ChainUnaryClient chains one or more unary, client interceptors together into a left-to-right series that can be provided to a new gRPC client.
func ChainUnaryServer ¶
func ChainUnaryServer( i ...grpc.UnaryServerInterceptor, ) grpc.UnaryServerInterceptor
ChainUnaryServer chains one or more unary, server interceptors together into a left-to-right series that can be provided to a new gRPC server.
func IsNilResponse ¶
func IsNilResponse(rep interface{}) bool
IsNilResponse returns a flag indicating whether or not the provided response object is a nil object wrapped inside a non-nil interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.