events

Paddy 2015-07-15 Parent:987595765978 Child:df95f058a7b5

3:ce1212549d47 Go to Latest

events/nsq.go

Create Publisher interface and stdout publisher. Create a Publisher interface that allows us to use different implementations and switch between them easily. The NSQ publisher already implements the interface, so it was really just copying that. Create an implmentation of the Publisher interface that just logs the data to stdout.

History