Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dallarosa/eyenotify
/ functions
Functions
14 in github.com/dallarosa/eyenotify
⨍
Functions
14
◇
Types & classes
2
↓ 4 callers
Function
intFromByte
(byteSlice []byte, data interface{})
eyenotify_linux.go:32
↓ 4 callers
Function
startProc
Starts the process specified in the command line keeps track of the process pid for restart
eyenotify.go:43
↓ 3 callers
Function
restartProc
Restart the process with pid value in the global variable pid If it cannot find the process to kill assume the process is already dead and start a new
eyenotify.go:59
↓ 2 callers
Function
addFilesToPoll
Add files and directories to the polling list
eyenotify.go:78
↓ 2 callers
Function
runPolling
starts poll-based tracking
eyenotify.go:102
↓ 1 callers
Function
addFilesToInotify
Add directories recursively to the tracking list
eyenotify_linux.go:99
↓ 1 callers
Function
addFilesToKqueue
(evTrackList []syscall.Kevent_t, dirPath string)
eyenotify_darwin.go:47
↓ 1 callers
Function
processBuffer
Process the buffer from an inotify event.
eyenotify_linux.go:40
↓ 1 callers
Function
processEvent
()
eyenotify_darwin.go:11
↓ 1 callers
Function
runInotify
starts inotify tracking
eyenotify_linux.go:78
↓ 1 callers
Function
runKqueue
()
eyenotify_darwin.go:15
Function
init
()
eyenotify.go:23
Function
main
()
eyenotify_darwin.go:81
Function
main
()
eyenotify_linux.go:127