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

# Packages

No description provided by the author

# Functions

Find returns all descendants of the start entry that satisfy the given query Note that all returned entries' paths will start from "", which represents the start path.
NewOptions creates a new Options object.

# Constants

DefaultMaxdepth is the default value of the maxdepth option.

# Structs

Entry
Entry represents an RQL entry.
Options represent the RQL's options.

# Interfaces

ActionPredicate represents a predicate on a Wash action.
ASTNode represents an AST node in the RQL.
EntryPredicate represents a predicate on an entry.
EntrySchemaPredicate represents a predicate on an entry schema object.
NumericPredicate represents a predicate on a numeric value.
Primary represents the interface implemented by all the primaries.
Query represents an RQL query.
StringPredicate represents a predicate on a string value.
TimePredicate represents a predicate on a time value.
ValuePredicate represents a predicate on a metadata (JSON) value.

# Type aliases

EntrySchema represents an RQL entry's schema.