Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeSelector ¶
type Selector ¶
type Selector struct { Type SelectorType Value string Classes []string ID string Tag string Attribute *AttributeSelector }
type SelectorType ¶
type SelectorType int
const ( SelectorTypeTag SelectorType = iota SelectorTypeID SelectorTypeClass SelectorTypeUniversal SelectorTypeCompound )
Click to show internal directories.
Click to hide internal directories.