Documentation ¶
Overview ¶
Package grpc provides a client implementation for gRPC with tracing included.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
func Dial(target string, opts ...grpc.DialOption) (*grpc.ClientConn, error)
Dial creates a client connection to the given target with a tracing/logging interceptor.
func DialContext ¶
func DialContext(ctx context.Context, target string, opts ...grpc.DialOption) (conn *grpc.ClientConn, err error)
DialContext creates a client connection to the given target with a context and a tracing/logging interceptor.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.