Backplane. SkillProtocol. Source. Backplane
(backplane_skill_protocol v0.8.0)
Copy Markdown
Thin remote source adapter for one-shot verified Skill preparation.
Summary
Types
@type t() :: %Backplane.SkillProtocol.Source.Backplane{client: term()}
Functions
@spec new(Backplane.SkillProtocol.Client.t()) :: {:ok, t()} | {:error, Backplane.SkillProtocol.Error.t()}
@spec new!(Backplane.SkillProtocol.Client.t()) :: t()
@spec prepare(t(), String.t(), String.t() | nil, keyword()) :: {:ok, Backplane.SkillProtocol.PreparedSkill.t()} | {:error, Backplane.SkillProtocol.Error.t()}