Entry is aware if its ment as a slice or not

This is needed for printing out the values, as at this part in the
code there is no access to the NodeConf and only there the information
if the Entry is ment as a slice or not is available.

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-02-28 12:26:21 +01:00
committed by Jonathon Anderson
parent fc80c4745c
commit 76a40f1364
3 changed files with 36 additions and 17 deletions

View File

@@ -140,6 +140,7 @@ type Entry struct {
altvalue []string
from string
def []string
isSlice bool
}
/*