Categorygithub.com/rjeczalik/notify
modulepackage
0.9.3
Repository: https://github.com/rjeczalik/notify.git
Documentation: pkg.go.dev

# README

notify GoDoc Build Status Build status Coverage Status

Filesystem event notification library on steroids. (under active development)

Documentation

godoc.org/github.com/rjeczalik/notify

Installation

~ $ go get -u github.com/rjeczalik/notify

Projects using notify

# Functions

Stop removes all watchpoints registered for c.
Watch sets up a watchpoint on path listening for events given by the events argument.

# Constants

All is handful alias for all platform-independent event values.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
File was accessed.
Metadata changed.
Unwrittable file closed.
Writtable file was closed.
Subfile was created.
Subfile was deleted.
Self was deleted.
File was modified.
File was moved from X.
File was moved to Y.
Self was moved.
File was opened.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.
Create, Remove, Write and Rename are the only event values guaranteed to be present on all platforms.

# Interfaces

EventInfo describes an event reported by the underlying filesystem notification subsystem.

# Type aliases

Event represents the type of filesystem action.