Processor handles push notifications with a registry of handlers
| 23 | |
| 24 | // Processor handles push notifications with a registry of handlers |
| 25 | type Processor struct { |
| 26 | registry *Registry |
| 27 | } |
| 28 | |
| 29 | // NewProcessor creates a new push notification processor |
| 30 | func NewProcessor() *Processor { |
nothing calls this directly
no outgoing calls
no test coverage detected