0x4b53 / amqp-rpc

🐰 Framework to use RabbitMQ as RPC
MIT License
45 stars 8 forks source link

Make request and response (writer) interface the same (public fields) #76

Closed bombsimon closed 5 years ago

bombsimon commented 5 years ago

The fix we've talked about for a while, making the response writer fields public so we can access .Publishing the same way for a request and a response.

bombsimon commented 5 years ago

Less code, less test coverage. Down to 90% :(