Documentation ¶
Overview ¶
Package fetcher contains functionality to fetch local and remote Zarf pkgs for local bundling
Package fetcher contains functionality to fetch local and remote Zarf pkgs for local bundling ¶
Package fetcher contains functionality to fetch local and remote Zarf pkgs for local bundling ¶
Package fetcher contains functionality to fetch local and remote Zarf pkgs for local bundling
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Store *ocistore.Store TmpDstDir string PkgIter int NumPkgs int BundleRootManifest *ocispec.Manifest Bundle *types.UDSBundle }
Config is the configuration for the fetcher
type Fetcher ¶
type Fetcher interface { Fetch() ([]ocispec.Descriptor, error) GetPkgMetadata() (zarfTypes.ZarfPackage, error) }
Fetcher is the interface for fetching packages
Click to show internal directories.
Click to hide internal directories.