Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationFileInfo ¶
type DetectionSettings ¶
type DetectionSettings struct {
BasePath string
PortDetectionStrategy []PortDetectionAlgorithm
}
type DevFileScore ¶
type DevFileType ¶
type PortDetectionAlgorithm ¶
type PortDetectionAlgorithm int
const ( DockerFile PortDetectionAlgorithm = 0 Compose PortDetectionAlgorithm = 1 Source PortDetectionAlgorithm = 2 )
type PortMatchRule ¶
type PortMatchRules ¶
type PortMatchRules struct {
MatchIndexRegexes []PortMatchRule
MatchRegexes []PortMatchSubRule
}
Click to show internal directories.
Click to hide internal directories.