Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser represents a parser.
type PhyloXML ¶
type PhyloXML struct { XMLName xml.Name `xml:"phyloxml"` Phylogenies []Phylogeny `xml:"phylogeny"` }
Structs for representation of the PhyloXML tree
type Taxonomy ¶
type Taxonomy struct { XMLName xml.Name `xml:"taxonomy"` TaxId TaxonomyId `xml:"id"` ScientificName string `xml:"scientific_name"` Code string `xml:"code"` }
type TaxonomyId ¶
Click to show internal directories.
Click to hide internal directories.