Discover Packages
hauler.dev/go/hauler
pkg
reference
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package reference provides general types to represent oci content within a registry or local oci layout
Grammar (stolen mostly from containerd's grammar)
reference :=
NewTagged will create a new docker.NamedTagged given a path-component
Parse will parse a reference and return a name.Reference namespaced with DefaultNamespace if necessary
Relocate returns a name.Reference given a reference and registry
type Reference interface {
FullName() string
Name() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.