package
0.6.2
Repository: https://github.com/alibaba/sentinel-golang.git
Documentation: pkg.go.dev

# Functions

NewStreamClientInterceptor creates the stream client interceptor wrapped with Sentinel entry.
NewStreamServerInterceptor creates the unary stream interceptor wrapped with Sentinel entry.
NewUnaryClientInterceptor creates the unary client interceptor wrapped with Sentinel entry.
NewUnaryServerInterceptor creates the unary server interceptor wrapped with Sentinel entry.
WithStreamClientBlockFallback sets the block fallback handler of stream client request.
WithStreamClientResourceExtractor sets the resource extractor of stream client request.
WithStreamServerBlockFallback sets the block fallback handler of stream server request.
WithStreamServerResourceExtractor sets the resource extractor of stream server request.
WithUnaryClientBlockFallback sets the block fallback handler of unary client request.
WithUnaryClientResourceExtractor sets the resource extractor of unary client request.
WithUnaryServerBlockFallback sets the block fallback handler of unary server request.
WithUnaryServerResourceExtractor sets the resource extractor of unary server request.

# Type aliases

No description provided by the author