streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

options pattern for to simplify Dial API #443

Closed troian closed 2 years ago

troian commented 4 years ago

To not fall with different suffixes to Dial func as for example in #121 there is a proposal to implement Options to the Config. The implementation is backward compatible with current API