Vibe.Storage.Representation.RuntimeAlert (vibe v0.2.2)

Copy Markdown View Source

Current storage representation for Vibe.SystemAlarms.Alert.

Summary

Types

t()

@type t() :: %Vibe.Storage.Representation.RuntimeAlert{
  at: DateTime.t(),
  context: map(),
  detail: String.t() | nil,
  id: String.t(),
  severity: Vibe.SystemAlarms.Alert.severity(),
  source: atom(),
  type: atom()
}

Functions

decode!(map)

@spec decode!(map()) :: t()