package config const ( YAML = "yaml" JSON = "json" TOML = "toml" Dockerfile = "dockerfile" HCL1 = "hcl1" HCL2 = "hcl2" )