package
0.0.0-20200513085925-1d97044de574
Repository: https://github.com/ver13/ava.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
ParseConfigFileType attempts to convert a string to a ConfigFileType.
ParseEnvironmentType attempts to convert a string to a EnvironmentType.

# Constants

ConfigFileTypeDotenv is a ConfigFileType of type Dotenv.
ConfigFileTypeEnv is a ConfigFileType of type Env.
ConfigFileTypeJson is a ConfigFileType of type Json.
ConfigFileTypeProp is a ConfigFileType of type Prop.
ConfigFileTypeProperties is a ConfigFileType of type Properties.
ConfigFileTypeProps is a ConfigFileType of type Props.
ConfigFileTypeToml is a ConfigFileType of type Toml.
ConfigFileTypeUnknown is a ConfigFileType of type Unknown.
ConfigFileTypeXml is a ConfigFileType of type Xml.
ConfigFileTypeYaml is a ConfigFileType of type Yaml.
ConfigFileTypeYml is a ConfigFileType of type Yml.
EnvironmentTypeDevelopment is a EnvironmentType of type Development.
EnvironmentTypeIntegration is a EnvironmentType of type Integration.
EnvironmentTypeProduction is a EnvironmentType of type Production.
EnvironmentTypeTest is a EnvironmentType of type Test.
EnvironmentTypeUnknown is a EnvironmentType of type Unknown.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

ConfigFileType x ENUM( Json Toml Yaml Yml Xml Properties Props Prop Env Dotenv Unknown ).
EnvironmentType x ENUM( Development, Test, Integration, Production, Unknown, ).