Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileUpdateMessage ¶
type FileWatcherService ¶
type FileWatcherService struct {
// contains filtered or unexported fields
}
func NewFileWatcherService ¶
func NewFileWatcherService(agentConfig *config.Config) *FileWatcherService
func (*FileWatcherService) SetEnabled ¶
func (fws *FileWatcherService) SetEnabled(enabled bool)
func (*FileWatcherService) Watch ¶
func (fws *FileWatcherService) Watch(ctx context.Context, ch chan<- FileUpdateMessage)
Click to show internal directories.
Click to hide internal directories.