Toolnexus.Skill.Info (toolnexus v0.9.4)

Copy Markdown View Source

One discovered skill (SPEC §3).

Summary

Types

t()

@type t() :: %Toolnexus.Skill.Info{
  base: String.t() | nil,
  content: String.t(),
  description: String.t() | nil,
  location: String.t(),
  name: String.t(),
  origin: :fs | :logical,
  resources: [String.t()] | nil
}