Versions in this module Expand all Collapse all v0 v0.0.2 Dec 1, 2023 v0.0.1 Dec 1, 2023 Changes in this version type Limiter + func Chain(limiters ...Limiter) Limiter v0.0.0 Nov 30, 2023 Changes in this version + func StreamServerInterceptor(limiter Limiter) grpc.StreamServerInterceptor + func UnaryServerInterceptor(limiter Limiter) grpc.UnaryServerInterceptor + type Limiter func(ctx context.Context) error