Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Affected ¶
type Affected struct { Package Package `json:"package"` Ranges []Range `json:"ranges,omitempty"` EcosystemSpecific EcosystemSpecific `json:"ecosystem_specific"` }
type DatabaseSpecific ¶
type DatabaseSpecific struct {
URL string `json:"url,omitempty"`
}
type EcosystemSpecific ¶
type EcosystemSpecific struct {
Imports []Import `json:"imports,omitempty"`
}
type Entry ¶
type Entry struct { SchemaVersion string `json:"schema_version,omitempty"` ID string `json:"id"` Modified time.Time `json:"modified,omitempty"` Published time.Time `json:"published,omitempty"` Withdrawn *time.Time `json:"withdrawn,omitempty"` Aliases []string `json:"aliases,omitempty"` Summary string `json:"summary,omitempty"` Details string `json:"details"` Affected []Affected `json:"affected"` References []Reference `json:"references,omitempty"` Credits []Credit `json:"credits,omitempty"` DatabaseSpecific *DatabaseSpecific `json:"database_specific,omitempty"` }
type Range ¶
type Range struct { Type RangeType `json:"type"` Events []RangeEvent `json:"events"` }
type RangeEvent ¶
type Reference ¶
type Reference struct { Type ReferenceType `json:"type"` URL string `json:"url"` }
type ReferenceType ¶
type ReferenceType string
Click to show internal directories.
Click to hide internal directories.