Versions in this module Expand all Collapse all v0 v0.3.0 Mar 15, 2017 Changes in this version + type FakeLogWatcher struct + func NewFakeLogWatcher(bufferSize int) *FakeLogWatcher + func (f *FakeLogWatcher) InjectError(err error) + func (f *FakeLogWatcher) InjectLog(log *logtypes.Log) + func (f *FakeLogWatcher) Stop() + func (f *FakeLogWatcher) Watch() (<-chan *logtypes.Log, error)