secdb

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const NAK = "0"

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database struct {
	APKURL    string         `json:"apkurl"`
	Archs     []string       `json:"archs"`
	Repo      string         `json:"reponame"`
	URLPrefix string         `json:"urlprefix"`
	Packages  []PackageEntry `json:"packages"`
}

type Package

type Package struct {
	Name     string   `json:"name"`
	Secfixes Secfixes `json:"secfixes"`
}

type PackageEntry

type PackageEntry struct {
	Pkg Package `json:"pkg"`
}

type Secfixes

type Secfixes map[string][]string

Jump to

Keyboard shortcuts

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