Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentMetadatum ¶ added in v0.100.0
type ComponentMetadatum struct { ComponentName string ParentComponentName sql.NullString Platform sql.NullString Organisation sql.NullString Repo sql.NullString Path sql.NullString Vendor sql.NullString Product sql.NullString ProductVersion sql.NullString Owner sql.NullString OwnerNotes sql.NullString ComponentType sql.NullString ComponentUsage sql.NullString Description sql.NullString AdditionalMetadata sql.NullString }
type DepsdevCfe ¶
type DepsdevDeprecated ¶ added in v0.99.0
type DepsdevLicense ¶
type ExternalLicense ¶ added in v0.59.0
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) RetrieveLicenseOverview ¶
func (q *Queries) RetrieveLicenseOverview(ctx context.Context, arg RetrieveLicenseOverviewParams) ([]RetrieveLicenseOverviewRow, error)
type RenovateUpdate ¶
type RetrieveLicenseOverviewParams ¶
type RetrieveLicenseOverviewParams struct { Platform string Org string Repo string Owner interface{} }
func NewRetrieveLicenseOverviewParams ¶
func NewRetrieveLicenseOverviewParams(platform, org, repo, owner string) RetrieveLicenseOverviewParams
type Sbom ¶
type Sbom struct { ComponentName string PackageName string Version sql.NullString CurrentVersion sql.NullString PackageType string PackageUrl string }
Click to show internal directories.
Click to hide internal directories.