MCPcopy
hub / github.com/redis/go-redis / Processor

Struct Processor

push/processor.go:25–27  ·  view source on GitHub ↗

Processor handles push notifications with a registry of handlers

Source from the content-addressed store, hash-verified

23
24// Processor handles push notifications with a registry of handlers
25type Processor struct {
26 registry *Registry
27}
28
29// NewProcessor creates a new push notification processor
30func NewProcessor() *Processor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected