Searched defs:Package (Results 1 – 5 of 5) sorted by relevance
14 type Package struct { struct16 Name string19 Path string22 Text string26 ModuleTypes []*ModuleType
49 func (r *Reader) Package(path string) (*Package, error) { func
41 Package string member
2386 func compareSpdxPackages(t *testing.T, i int, actual, expected *spdx.Package) bool {
61 class Package: class