wrlinux

package
v0.0.0-...-a0f98b3 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fetch

func Fetch(opts ...Option) error

Types

type Option

type Option interface {
	// contains filtered or unexported methods
}

func WithDir

func WithDir(dir string) Option

func WithRepoURL

func WithRepoURL(repoURL string) Option

func WithRetry

func WithRetry(retry int) Option

type Package

type Package string

type Release

type Release string

type Status

type Status struct {
	Status string `json:"status,omitempty"`
	Note   string `json:"note,omitempty"`
}

type Statuses

type Statuses map[Release]Status

type Vulnerability

type Vulnerability struct {
	PublicDateAtUSN      string               `json:"public_date_at_usn,omitempty"`
	CRD                  string               `json:"crd,omitempty"`
	Candidate            string               `json:"candidate,omitempty"`
	PublicDate           string               `json:"public_date,omitempty"`
	References           []string             `json:"references,omitempty"`
	Description          string               `json:"description,omitempty"`
	WindRiverDescription string               `json:"wind_river_description,omitempty"`
	Notes                []string             `json:"notes,omitempty"`
	Bugs                 []string             `json:"bugs,omitempty"`
	ReleaseVersions      []string             `json:"release_versions,omitempty"`
	Priority             string               `json:"priority,omitempty"`
	Patches              map[Package]Statuses `json:"patches,omitempty"`
	UpstreamLinks        map[Package][]string `json:"upstream_links,omitempty"`
}

Jump to

Keyboard shortcuts

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