osrelease

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2023 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlpineId = "alpine"

	DebianId = "debian"

	FedoraId = "fedora"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Name       string `mapstructure:"NAME,omitempty"`
	Id         string `mapstructure:"ID,omitempty"`
	PrettyName string `mapstructure:"PRETTY_NAME,omitempty"`
	Version    string `mapstructure:"VERSION,omitempty"`
	VersionId  string `mapstructure:"VERSION_ID,omitempty"`
}

Info provides information on the operating system identification https://www.freedesktop.org/software/systemd/man/os-release.html

func Parse

func Parse(r io.Reader) (*Info, error)

Jump to

Keyboard shortcuts

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