Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Viper is a global Viper object with custom options // - change the key delimiter to support dots in keys ie 'reliably.com' // meaning the nested key lookup will be eg auths::reliably.com::token Viper = viper.NewWithOptions(viper.KeyDelimiter("::")) )
Functions ¶
func AllSettingsSecure ¶ added in v0.6.0
func AllSettingsSecure() ms2i
AllSettingsSecure returns the loaded config settings, with obfuscated output for secure values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.