gentoo

package
v0.0.0-...-cd20b3e Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 12 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 GLSA

type GLSA struct {
	ID       string `xml:"id,attr"`
	Title    string `xml:"title"`
	Synopsis string `xml:"synopsis"`
	Product  struct {
		Text string `xml:",chardata"`
		Type string `xml:"type,attr"`
	} `xml:"product"`
	Announced string `xml:"announced"`
	Revised   struct {
		Text  string `xml:",chardata"`
		Count string `xml:"count,attr"`
	} `xml:"revised"`
	Bug      []string `xml:"bug"`
	Access   string   `xml:"access"`
	Affected struct {
		Package []struct {
			Name       string `xml:"name,attr"`
			Auto       string `xml:"auto,attr"`
			Arch       string `xml:"arch,attr"`
			Unaffected []struct {
				Text  string `xml:",chardata"`
				Range string `xml:"range,attr"`
				Slot  string `xml:"slot,attr"`
			} `xml:"unaffected"`
			Vulnerable []struct {
				Text  string `xml:",chardata"`
				Range string `xml:"range,attr"`
				Slot  string `xml:"slot,attr"`
			} `xml:"vulnerable"`
		} `xml:"package"`
		Service struct {
			Text  string `xml:",chardata"`
			Type  string `xml:"type,attr"`
			Fixed string `xml:"fixed,attr"`
		} `xml:"service"`
	} `xml:"affected"`
	Background struct {
		Text string `xml:",innerxml"`
	} `xml:"background"`
	Description struct {
		Text string `xml:",innerxml"`
	} `xml:"description"`
	Impact struct {
		Type string `xml:"type,attr"`
		Text string `xml:",innerxml"`
	} `xml:"impact"`
	Workaround struct {
		Text string `xml:",innerxml"`
	} `xml:"workaround"`
	Resolution struct {
		Text string `xml:",chardata"`
		P    []struct {
			Text string `xml:",chardata"`
			URI  struct {
				Text string `xml:",chardata"`
				Link string `xml:"link,attr"`
			} `xml:"uri"`
			Br   []string `xml:"br"`
			I    []string `xml:"i"`
			Code string   `xml:"code"`
			P    string   `xml:"p"`
		} `xml:"p"`
		Code []string `xml:"code"`
	} `xml:"resolution"`
	References struct {
		URI []struct {
			Text string `xml:",chardata"`
			Link string `xml:"link,attr"`
		} `xml:"uri"`
	} `xml:"references"`
	Metadata []struct {
		Text      string `xml:",chardata"`
		Tag       string `xml:"tag,attr"`
		Timestamp string `xml:"timestamp,attr"`
	} `xml:"metadata"`
}

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

Jump to

Keyboard shortcuts

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