| 37 | ) |
| 38 | |
| 39 | type redisHookManager struct { |
| 40 | client redis.UniversalClient |
| 41 | queue *asynq.Client |
| 42 | config *config.Configuration |
| 43 | } |
| 44 | |
| 45 | // NewHookManager creates a new Redis-based hook manager. |
| 46 | // It initializes the hook manager with the provided Redis client and Asynq client. |
nothing calls this directly
no outgoing calls
no test coverage detected