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 PackageEntry ¶
type PackageEntry struct {
Pkg Package `json:"pkg"`
}
Click to show internal directories.
Click to hide internal directories.