Versions in this module Expand all Collapse all v0 v0.0.1 Aug 21, 2024 Changes in this version + var WithChainStreamInterceptor = grpc.WithChainStreamInterceptor + var WithChainUnaryInterceptor = grpc.WithChainUnaryInterceptor + func ContextStreamInterceptor(f func(context.Context) (context.Context, error)) grpc.StreamClientInterceptor + func ContextUnaryInterceptor(f func(context.Context) (context.Context, error)) grpc.UnaryClientInterceptor + func Dial(ctx context.Context, address string, options ...grpc.DialOption) (*grpc.ClientConn, error) + func MustDial(ctx context.Context, address string, options ...grpc.DialOption) *grpc.ClientConn + func NewTokenCredentials(token string) credentials.PerRPCCredentials