README ¶ Selector The selector package contains everything needed to parse a selector string into an AST, which we can then execute. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Parse(selector string) (ast.Expr, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(selector string) (ast.Expr, error) Types ¶ This section is empty. Source Files ¶ View all Source files parser.go Directories ¶ Show internal Expand all Path Synopsis ast lexer parser Click to show internal directories. Click to hide internal directories.