# Functions
NewPackages builds Packages using PackageLoader.
# Structs
BuildkitFrontendLoader loads packages from buildkit client.Reference.
FilesystemPackageLoader loads packages by walking file system tree.
LoadResult is a result of PackageLoader.Load function.
PackageDependency wraps v1alpha2.Depency with resolved internal dependencies.
PackageGraph capture root of the DAG.
PackageNode is a Pkg with associated dependencies.
Packages is a collect of Pkg objects with dependencies tracked.
# Interfaces
PackageLoader implements some way to fetch collection of Pkgs.
# Type aliases
PackageSet is a list of PackageNodes.