AllSettings merges all settings and returns them as a map[string]any.
()
| 1966 | |
| 1967 | // AllSettings merges all settings and returns them as a map[string]any. |
| 1968 | func AllSettings() map[string]any { return v.AllSettings() } |
| 1969 | |
| 1970 | func (v *Viper) AllSettings() map[string]any { |
| 1971 | return v.getSettings(v.AllKeys()) |
nothing calls this directly
no test coverage detected