minio/vendor/github.com/rjeczalik/notify
2018-05-31 12:30:15 -07:00
..
appveyor.yml Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
AUTHORS Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
debug.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
debug_debug.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
debug_nodebug.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
doc.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_fen.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_fsevents.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_inotify.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_kqueue.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_readdcw.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_stub.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
event_trigger.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
LICENSE Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
node.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
notify.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
README.md Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
tree.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
tree_nonrecursive.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
tree_recursive.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
util.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fen.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fen_cgo.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fsevents.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_fsevents_cgo.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_inotify.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_kqueue.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_readdcw.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_stub.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watcher_trigger.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watchpoint.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watchpoint_other.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
watchpoint_readdcw.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00

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