package
0.0.0-20190118033331-2a53b66835d6
Repository: https://github.com/arcplus/go-lib.git
Documentation: pkg.go.dev

# Functions

ChainStreamServer build the multi interceptors into one interceptor chain.
ChainUnaryServer build the multi interceptors into one interceptor chain.
No description provided by the author
NewServer is helper func to create *grpc.Server.
ServerErrorConvertor convert *Error to gRPC error.
WithStreamServerChain is a grpc.Server config option that accepts multiple stream interceptors.
WithUnaryServerChain is a grpc.Server config option that accepts multiple unary interceptors.
WrapServerStream returns a ServerStream that has the ability to overwrite context.

# Variables

No description provided by the author
No description provided by the author

# Structs

WrappedServerStream is a thin wrapper around grpc.ServerStream that allows modifying context.