Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency struct { Platform string Organisation string Repo string PackageName string Version string LockedVersion 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 }
Click to show internal directories.
Click to hide internal directories.