metadata

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package metadata defines a Metadata struct for flatpak packages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	PackageName    string
	PackageID      string
	PackageVersion string
	ReleaseDate    string
	OSName         string
	OSID           string
	OSVersionID    string
	OSBuildID      string
	Developer      string
}

Metadata holds parsing information for a flatpak package.

func (*Metadata) ToDistro

func (m *Metadata) ToDistro() string

ToDistro extracts the OS distro from the metadata.

func (*Metadata) ToNamespace

func (m *Metadata) ToNamespace() string

ToNamespace extracts the PURL namespace from the metadata.

Jump to

Keyboard shortcuts

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