Versions in this module Expand all Collapse all v0 v0.2.1 Apr 23, 2026 Changes in this version type SnapshotConfig + ImageDigest string + ImageType string v0.2.0 Apr 20, 2026 v0.1.9 Apr 19, 2026 v0.1.8 Apr 12, 2026 Changes in this version type SnapshotConfig + Description string + Files map[string]SnapshotFile + Hypervisor string + ImageBlobIDs map[string]struct{} + Network string + Windows bool + type SnapshotFile struct + Mode int64 + SparseMap string + SparseSize int64 v0.1.7 Apr 10, 2026 Changes in this version + const AnnotationCreated + const AnnotationDescription + const AnnotationRevision + const AnnotationSnapshotBaseImage + const AnnotationSnapshotID + const AnnotationSource + const AnnotationTitle + const ArtifactTypeOSImage + const ArtifactTypeSnapshot + const ArtifactTypeWindowsImage + const MediaTypeDiskQcow2Part + const MediaTypeDiskRawPart + const MediaTypeDockerConfig + const MediaTypeDockerIndex + const MediaTypeDockerManifest + const MediaTypeOCIEmpty + const MediaTypeOCIImageConfig + const MediaTypeOCIIndex + const MediaTypeOCIManifest + const MediaTypeSnapshotConfig + const MediaTypeTar + const MediaTypeVMCidata + const MediaTypeVMConfig + const MediaTypeVMMemory + const MediaTypeVMState + const MediaTypeWindowsDiskQcow2 + const MediaTypeWindowsDiskQcow2Part + const MediaTypeWindowsDiskRaw + const MediaTypeWindowsDiskRawPart + func IsDiskMediaType(mt string) bool + func MediaTypeForCocoonFile(name string) string + type Descriptor struct + Annotations map[string]string + ArtifactType string + Digest string + MediaType string + Size int64 + func (d Descriptor) Title() string + type IndexManifest struct + Digest string + MediaType string + Platform *Platform + Size int64 + type Kind int + const KindCloudImage + const KindContainerImage + const KindImageIndex + const KindSnapshot + const KindUnknown + func Classify(raw []byte) (Kind, error) + func ClassifyParsed(m *OCIManifest) Kind + func (k Kind) String() string + type OCIManifest struct + Annotations map[string]string + ArtifactType string + Config Descriptor + Layers []Descriptor + Manifests []IndexManifest + MediaType string + SchemaVersion int + Subject *Descriptor + func Parse(raw []byte) (*OCIManifest, error) + type Platform struct + Architecture string + OS string + OSVersion string + Variant string + type SnapshotConfig struct + CPU int + CreatedAt time.Time + Image string + Memory int64 + NICs int + SchemaVersion string + SnapshotID string + Storage int64 v0.1.6 Apr 2, 2026 v0.1.5 Apr 2, 2026 v0.1.4 Apr 3, 2026 Changes in this version type Manifest + func (m *Manifest) IsCloudImage() bool v0.1.3 Apr 2, 2026 v0.1.2 Apr 1, 2026 v0.1.1 Apr 1, 2026 Changes in this version + const MediaTypeCidata + const MediaTypeConfig + const MediaTypeDiskQcow2 + const MediaTypeDiskRaw + const MediaTypeGeneric + const MediaTypeMemory + const MediaTypeState + func MediaTypeForFile(name string) string + type Catalog struct + Repositories map[string]*Repository + UpdatedAt time.Time + type Layer struct + Digest string + Filename string + MediaType string + Size int64 + type Manifest struct + BaseImages []Layer + CPU int + CreatedAt time.Time + Image string + ImageBlobIDs map[string]string + Layers []Layer + Memory int64 + NICs int + Name string + PushedAt time.Time + SchemaVersion int + SnapshotID string + Storage int64 + Tag string + TotalSize int64 + type Repository struct + Tags map[string]string + UpdatedAt time.Time