package
0.0.0-20240524142848-8ffcee55badc
Repository: https://github.com/kanthorlabs/common.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Do is a helper function that wraps the CircuitBreaker.Do method and returns the result as the expected type.
New creates a new CircuitBreaker instance that is using go-breaker of Sony by default.
NewGoBreaker creates a new circuit breaker instance that is using go-breaker as the implementation and the LRU cache for the storage.
# Interfaces
No description provided by the author