4
This commit is contained in:
parent
9a93794f12
commit
f3ca3f9d55
1 changed files with 1 additions and 0 deletions
|
|
@ -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{}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue