Minga.Events.FileWrittenEvent (Minga v0.1.0)

Copy Markdown View Source

Payload for :file_written events. Published when a file is written to disk by an agent tool, FileWatcher, or external process.

Summary

Types

change_type()

@type change_type() :: :created | :changed | :deleted

t()

@type t() :: %Minga.Events.FileWrittenEvent{
  change_type: change_type(),
  path: String.t()
}