# Functions

BaseFilesOnly filters out non-base CSV files from the list of CSV files.
DefaultFileList returns the list of CSV files that are used by default.
GetFileList returns the (non-recursive) list of CSV files in the specified folder.
NewCSVFileParser creates a new parser for reading MountSpecs from the specified CSV file.
NewMountSpec creates a MountSpec with the specified type and path.
NewMountSpecFromLine parses the specified line and returns the MountSpec or an error if the line is malformed.

# Constants

DefaultMountSpecPath is default location of CSV files that define the modifications required to the OCI spec.
MountSpecDev is used for character devices.
MountSpecDir is used for directories.
MountSpecLib is used for libraries or regular files.
MountSpecSym is used for symlinks.

# Structs

MountSpec represents a Jetson mount consisting of a type and a path.

# Interfaces

Parser specifies an interface for parsing MountSpecs.

# Type aliases

MountSpecType defines the mount types allowed in a CSV file.