ReqManagedAgents.Agent.Handle (ReqManagedAgents v0.9.0)

Copy Markdown View Source

Handle to a provisioned, reusable agent. new/1 absorbs the Store.File JSON (string-key) round-trip.

Summary

Types

t()

@type t() :: %ReqManagedAgents.Agent.Handle{
  agent_id: String.t(),
  digest: String.t(),
  name: String.t()
}

Functions

new(h)

@spec new(t() | map()) :: t()