Endpoints field for Host struct

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

@ -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 {

Loading…
Cancel
Save