disabled_producer.go | |
---|---|
|
|
Package disabled contains an empty implementation of Producer interface. |
|
Generated documentation is available at: https://pkg.go.dev/github.com/RedHatInsights/ccx-notification-service/producer Documentation in literate-programming-style is available at: https://redhatinsights.github.io/ccx-notification-service/packages/disabled/disabled_producer.html |
|
Producer is an implementation of Producer interface where no message is sent |
|
ProduceMessage doesn't publish any message. |
|
Close return nil |
|