Commit Graph

3 Commits

Author SHA1 Message Date
Paul Stemmet 256351013b
watcher: add tests for EventWatcher 2022-12-09 18:05:59 +00:00
Paul Stemmet 196bdde70f
watcher/mock: MockHandler
a mock event handler that can be primed with a series of expected
messages.

Useful for testing watcher
2022-12-09 18:05:58 +00:00
Paul Stemmet c72d92bbd2
watcher: MsgHandler, EventWatcher
This package is responsible for maintaining the lifecycle of a
fifo.EventChannel.

The EventWatcher type handles a single instance of an EventChannel,
feeding messages it receives to a provided watcher.MsgHandler interface.
2022-12-09 18:05:58 +00:00