Miosa.Types.ServiceLogEvent (Miosa v1.0.1)

Copy Markdown View Source

A single log line emitted by a background service.

Summary

Types

t()

@type t() :: %Miosa.Types.ServiceLogEvent{
  line: String.t(),
  service_id: String.t() | nil,
  stream: String.t() | nil,
  timestamp: String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()