package
3.10.0-alpha.0+incompatible
Repository: https://github.com/nalind/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.

# Structs

Info is detected platform information from a source directory.

# 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.