Endpoints field for Host struct

main
Mike Holloway 3 months ago
parent a2252170db
commit f8385e173d
  1. 3
      types.go

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

Loading…
Cancel
Save