Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2024 Changes in this version + func ErrorsInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error) + func ValidateInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error) + type GRPCStatusInterface interface + GRPCStatus func() *status.Status + type RateLimiterInterceptor struct + func NewRateLimiterInterceptor(limiter *rate_limiter.TokenBucketLimiter) *RateLimiterInterceptor + func (rli *RateLimiterInterceptor) Unary(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error)