package
1.6.3
Repository: https://github.com/lukebull/go-zero-extern.git
Documentation: pkg.go.dev

# Functions

StreamAuthorizeInterceptor returns a func that uses given authenticator in processing stream requests.
StreamBreakerInterceptor is an interceptor that acts as a circuit breaker.
StreamCrashInterceptor catches panics in processing stream requests and recovers.
UnaryAuthorizeInterceptor returns a func that uses given authenticator in processing unary requests.
UnaryBreakerInterceptor is an interceptor that acts as a circuit breaker.
UnaryCrashInterceptor catches panics in processing unary requests and recovers.
UnaryPrometheusInterceptor returns a func that reports to the prometheus server.
UnarySheddingInterceptor returns a func that does load shedding on processing unary requests.
UnaryStatInterceptor returns a func that uses given metrics to report stats.
UnaryTimeoutInterceptor returns a func that sets timeout to incoming unary requests.
UnaryTracingInterceptor returns a func that handles tracing with given service name.