Dogmatix.Event (Dogmatix v0.1.0) View Source

The struct to define an event.

Link to this section Summary

Link to this section Types

Specs

t() :: %Dogmatix.Event{
  alert_type: :error | :warning | :info | :success | nil,
  hostname: String.t() | nil,
  priority: :normal | :low | nil,
  text: String.t(),
  timestamp: integer() | DateTime.t() | nil,
  title: String.t()
}