Documentation ¶ Index ¶ func ProcessLogs(r io.ReadCloser, w io.Writer) type Change type Watcher func NewWatcher(ctx context.Context, events chan<- Change, base string, includes []string, ...) (*Watcher, error) func (w *Watcher) Start() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ProcessLogs ¶ func ProcessLogs(r io.ReadCloser, w io.Writer) Types ¶ type Change ¶ type Change struct { Path string IsRelative bool } type Watcher ¶ type Watcher struct { // contains filtered or unexported fields } func NewWatcher ¶ func NewWatcher(ctx context.Context, events chan<- Change, base string, includes []string, excludes ...string) (*Watcher, error) func (*Watcher) Start ¶ func (w *Watcher) Start() Source Files ¶ View all Source files logs.go watcher.go Click to show internal directories. Click to hide internal directories.