api changes to modify unexported fields

changes can now not be done directly but must
go to SetNode or SetProfile. Although its also
now possible to access the field direclty with
GetNodePtr

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2023-12-20 15:42:44 +01:00
committed by Jonathon Anderson
parent 4c8a07f1dc
commit 9ba1aa8d63
12 changed files with 130 additions and 122 deletions

View File

@@ -4,7 +4,7 @@ import (
"log"
"os"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// ClientApiConfig contains configuration parameters for an API server.

View File

@@ -4,7 +4,7 @@ import (
"log"
"os"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// ServerApiConfig contains configuration parameters for an API server.