MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / redisHookManager

Struct redisHookManager

internal/hooks/manager.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected