Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VendorEntry ¶
type VendorNode ¶
type VendorNode struct { Children map[rune]*VendorNode IsEnd bool Data *VendorEntry }
type VendorSource ¶
type Vendors ¶
type Vendors struct { Root *VendorNode Sources []*VendorSource }
func (*Vendors) Insert ¶
func (v *Vendors) Insert(prefix string, data *VendorEntry)
Click to show internal directories.
Click to hide internal directories.