converter

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConvertedImageInfo

type ConvertedImageInfo struct {
	// Image is the reference of the converted image.
	// The reference is the image's name and digest concatenated with "@" (i.e. `<name>@<digest>`).
	Image string `json:"Image"`

	// ExtraImages is a set of converter-specific additional images (e.g. external TOC image of eStargz).
	// The reference format is the same as the "Image" field.
	ExtraImages []string `json:"ExtraImages"`
}

ConvertedImageInfo is information of the images created by a conversion.

Jump to

Keyboard shortcuts

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