Documentation ¶ Index ¶ func ProcessLogs(r io.ReadCloser, w io.Writer) type Change type Watcher func NewWatcher(ctx context.Context, events chan<- Change, base string, ...) (*Watcher, error) func (watcher *Watcher) Start(ctx context.Context) 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, dependency *builders.Dependency) (*Watcher, error) func (*Watcher) Start ¶ func (watcher *Watcher) Start(ctx context.Context) Source Files ¶ View all Source files logs.go watcher.go Click to show internal directories. Click to hide internal directories.