| 1 | import { IoCService, LogService } from "../Services"; |
| 2 | import { toCacheKey } from "../Handlers/Helpers"; |
| 3 | import { IContext } from "../Interfaces"; |
| 4 | import RedisAdaptor from "../Middlewares/RateLimit/RedisAdaptor"; |
nothing calls this directly
no test coverage detected