metadata

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package metadata provides functionality to store metadata about debian packages installed in a docker image layer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PackageMetadata

type PackageMetadata struct {
	// Name is the name of the software package.
	Name string `yaml:"name"`
	// Version is the version string of the software package.
	Version string `yaml:"version"`
}

PackageMetadata is the YAML entry for a single software package.

type PackagesMetadata

type PackagesMetadata struct {
	// Packages is the list of software package entries read from the input
	// CSV file.
	Packages []PackageMetadata `yaml:"packages"`
}

PackagesMetadata is the collection of software package metadata read from the input CSV file to be serialized into a YAML file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL