Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrComposerInstallFail = errors.New("PHP composer install command execute failed")
View Source
var ErrNoComposerFound = errors.New("no composer found")
View Source
var ErrParseComposerManifest = errors.New("Parsing composer.json failed")
View Source
var ErrReadComposerManifest = errors.New("Read composer.json failed")
Functions ¶
This section is empty.
Types ¶
type Inspector ¶
type Inspector struct{}
func (*Inspector) SupportFeature ¶ added in v1.9.2
func (i *Inspector) SupportFeature(feature model.InspectorFeature) bool
Click to show internal directories.
Click to hide internal directories.