type rawContainerWatcher …
func NewRawContainerWatcher(includedMetrics container.MetricSet) (watcher.ContainerWatcher, error) { … }
func (w *rawContainerWatcher) Start(events chan watcher.ContainerEvent) error { … }
func (w *rawContainerWatcher) Stop() error { … }
func (w *rawContainerWatcher) watchDirectory(events chan watcher.ContainerEvent, dir string, containerName string) (bool, error) { … }
func (w *rawContainerWatcher) processEvent(event *inotify.Event, events chan watcher.ContainerEvent) error { … }