marcusolsson / goddd

Exploring DDD in Go
MIT License
2.41k stars 273 forks source link

inspection.EventHandler needs implementation #15

Open marcusolsson opened 8 years ago

marcusolsson commented 8 years ago

Currently, no implementation is used. https://github.com/marcusolsson/goddd/blob/9042214afd8ff964ef7785cc85489ed7ead44793/main.go#L66

Proposal is to add a new amqp subpackage that implements the inspection.EventHandler interface.