Registry / utility / alibaba-sentinel-golang

alibaba-sentinel-golang

JSON →
library1.0.4gogounverified

Sentinel Go is a flow control and circuit breaking library for Go applications.

go get github.com/alibaba/sentinel-golang
INSTALL
IMPORT
SIG · ALIBABA-SENTINEL-G
A
alibaba-sentinel-golang
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sentinel
github.com/alibaba/sentinel-golang

Initialize Sentinel with default configuration.

package main import ( "fmt" sentinel "github.com/alibaba/sentinel-golang" ) func main() { err := sentinel.InitDefault() if err != nil { fmt.Println(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Meta
1
OpenAI (training)
1
Resources
alibaba-sentinel-golang — go get alibaba-sentinel-golang · libregistry