Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DjangoDetector ¶
type DjangoDetector struct{}
func (DjangoDetector) DoFrameworkDetection ¶
func (d DjangoDetector) DoFrameworkDetection(language *model.Language, files *[]string)
DoFrameworkDetection uses a tag to check for the framework name with django files and django config files
func (DjangoDetector) DoPortsDetection ¶
func (d DjangoDetector) DoPortsDetection(component *model.Component, ctx *context.Context)
DoPortsDetection searches for the port in /manage.py
func (DjangoDetector) GetSupportedFrameworks ¶
func (d DjangoDetector) GetSupportedFrameworks() []string
type FlaskDetector ¶
type FlaskDetector struct{}
func (FlaskDetector) DoFrameworkDetection ¶
func (d FlaskDetector) DoFrameworkDetection(language *model.Language, files *[]string)
DoFrameworkDetection uses a tag to check for the framework name with flask files and flask config files
func (FlaskDetector) DoPortsDetection ¶
func (d FlaskDetector) DoPortsDetection(component *model.Component, ctx *context.Context)
DoPortsDetection searches for the port in app/__init__.py, app.py or /wsgi.py
func (FlaskDetector) GetSupportedFrameworks ¶
func (d FlaskDetector) GetSupportedFrameworks() []string
Click to show internal directories.
Click to hide internal directories.