Payload for :buffer_saved and :buffer_opened events.
Summary
Types
@type history_attribution() :: :active_workspace | :caller_managed
@type t() :: %Minga.Events.BufferEvent{ buffer: pid(), history_attribution: history_attribution(), path: String.t() }