This commit is contained in:
Zeev Diukman 2025-03-06 22:50:03 +00:00
parent 9a93794f12
commit f3ca3f9d55

View file

@ -14,6 +14,7 @@ type Config struct {
type Keys []string type Keys []string
type Key string type Key string
type KeyPart string type KeyPart string
type MapStringAny = map[string]any
func NewConfig(name string, configType string, path string) *Config { func NewConfig(name string, configType string, path string) *Config {
c := &Config{} c := &Config{}