type Watcher interface {
// Start watches a set of artifacts for changes, and on the first change// returns a reference to the changed artifact
Start(ctx context.Context, onChange func([]*config.Artifact))
}
Watcher provides a watch trigger for the skaffold pipeline to begin