# Functions

ArtifactURLBase returns the artifact url base path in the form of '<kind>/<namespace>/name>/<filename>'.
HasDigest returns if the given digest matches the current Digest of the Artifact.
No description provided by the author
NewStorage creates the storage helper for a given path and hostname.
SourceIgnoreFilter returns an ArchiveFileFilter that filters out files matching sourceignore.VCSPatterns and any of the provided patterns.

# Constants

No description provided by the author

# Structs

Storage manages artifacts.

# Interfaces

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

# Type aliases

ArchiveFileFilter must return true if a file should not be included in the archive after inspecting the given path and/or os.FileInfo.