package
0.0.142
Repository: https://github.com/devlibx/gox-base.git
Documentation: pkg.go.dev

# Packages

Package redis is a generated GoMock package.

# Functions

No description provided by the author

# Structs

Config is the configuration for the rate limiter - each group may have its own name and max retry count.
No description provided by the author

# Interfaces

RateLimiter is a function which will allow an action to be performed - this is used to.

# Type aliases

RateLimitedFunc is the function which is rate limited - this impl will make sure rate limited function is tried for N times and then if not able to get through, it will return error.