SetConfigType sets the type of the configuration returned by the remote source, e.g. "json".
(in string)
| 2015 | // SetConfigType sets the type of the configuration returned by the |
| 2016 | // remote source, e.g. "json". |
| 2017 | func SetConfigType(in string) { v.SetConfigType(in) } |
| 2018 | |
| 2019 | func (v *Viper) SetConfigType(in string) { |
| 2020 | if in != "" { |
nothing calls this directly
no test coverage detected