Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Skill ¶
type Skill struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
Triggers []string `yaml:"triggers"`
Path string `yaml:"-"`
Findings []unicodeaudit.Finding // suspicious Unicode in the skill body; nil if clean
// contains filtered or unexported fields
}
Skill describes a loaded skill file.
Click to show internal directories.
Click to hide internal directories.