parse

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProjectList added in v0.0.9

type ProjectList struct {
	Projects []Projects
}

func ParseApkShow added in v0.0.8

func ParseApkShow(packages []string) (projectList ProjectList)

func ParseAptList

func ParseAptList(packages []string) (projectList ProjectList)

func ParseAptListFromStdIn

func ParseAptListFromStdIn(stdin []string) (projectList ProjectList)

func ParseDpkgList added in v0.0.6

func ParseDpkgList(packages []string) (projectList ProjectList)

func ParseYumList

func ParseYumList(packages []string) (projectList ProjectList)

func ParseYumListFromStdIn

func ParseYumListFromStdIn(stdin []string) (projectList ProjectList)

type Projects added in v0.0.9

type Projects struct {
	Name    string
	Version string
}

Jump to

Keyboard shortcuts

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