ConsumerOpt is a consumer's functional option type
func(*Consumer)
| 10 | |
| 11 | // ConsumerOpt is a consumer's functional option type |
| 12 | type ConsumerOpt func(*Consumer) |
| 13 | |
| 14 | // Consumer holds definition for AMQP consumer |
| 15 | type Consumer struct { |
nothing calls this directly
no outgoing calls
no test coverage detected