Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPackageQuery ¶
func NewPackageQuery(client graphql.Client, batchSize, serviceBatchSize int, addedLatency *time.Duration) certifier.QueryComponents
NewPackageQuery initializes the packageQuery to query from the graph database
Types ¶
type PackageNode ¶ added in v0.1.0
type PackageNode struct { // Purl is the package url of the package Purl string }
PackageNode represents package node along with the its corresponding artifact digest
Click to show internal directories.
Click to hide internal directories.