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 ¶ added in v1.18.0
type FakeFileWatcher interface {
fs.FileWatcher
DoCallback(path string) error
}
func NewFileWatcher ¶ added in v1.18.0
func NewFileWatcher() FakeFileWatcher
Click to show internal directories.
Click to hide internal directories.