listmodules

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleInfo

type ModuleInfo struct {
	Name           string
	Description    string
	Type           string // internal or external
	PkgReleaseDate string `json:"package_release_date,omitempty"`
	PackageUrl     string `json:"package_url,omitempty"`
}

type ModuleList

type ModuleList struct {
	Modules []ModuleInfo
}

func ListModules

func ListModules() (ModuleList, error)

ListModules is the entry point for the list modules command

type PackageInfo

type PackageInfo struct {
	Path    string `json:"Path"`
	Version string `json:"Version"`
	Time    string `json:"Time"`
}

Jump to

Keyboard shortcuts

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