types

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertDepsToMap

func ConvertDepsToMap(deps []Dependency) map[string]string

ConvertDepsToMap converts a slice of Dependency structs to a map for easier comparison

func DiffDependencies

func DiffDependencies(oldDeps, newDeps map[string]string) map[string]string

DiffDependencies compares two sets of dependencies (represented as maps) and finds what's added in newDeps.

Types

type Dependency

type Dependency struct {
	Name    string
	Version string
}

Dependency represents a generic dependency structure

Jump to

Keyboard shortcuts

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