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

# Functions

ChildSchemas returns a volume's child schema.
List constructs an array of entries for the given path from a DirMap.
NewFS creates a new FS entry with the given name, using the supplied executor to satisfy volume operations.
NormalErrorPOSIX returns whether this line of text is normal error output for StatCmdPOSIX.
NormalErrorPowerShell returns whether this line of text is normal error output for StatCmdPowerShell.
ParseStatPOSIX an output stream that is the result of running StatCmdPOSIX.
ParseStatPowershell an output stream that is the result of running StatCmdPowershell.
StatCmdPOSIX returns the POSIX command required to stat all the files in a directory up to maxdepth.
StatCmdPowershell returns the PowerShell command required to stat all the files in a directory up to maxdepth.

# Constants

ListTTL represents the List op's TTL.
RootPath is the root of the filesystem described by a DirMap returned from VolumeList.

# Structs

FS presents a view of the filesystem of an Execable resource.

# Interfaces

Interface presents methods to access the volume.

# Type aliases

Children represents a directory's children.
A DirMap is a map of <dir_path> => <children>.