Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2018 Changes in this version + func ChainStreamClient(interceptors ...grpc.StreamClientInterceptor) grpc.StreamClientInterceptor + func ChainStreamServer(interceptors ...grpc.StreamServerInterceptor) grpc.StreamServerInterceptor + func ChainUnaryClient(interceptors ...grpc.UnaryClientInterceptor) grpc.UnaryClientInterceptor + func ChainUnaryServer(interceptors ...grpc.UnaryServerInterceptor) grpc.UnaryServerInterceptor + func WithStreamServerChain(interceptors ...grpc.StreamServerInterceptor) grpc.ServerOption + func WithUnaryServerChain(interceptors ...grpc.UnaryServerInterceptor) grpc.ServerOption + type WrappedServerStream struct + WrappedContext context.Context + func WrapServerStream(stream grpc.ServerStream) *WrappedServerStream + func (w *WrappedServerStream) Context() context.Context