Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // viper NodeConfig *viper.Viper )
View Source
var PLUGIN = node.NewPlugin("Config", node.Enabled, run)
define the plugin as a placeholder, so the init methods get executed accordingly
Functions ¶
func Fetch ¶
Fetch fetches config values from a dir defined via CLI flag --config-dir (or the current working dir if not set).
It automatically reads in a single config file starting with "config" (can be changed via the --config CLI flag) and ending with: .json, .toml, .yaml or .yml (in this sequence).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.