Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Advisory ¶
type Advisory struct {
Apkurl string `json:"apkurl"`
Archs []string `json:"archs"`
Reponame string `json:"reponame"`
Urlprefix string `json:"urlprefix"`
Distroversion string `json:"distroversion"`
Packages []Package `json:"packages"`
}
Advisory represents a type included in files from the Alpine repository
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithBaseURL ¶
Click to show internal directories.
Click to hide internal directories.