Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bug ¶
type Bug struct { Header *Header `json:"header,omitempty"` Annotations []interface{} `json:"annotations,omitempty"` }
type FlagAnnotation ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithDataURL ¶
func WithMirror ¶
type PackageAnnotation ¶
type PackageAnnotation struct { Line string `json:"line,omitempty"` Type string `json:"type,omitempty"` Release string `json:"release,omitempty"` Package string `json:"package,omitempty"` Kind string `json:"kind,omitempty"` Version string `json:"version,omitempty"` Description string `json:"description,omitempty"` Flags []interface{} `json:"flags,omitempty"` }
type PackageBugAnnotation ¶
type PackageBugAnnotation struct {
Bug int `json:"bug,omitempty"`
}
type PackageUrgencyAnnotation ¶
type PackageUrgencyAnnotation struct {
Severity string `json:"severity,omitempty"`
}
type StringAnnotation ¶
type XrefAnnotation ¶
Click to show internal directories.
Click to hide internal directories.