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

@ -41,6 +41,7 @@ type Striker struct {
type Host struct { type Host struct {
FQDN string FQDN string
Endpoints Endpoints
} }
type BMC struct { type BMC struct {