patches

package
v1.0.0-alpha1.0...-2e0dbe4 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lister

type Lister func() (Patches, error)

type Patch

type Patch struct {
	Number      string    `json:"num"`
	Revision    string    `json:"revision"`
	InstalledAt time.Time `json:"installed_at"`
}

type Patches

type Patches []Patch

func List

func List() (Patches, error)

List returns the list of installed patches of all known types

func ListSolaris

func ListSolaris() (Patches, error)

ListSolaris returns the solaris patches installed. Example output:

Patch: patchnum-rev Obsoletes: num-rev[,patch-rev]... Requires: .... Incompatibles: ... Packages: ...

Jump to

Keyboard shortcuts

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