Versions in this module Expand all Collapse all v1 v1.7.7 Dec 24, 2024 v1.7.6 Dec 24, 2024 Changes in this version + func BreakerInterceptor(ctx context.Context, method string, req, reply any, cc *grpc.ClientConn, ...) error + func DontLogContentForMethod(method string) + func DurationInterceptor(ctx context.Context, method string, req, reply any, cc *grpc.ClientConn, ...) error + func PrometheusInterceptor(ctx context.Context, method string, req, reply any, cc *grpc.ClientConn, ...) error + func SetSlowThreshold(threshold time.Duration) + func StreamTracingInterceptor(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn, method string, ...) (grpc.ClientStream, error) + func TimeoutInterceptor(timeout time.Duration) grpc.UnaryClientInterceptor + func UnaryTracingInterceptor(ctx context.Context, method string, req, reply any, cc *grpc.ClientConn, ...) error + func WithCallTimeout(timeout time.Duration) grpc.CallOption + type TimeoutCallOption struct