FillContext fills the given context. This method should only be used for request contexts.
(ctx context.Context)
| 89 | // FillContext fills the given context. |
| 90 | // This method should only be used for request contexts. |
| 91 | FillContext(ctx context.Context) context.Context |
| 92 | // RateLimiter returns the rate limiter instance. |
| 93 | RateLimiter() ratelimit.Interface |
| 94 | } |
no outgoing calls