Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AST ¶
type AST struct { Profiles Collection `parser:"( \"in\" @@)?"` Query Query `parser:"@@"` }
func ParseString ¶
type AttrModifier ¶
type AttrModifier struct {
Value Collection `parser:"\":\" @@"`
}
type Collection ¶
type LinkedItem ¶
type Query ¶
type Query struct { Root Item `parser:"@@*"` Sequence []LinkedItem `parser:"@@*"` }
type SearchExpression ¶
type SearchModifier ¶
type SearchModifier struct {
Value SearchExpression `parser:"\"?\" @@"`
}
Click to show internal directories.
Click to hide internal directories.