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

# Functions

NewEntry constructs a new `wash find` entry.
NewOptions creates a new Options object.
OptionsTable returns a table containing all of `wash find`'s available options.
Prune prunes s to contain only nodes that satisfy p.
ToEntryP converts p to an EntryPredicate object.
ToEntrySchemaP converts p to an EntrySchemaPredicate object.

# Constants

DaystartFlag is the name of the daystart option's flag.
DefaultMaxdepth is the default value of the maxdepth option.
DepthFlag is the name of the depth option's flag.
FullmetaFlag is the name of the fullmeta option's flag.
MaxdepthFlag is the name of the maxdepth option's flag.
MindepthFlag is the name of the mindepth option's flag.

# Structs

Entry
Entry represents an Entry as interpreted by `wash find`.
EntryPredicateAnd represents an And operation on Entry predicates.
EntryPredicateOr represents an Or operation on Entry predicates.
HelpOption represents the -help option.
Options represents the find command's options.

# Interfaces

EntryPredicate represents a predicate on a Wash entry.
EntrySchemaPredicate represents a predicate on an entry's schema.

# Type aliases

EntryPredicateParser parses Entry predicates.
EntrySchema is a wrapper to apitypes.EntrySchema.
EntrySchemaPredicateParser parses EntrySchema predicates.