status-go/vendor/github.com/rjeczalik/notify
Andrea Maria Piana 9f2a4b378f
Verify ens endpoint, only against mainnet (#1657)
* String payload

* Verify ENS Names

* Update status-protocol-go
2019-11-04 11:08:22 +01:00
..
.gitignore migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.travis.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
AUTHORS Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
LICENSE Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
README.md migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
appveyor.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
debug.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
debug_debug.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
debug_nodebug.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
doc.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
event.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
event_fen.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
event_fsevents.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
event_inotify.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
event_kqueue.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
event_readdcw.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
event_stub.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
event_trigger.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
go.mod Verify ens endpoint, only against mainnet (#1657) 2019-11-04 11:08:22 +01:00
node.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
notify.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
tree.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
tree_nonrecursive.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
tree_recursive.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
util.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
watcher.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
watcher_fen.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_fen_cgo.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
watcher_fsevents.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_fsevents_cgo.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_inotify.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_kqueue.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_notimplemented.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_readdcw.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_stub.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watcher_trigger.go Make statusd compile with go 1.11 (#1225) 2018-10-04 17:57:39 +02:00
watchpoint.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
watchpoint_other.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
watchpoint_readdcw.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00

README.md

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