View Source LogSnag.Insight (LogSnag v1.0.0)

Represents an Insight created within LogSnag's system.

Link to this section Summary

Link to this section Types

@type t() :: %LogSnag.Insight{
  icon: LogSnag.emoji() | nil,
  title: String.t(),
  value: String.t() | integer()
}

Link to this section Functions

@spec from_json(map()) :: t()