Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStreamClientInterceptor ¶
func NewStreamClientInterceptor() grpc.StreamClientInterceptor
NewStreamClientInterceptor returns a new StreamClientInterceptor.
This should be the last interceptor installed.
func NewStreamServerInterceptor ¶
func NewStreamServerInterceptor() grpc.StreamServerInterceptor
NewStreamServerInterceptor returns a new StreamServerInterceptor.
This should be the last interceptor installed.
func NewUnaryClientInterceptor ¶
func NewUnaryClientInterceptor() grpc.UnaryClientInterceptor
NewUnaryClientInterceptor returns a new UnaryClientInterceptor.
This should be the last interceptor installed.
func NewUnaryServerInterceptor ¶
func NewUnaryServerInterceptor(serverInterceptors ...rpc.ServerInterceptor) grpc.UnaryServerInterceptor
NewUnaryServerInterceptor returns a new UnaryServerInterceptor.
This should be the last interceptor installed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.