Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2023 Changes in this version + type Watcher struct + IgnoreRegex string + func NewWatcher(c middlewarev1.MiddlewareServiceClient, ignoreRegex string) *Watcher + func (w *Watcher) Add(slug, dir string) error + func (w *Watcher) Remove(slug string) error + func (w *Watcher) Run(ctx context.Context) error