Compare commits
No commits in common. "c27804489b23efd71c795164e187f32d4976a60e" and "af5fef67dbed5d467628c6482264c06df1b2243b" have entirely different histories.
c27804489b
...
af5fef67db
|
@ -231,12 +231,6 @@ func (c *Config) Exists(key string) bool {
|
|||
return c.kof.Exists(key)
|
||||
}
|
||||
|
||||
func (c *Config) GetSlices(key string) []*koanf.Koanf {
|
||||
c.RLock()
|
||||
defer c.RUnLock()
|
||||
return c.kof.Slices(key)
|
||||
}
|
||||
|
||||
func (c *Config) GetString(key string) string {
|
||||
c.RLock()
|
||||
defer c.RUnLock()
|
||||
|
|
Loading…
Reference in New Issue