Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVersion ¶
type KVersion struct { Full string Name string Package string Type string Kernel string Upload string Variant string Arch string }
Represents the version of a kernel package.
For a package named:
linux-headers-5.8.0-rc9-2-cloud-amd64
We would have:
Name: linux-headers-5.8.0-2-cloud Package: <a package version - independent of the name> Arch: amd64 Type: linux-headers Kernel: 5.8.0-rc9 Upload: 2 Variant: cloud
func (KVersion) ArchLessId ¶
Click to show internal directories.
Click to hide internal directories.