View Source Instream.Log.DeleteEntry (Instream v2.2.1)

Log entry definition for delete requests.

Link to this section Summary

Link to this section Types

@type t() :: %Instream.Log.DeleteEntry{
  conn: module(),
  metadata: Instream.Log.Metadata.t(),
  payload: Instream.Connection.delete_request(),
  result: term()
}