Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertStorageError ¶ added in v0.29.0
func LoggingInterceptor ¶ added in v0.29.0
func LoggingInterceptor(log zerolog.Logger) []grpc.UnaryServerInterceptor
LoggingInterceptor creates the logging interceptors to log incoming GRPC request and response (minus the payload body)
func NewRateLimiterInterceptor ¶
func NewRateLimiterInterceptor(log zerolog.Logger, apiRateLimits map[string]int, apiBurstLimits map[string]int) *rateLimiterInterceptor
NewRateLimiterInterceptor creates a new rate limiter interceptor with the defined per second rate limits and the optional burst limit for each API.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.