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

Log entry definition for status requests.

Link to this section Summary

Link to this section Types

@type t() :: %Instream.Log.StatusEntry{
  host: String.t(),
  metadata: Instream.Log.Metadata.t(),
  result: :ok | :error
}