package
0.0.0-20210318211101-2bc12df73e84
Repository: https://github.com/puppetlabs/wash.git
Documentation: pkg.go.dev

# Functions

ToParser converts the given parse function to a predicate.Parser object.

# Structs

CompositeParser represents a parser composed of multiple predicate parsers.

# Interfaces

BinaryOp represents a binary operation that combines predicates to return a new predicate.
Parser represents a parser that parses predicates.
Predicate is an interface representing a predicate.