Directories
¶
| Path | Synopsis |
|---|---|
|
Package detector provides functions to identify URI types (file, git, HTTP, OCI).
|
Package detector provides functions to identify URI types (file, git, HTTP, OCI). |
|
examples
|
|
|
expand/bzip2
command
|
|
|
expand/tar
command
|
|
|
expand/zip
command
|
|
|
gather/file
command
|
|
|
gather/git
command
|
|
|
gather/http
command
|
|
|
gather/oci
command
|
|
|
registry/expander
command
|
|
|
registry/gather
command
|
|
|
Package expand defines the Expander interface and a registry of expanders for compressed files.
|
Package expand defines the Expander interface and a registry of expanders for compressed files. |
|
bzip2
Package bzip2 implements an Expander for standalone bzip2 compressed files.
|
Package bzip2 implements an Expander for standalone bzip2 compressed files. |
|
tar
Package tar implements an Expander for tar archives, including gzip and bzip2 compressed variants.
|
Package tar implements an Expander for tar archives, including gzip and bzip2 compressed variants. |
|
zip
Package zip implements an Expander for ZIP archives.
|
Package zip implements an Expander for ZIP archives. |
|
Package gather defines the Gatherer interface and a registry of gatherers.
|
Package gather defines the Gatherer interface and a registry of gatherers. |
|
file
Package file implements a Gatherer for local filesystem sources.
|
Package file implements a Gatherer for local filesystem sources. |
|
git
Package git implements a Gatherer for git repository sources.
|
Package git implements a Gatherer for git repository sources. |
|
http
Package http implements a Gatherer for HTTP and HTTPS sources.
|
Package http implements a Gatherer for HTTP and HTTPS sources. |
|
oci
Package oci implements a Gatherer for OCI registry sources.
|
Package oci implements a Gatherer for OCI registry sources. |
|
internal
|
|
|
helpers
Package helpers provides filesystem utilities for copying files, directories, and expanding paths.
|
Package helpers provides filesystem utilities for copying files, directories, and expanding paths. |
|
oci/network
Package network provides helpers for hostname extraction and loopback detection.
|
Package network provides helpers for hostname extraction and loopback detection. |
|
oci/registry
Package registry configures OCI registry clients with authentication and TLS settings.
|
Package registry configures OCI registry clients with authentication and TLS settings. |
|
Package metadata defines the Metadata interface for gather results.
|
Package metadata defines the Metadata interface for gather results. |
|
Package registry imports all gatherer and expander implementations and exposes convenience lookup functions.
|
Package registry imports all gatherer and expander implementations and exposes convenience lookup functions. |
Click to show internal directories.
Click to hide internal directories.