Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Advisory ¶
type Advisory struct {
AdvisoryID string `json:"advisoryId"`
AdvisoryTitle string `json:"advisoryTitle"`
BugIDs []string `json:"bugIDs"`
CsafURL string `json:"csafUrl"`
Cves []string `json:"cves"`
CvrfURL string `json:"cvrfUrl"`
CvssBaseScore string `json:"cvssBaseScore"`
Cwe []string `json:"cwe"`
FirstPublished string `json:"firstPublished"`
IpsSignatures interface{} `json:"ipsSignatures"`
LastUpdated string `json:"lastUpdated"`
ProductNames []string `json:"productNames"`
PublicationURL string `json:"publicationUrl"`
Sir string `json:"sir"`
Status string `json:"status"`
Summary string `json:"summary"`
Version string `json:"version"`
}
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithAPIURL ¶
func WithAccessTokenURL ¶
Click to show internal directories.
Click to hide internal directories.