package
0.2.0
Repository: https://github.com/hashicorp/otto.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

App will detect the application type for the given directory.
Parse parses the detector config from the given io.Reader.
ParseDir parses all the files ending in ".hcl" in a directory, sorted alphabetically.
ParseFile parses the given path as a single detector config.

# Structs

Config is the format of the configuration files.
Detector is something that detects a single type.

# Type aliases

DetectorList is a sortable slice of Detectors, and implements sort.Interface.