A Machine describes a machine that is attempting to boot.
| 66 | |
| 67 | // A Machine describes a machine that is attempting to boot. |
| 68 | type Machine struct { |
| 69 | MAC net.HardwareAddr |
| 70 | Arch Architecture |
| 71 | } |
| 72 | |
| 73 | // A Spec describes a kernel and associated configuration. |
| 74 | type Spec struct { |
nothing calls this directly
no outgoing calls
no test coverage detected