Documentation
¶
Index ¶
- type ProjectList
- func ParseApkShow(packages []string) (projectList ProjectList)
- func ParseAptList(packages []string) (projectList ProjectList)
- func ParseAptListFromStdIn(stdin []string) (projectList ProjectList)
- func ParseDpkgList(packages []string) (projectList ProjectList)
- func ParseYumList(packages []string) (projectList ProjectList)
- func ParseYumListFromStdIn(stdin []string) (projectList ProjectList)
- type Projects
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)
Click to show internal directories.
Click to hide internal directories.