package
3.11.0-alpha.0+incompatible
Repository: https://github.com/wbh1/origin.git
Documentation: pkg.go.dev
# Functions
DetectDotNet detects .NET source and matches it to a dotnet supported annotation or dotnet imagestream name.
DetectGolang detects Go source.
DetectJava detects Java source.
DetectLiteralDotNet detects .NET source and matches it to a .net supported annotation.
DetectNodeJS detects NodeJS source.
DetectPerl detects Perl source.
DetectPHP detects PHP source.
DetectPython detects Python source.
DetectRuby detects Ruby source.
DetectScala detects Scala source.
# Variables
DefafultDetectors is a default set of Detector functions.
# Type aliases
DetectorFunc is a function that returns source Info from a given directory.
Detectors is a set of DetectorFunc that is used to detect the language/platform for a given source directory.