# Functions
ChainStreamClient creates a single interceptor out of a chain of many interceptors.
ChainStreamServer creates a single interceptor out of a chain of many interceptors.
ChainUnaryClient creates a single interceptor out of a chain of many interceptors.
ChainUnaryServer creates a single interceptor out of a chain of many interceptors.
WithStreamServerChain is a grpc.Server config option that accepts multiple stream interceptors.
Chain creates a single interceptor out of a chain of many interceptors.
WrapServerStream returns a ServerStream that has the ability to overwrite context.
# Structs
WrappedServerStream is a thin wrapper around grpc.ServerStream that allows modifying context.