Documentation ¶
Overview ¶
This script will read the Config.toml file and create: - a formatted get.go file, with get functions for each environment variable; - a config.md file with documentation for the environment variables.
Each table entry in the toml file translates into an environment variable. In Go, this becomes a map[string](map[string]Env), with the keys of the outter map being topic names, and the keys of the inner map being variable names.
Click to show internal directories.
Click to hide internal directories.