Categorynamespacelabs.dev/go-filenotify
modulepackage
0.0.0-20220511192020-53ea11be7eaa
Repository: https://github.com/namespacelabs/go-filenotify.git
Documentation: pkg.go.dev

# README

This is a fork of moby/pkg/filenotify, which relies on Go modules.

The original source code is available at https://github.com/moby/moby/tree/master/pkg/filenotify and is Apache 2.0 licensed.

# Functions

NewEventWatcher returns an fs-event based file watcher.
NewPollingWatcher returns a poll-based file watcher.

# Interfaces

FileWatcher is an interface for implementing file notification watchers.