ASM.SessionControl.Entry (ASM v0.9.2)

Copy Markdown View Source

Standardized provider-native resumable session entry.

Summary

Types

t()

@type t() :: %ASM.SessionControl.Entry{
  cwd: String.t() | nil,
  id: String.t(),
  label: String.t() | nil,
  metadata: map(),
  provider: atom(),
  raw: map(),
  source_kind: atom() | nil,
  updated_at: String.t() | nil
}