domain

package
v0.94.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	RepoKey RepoKey

	PackageName    string
	Version        string
	CurrentVersion *string

	PackageManager  string
	PackageFilePath string
}

func (Dependency) DependencyDetails added in v0.4.0

func (d Dependency) DependencyDetails() string

type DependencyUpdate added in v0.14.0

type DependencyUpdate struct {
	Dependency

	NewVersion string
	UpdateType string
}

type License added in v0.59.0

type License struct {
	PackageName    string
	Version        string
	PackageManager string
	License        string
}

func (License) Valid added in v0.59.0

func (l License) Valid() bool

type Owner added in v0.15.0

type Owner struct {
	Platform     string
	Organisation string
	Repo         string

	Name  string
	Notes string
}

type RepoKey added in v0.94.2

type RepoKey struct {
	Platform     string
	Organisation string
	Repo         string
}

RepoKey is a unique identifier to trace a source repository, aka the "Repo Key".

The Repo key is further documented in https://dmd.tanna.dev/concepts/repo-key/

type SBOMDependency added in v0.38.0

type SBOMDependency struct {
	RepoKey RepoKey

	PackageName    string
	Version        *string
	CurrentVersion *string

	PackageType string
	PackageURL  string
}

SBOMDependency defines the domain model for all representations of Software Bill of Materials (SBOM) derived package dependencies, which is consistent across all supported types of SBOMs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL