localconfig: add labels to host
This commit is contained in:
parent
6e432c2a06
commit
bf811616d2
@ -8,6 +8,9 @@ import (
|
|||||||
|
|
||||||
type Host struct {
|
type Host struct {
|
||||||
Name string
|
Name string
|
||||||
|
|
||||||
|
Labels map[string]string
|
||||||
|
|
||||||
MACs []string
|
MACs []string
|
||||||
IPs []string
|
IPs []string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user