(key string)
| 24 | GetInt(key string) int |
| 25 | GetInt64(key string) int64 |
| 26 | GetString(key string) string |
| 27 | GetStringSlice(key string) []string |
| 28 | UnmarshalKey(key string, rawVal interface{}, decoderOpts ...viper.DecoderConfigOption) error |
| 29 | } |
no outgoing calls