Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCachedFileWatcher ¶
type FakeCachedFileWatcher interface { fs.CachedFileWatcher SetContent(path string, content []byte) error }
func NewCachedFileWatcher ¶
func NewCachedFileWatcher() FakeCachedFileWatcher
type FakeFileWatcher ¶
type FakeFileWatcher interface { fs.FileWatcher DoCallback(path string) error }
func NewFileWatcher ¶
func NewFileWatcher() FakeFileWatcher
Click to show internal directories.
Click to hide internal directories.