Documentation
¶
Index ¶
- func Dial(target string, tracer opentracing.Tracer, opts ...grpc.DialOption) (*grpc.ClientConn, error)
- func DialContext(ctx context.Context, target string, tracer opentracing.Tracer, ...) (*grpc.ClientConn, error)
- func StreamServerInterceptor(tracer opentracing.Tracer) grpc.StreamServerInterceptor
- func UnaryServerInterceptor(tracer opentracing.Tracer) grpc.UnaryServerInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
func Dial(target string, tracer opentracing.Tracer, opts ...grpc.DialOption) (*grpc.ClientConn, error)
func DialContext ¶
func DialContext( ctx context.Context, target string, tracer opentracing.Tracer, opts ...grpc.DialOption, ) (*grpc.ClientConn, error)
func StreamServerInterceptor ¶
func StreamServerInterceptor(tracer opentracing.Tracer) grpc.StreamServerInterceptor
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(tracer opentracing.Tracer) grpc.UnaryServerInterceptor
OpenTracingServerInterceptor returns opentracing grpc interceptor.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.