deps

package
v1.1.21 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDepsCmd

func NewDepsCmd() *cobra.Command

NewDepsCmd creates the deps command

Types

type DisplayLibrary

type DisplayLibrary struct {
	deps.Library
	Status         string   `json:"status"`
	Installed      bool     `json:"installed"`
	Downloaded     bool     `json:"downloaded"`
	AvailVersions  []string `json:"available_versions,omitempty"`
	InstalledVer   string   `json:"installed_version,omitempty"`
	DownloadedVer  string   `json:"downloaded_version,omitempty"`
	FileExists     bool     `json:"file_exists"`
	ActualFileSize int64    `json:"actual_file_size,omitempty"`
}

DisplayLibrary contains library info with status

Jump to

Keyboard shortcuts

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