VoidProcessor discards all push notifications without processing them
| 114 | |
| 115 | // VoidProcessor discards all push notifications without processing them |
| 116 | type VoidProcessor struct{} |
| 117 | |
| 118 | // NewVoidProcessor creates a new void push notification processor |
| 119 | func NewVoidProcessor() *VoidProcessor { |
nothing calls this directly
no outgoing calls
no test coverage detected