localconfig: add labels to host

This commit is contained in:
Mikaël Cluseau 2019-12-11 13:08:16 +01:00
parent 6e432c2a06
commit bf811616d2

View File

@ -8,6 +8,9 @@ import (
type Host struct {
Name string
Labels map[string]string
MACs []string
IPs []string