MCPcopy Create free account
hub / github.com/danderson/netboot / Machine

Struct Machine

pixiecore/pixiecore.go:68–71  ·  view source on GitHub ↗

A Machine describes a machine that is attempting to boot.

Source from the content-addressed store, hash-verified

66
67// A Machine describes a machine that is attempting to boot.
68type Machine struct {
69 MAC net.HardwareAddr
70 Arch Architecture
71}
72
73// A Spec describes a kernel and associated configuration.
74type Spec struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected