Backplane.SkillProtocol.Descriptor (backplane_skill_protocol v0.8.0)

Copy Markdown

Lightweight discovery result; it is not proof of bundle verification.

Summary

Types

t()

@type t() :: %Backplane.SkillProtocol.Descriptor{
  artifact_digest: term(),
  description: term(),
  name: String.t(),
  path: String.t(),
  precedence: integer(),
  publication_status: term(),
  ref: Backplane.SkillProtocol.SkillRef.t(),
  revision: term()
}