Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrSkillNameRequired reports missing bundled skill identifiers. ErrSkillNameRequired = errors.New("bundled skills: skill name is required") // ErrInvalidSkillName reports bundled skill identifiers that are not a single clean path component. ErrInvalidSkillName = errors.New("bundled skills: invalid skill name") // ErrResourcePathRequired reports a missing skill resource path. ErrResourcePathRequired = errors.New("bundled skills: resource path is required") // ErrInvalidResourcePath reports a skill resource path that escapes or is not clean. ErrInvalidResourcePath = errors.New("bundled skills: invalid resource path") )
Functions ¶
func LoadContent ¶
LoadContent returns the markdown body for one embedded bundled skill.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.