package
0.0.0-20240122153004-13bcfc5aacc5
Repository: https://github.com/stealthycoder/distribution.git
Documentation: pkg.go.dev

# Functions

FromStruct takes a Manifest structure, marshals it to JSON, and returns a DeserializedManifest which contains the manifest and its JSON representation.
NewManifestBuilder is used to build new manifests for the current schema version.

# Variables

SchemaVersion provides a pre-initialized version structure for this packages version of the manifest.

# Structs

Builder is a type for constructing manifests.
DeserializedManifest wraps Manifest with a copy of the original JSON.
Manifest defines a ocischema manifest.