Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeWatcher ¶
type FakeWatcher struct { WatchStub func(func()) error UnwatchStub func() // contains filtered or unexported fields }
func (*FakeWatcher) Unwatch ¶
func (fake *FakeWatcher) Unwatch()
func (*FakeWatcher) UnwatchCallCount ¶
func (fake *FakeWatcher) UnwatchCallCount() int
func (*FakeWatcher) Watch ¶
func (fake *FakeWatcher) Watch(arg1 func()) error
func (*FakeWatcher) WatchArgsForCall ¶
func (fake *FakeWatcher) WatchArgsForCall(i int) func()
func (*FakeWatcher) WatchCallCount ¶
func (fake *FakeWatcher) WatchCallCount() int
func (*FakeWatcher) WatchReturns ¶
func (fake *FakeWatcher) WatchReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.