Write the given Reader to an ID given in Spec.
(id ID, body io.Reader)
| 132 | ReadBootFile(id ID) (io.ReadCloser, int64, error) |
| 133 | // Write the given Reader to an ID given in Spec. |
| 134 | WriteBootFile(id ID, body io.Reader) error |
| 135 | } |
| 136 | |
| 137 | // Firmware describes a kind of firmware attempting to boot. |
nothing calls this directly
no outgoing calls
no test coverage detected