RateLimit limits access on a Resource. The RateLimit operations returns true if the rate limit for the requested resource has been exceeded, along with metadata for the rate limiting operation.
(resource Resource)
| 29 | // The RateLimit operations returns true if the rate limit for the requested resource has been exceeded, along |
| 30 | // with metadata for the rate limiting operation. |
| 31 | RateLimit(resource Resource) (limit bool, result Result) |
| 32 | } |
| 33 | |
| 34 | // NoopRateLimiter does not enforce any rate limits. |
no outgoing calls