watchdog v0.1.0 Watchdog.Plug behaviour

Summary

Types

opts()
opts ::
  binary |
  tuple |
  atom |
  integer |
  float |
  [opts] |
  %{optional(opts) => opts}

Callbacks

call(arg0, opts)
call(Watchdog.FileSystemEvent.t, opts) ::
  {:next, Watchdog.FileSystemEvent.t} |
  {:halt, binary}