package
3.11.5+incompatible
Repository: https://github.com/sylabs/singularity.git
Documentation: pkg.go.dev

# Functions

ParseBindPath parses a string specifying one or more (comma separated) bind paths in src[:dst[:options]] format, and returns all encountered bind paths as a slice.
ParseMountString converts a --mount string into one or more BindPath structs.

# Structs

Option represents a bind option with its associated value if any.
Path stores a parsed bind path specification.