package
0.0.0-20190422025920-beccf3fe4313
Repository: https://github.com/changwh/go-common.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
LimitListener returns a Listener that accepts at most n simultaneous connections from the provided Listener.
# Variables
DefaultBackoffConfig uses values specified for backoff in common.
ErrLimitListener listen limit error.
# Structs
BackoffConfig defines the parameters for the default backoff strategy.
LimitListenerError limit max connections of listener.
# Interfaces
Backoff defines the methodology for backing off after a call failure.