metadata

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: Apache-2.0, BSD-3-Clause, MIT Imports: 3 Imported by: 0

Documentation

Overview

Package metadata defines a metadata struct for kernel modules.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToProto added in v0.5.2

func ToProto(m *Metadata) *pb.KernelModuleMetadata

ToProto converts the Metadata struct to a KernelModuleMetadata proto.

Types

type Metadata

type Metadata struct {
	PackageName                    string
	PackageVersion                 string
	PackageVermagic                string
	PackageSourceVersionIdentifier string
	OSID                           string
	OSVersionCodename              string
	OSVersionID                    string
	PackageAuthor                  string
}

Metadata holds parsing information for a kernel module.

func ToStruct added in v0.4.2

func ToStruct(m *pb.KernelModuleMetadata) *Metadata

ToStruct converts the KernelModuleMetadata proto to a Metadata struct.

func (*Metadata) IsProtoable added in v0.5.2

func (m *Metadata) IsProtoable()

IsProtoable marks the struct as a metadata type.

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