Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureVariable ¶
type MatchResult ¶
type MatchResult struct { Matched bool Vars []transformer.Variable }
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
func (*Matcher) GetAllVariablePaths ¶
func (*Matcher) Match ¶
func (m *Matcher) Match(path string) MatchResult
Click to show internal directories.
Click to hide internal directories.