Endpoints field for Host struct

This commit is contained in:
Mike Holloway 2024-08-28 23:41:56 -04:00
parent a2252170db
commit f8385e173d

View File

@ -40,7 +40,8 @@ type Striker struct {
}
type Host struct {
FQDN string
FQDN string
Endpoints Endpoints
}
type BMC struct {