package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Packages

# Functions

Get the artifact processor according to the media type.
Register artifact processor, one processor can process multiple media types for one kind of artifact.

# Constants

ArtifactTypeUnknown defines the type for the unknown artifacts.

# Variables

DefaultProcessor is to process artifact which has no specific processor.
Registry for registered artifact processors.

# Structs

Addition defines the specific addition of different artifacts: build history for image, values.yaml for chart, etc.

# Interfaces

Processor processes specified artifact.