Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inspector ¶
type Inspector struct{}
func (*Inspector) PackageManagerType ¶
func (i *Inspector) PackageManagerType() model.PackageManagerType
func (*Inspector) SupportFeature ¶ added in v1.9.2
func (i *Inspector) SupportFeature(feature model.InspectorFeature) bool
type PkgConfig ¶
type PkgConfig struct { XMLName xml.Name `xml:"packages"` Package []struct { Id string `xml:"id,attr"` Version string `xml:"version,attr"` DevelopmentDependency bool `xml:"developmentDependency,attr"` } `xml:"package"` }
func (*PkgConfig) Deps ¶
func (this *PkgConfig) Deps() []model.Dependency
Click to show internal directories.
Click to hide internal directories.