----------------------------------------------------------------------------- Generates key to use for rateLimiter's indexCache map.
(bucket, scope string)
| 405 | |
| 406 | // Generates key to use for rateLimiter's indexCache map. |
| 407 | func getBucketScopeKey(bucket, scope string) string { |
| 408 | return bucket + ":" + scope |
| 409 | } |
| 410 | |
| 411 | // ----------------------------------------------------------------------------- |
| 412 |
no outgoing calls
no test coverage detected