NoopEnqueuer implements the Enqueuer interface but performs a noop.
| 214 | |
| 215 | // NoopEnqueuer implements the Enqueuer interface but performs a noop. |
| 216 | type NoopEnqueuer struct{} |
| 217 | |
| 218 | // NewNoopEnqueuer builds a NoopEnqueuer which is used to fulfill the contract for enqueuing notifications, if ExperimentNotifications is not set. |
| 219 | func NewNoopEnqueuer() *NoopEnqueuer { |
nothing calls this directly
no outgoing calls
no test coverage detected