package
0.81.0
Repository: https://github.com/nextlinux/gosbom.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLocation creates a new Location representing a path without denoting a filesystem or FileCatalog reference.
NewLocationFromCoordinates creates a new location for the given Coordinates.
NewLocationFromDirectory creates a new Location representing the given path (extracted from the Reference) relative to the given directory.
NewLocationFromImage creates a new Location representing the given path (extracted from the Reference) relative to the given image.
No description provided by the author
No description provided by the author
NewMockResolverForPaths creates a new MockResolver, where the only resolvable files are those specified by the supplied paths.
No description provided by the author
NewVirtualLocation creates a new location for a path accessed by a virtual path (a path with a symlink or hardlink somewhere in the path).
NewVirtualLocationFromCoordinates creates a new location for the given Coordinates via a virtual path.
NewVirtualLocationFromDirectory creates a new Location representing the given path (extracted from the Reference) relative to the given directory with a separate virtual access path.

# Structs

Coordinates contains the minimal information needed to describe how to find a file within any possible source object (e.g.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Location represents a path relative to a particular filesystem resolved to a specific file.Reference.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockResolver implements the FileResolver interface and is intended for use *only in test code*.
No description provided by the author

# Interfaces

ContentResolver knows how to get file content for a given Location.
No description provided by the author
No description provided by the author
PathResolver knows how to get a Location for given string paths and globs.
Resolver is an interface that encompasses how to get specific file references and file contents for a generic data source.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author