Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableSkills ¶
type AvailableSkills struct {
XMLName xml.Name `xml:"available_skills"`
Skills []Skill `xml:"skill"`
}
AvailableSkills represents a collection of discovered skills
func (AvailableSkills) AsXML ¶
func (a AvailableSkills) AsXML() (string, error)
AsXML returns the XML representation of available skills
Click to show internal directories.
Click to hide internal directories.