module Constants

Defined in:

constants.cr

Constant Summary

ALLOWED_EVENTS = LOOKUP.keys()
LOOKUP = {"modify" => LibInotify::IN_MODIFY, "moved_to" => LibInotify::IN_MOVED_TO, "moved_from" => LibInotify::IN_MOVED_FROM, "move" => LibInotify::IN_MOVE, "create" => LibInotify::IN_CREATE, "delete" => LibInotify::IN_DELETE}