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

# Functions

SentinelMiddleware returns new gin.HandlerFunc Default resource name is {method}:{path}, such as "GET:/api/users/:id" Default block fallback is returning 429 code Define your own behavior by setting options.
WithBlockFallback sets the fallback handler when requests are blocked.
WithResourceExtractor sets the resource extractor of the web requests.

# Type aliases

No description provided by the author