Helios v0.1.0 Helios.EventJournal.Messages.StreamMetadataResponse View Source

Holds stream metadata.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Helios.EventJournal.Messages.StreamMetadataResponse{
  is_deleted: boolean(),
  meta_version: integer(),
  metadata: map(),
  stream: String.t()
}

Link to this section Functions