Documentation
¶
Overview ¶
Package matching implements exact platform-neutral selector matching over a normalized hierarchy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RefreshError ¶
type RefreshError struct {
Matches int
}
RefreshError reports that refresh-by-attributes did not identify one node.
func (*RefreshError) Error ¶
func (e *RefreshError) Error() string
type RegexError ¶
RegexError identifies an invalid selector expression without panicking.
func (*RegexError) Error ¶
func (e *RegexError) Error() string
func (*RegexError) Unwrap ¶
func (e *RegexError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.