Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2023 Changes in this version + type FileWatcher struct + CheckFileInterval time.Duration + func New(filePath string, onChangeHandler func(f *FileWatcher, event fsnotify.Event), ...) (*FileWatcher, error) + func (f *FileWatcher) FileExist() bool + func (f *FileWatcher) InWatchedQueue() bool + func (f *FileWatcher) SetFileExist(value bool) + func (f *FileWatcher) SetInWatchedQueue(value bool) + func (f *FileWatcher) Watch(ctx context.Context)