Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
func NewRenovateQuery ¶
func NewRenovateQuery(dep renovatedb.RetrieveDistinctPackagesWithoutSensitivePackagesRow) (q Query, ok bool)
type QueryBatchRequest ¶
type QueryBatchRequest struct {
Queries []Query `json:"queries"`
}
type QueryBatchResponse ¶
type QueryBatchResponse struct { Results []struct { Vulns []QueryBatchVuln `json:"vulns"` } `json:"results"` }
type QueryBatchVuln ¶
type QueryBatchVuln struct {
ID string `json:"id"`
}
type QueryResponse ¶
type QueryResponse struct {
Vulns []Vuln `json:"vulns"`
}
Click to show internal directories.
Click to hide internal directories.