Backplane. SkillProtocol. Bundle
(backplane_skill_protocol v0.9.0)
Copy Markdown
Bounded inspection, packing, and atomic preparation of complete Skill bundles.
Summary
Types
Functions
@spec inspect( String.t() | %{path: String.t()}, keyword() ) :: {:ok, t()} | {:error, Backplane.SkillProtocol.Error.t()}
@spec pack(String.t(), String.t(), keyword()) :: {:ok, t()} | {:error, Backplane.SkillProtocol.Error.t()}
@spec prepare(String.t() | %{path: String.t()} | t(), String.t(), keyword()) :: {:ok, Backplane.SkillProtocol.PreparedSkill.t()} | {:error, Backplane.SkillProtocol.Error.t()}