Params-->Keys

This commit is contained in:
Niko Kivel
2021-05-11 08:45:09 +02:00
parent c12f257428
commit 17f26e8bf1
10 changed files with 70 additions and 69 deletions

View File

@@ -36,7 +36,7 @@ type NodeConf struct {
Discoverable bool `yaml:"discoverable,omitempty"`
Profiles []string `yaml:"profiles,omitempty"`
NetDevs map[string]*NetDevs `yaml:"network devices,omitempty"`
Params map[string]string `yaml:"parameters,omitempty"`
Keys map[string]string `yaml:"keys,omitempty"`
}
type NetDevs struct {
@@ -83,7 +83,7 @@ type NodeInfo struct {
Profiles []string
GroupProfiles []string
NetDevs map[string]*NetDevEntry
Params map[string]*Entry
Keys map[string]*Entry
}
type NetDevEntry struct {