(ID, io.Reader)
| 120 | } |
| 121 | |
| 122 | func (s *staticBooter) WriteBootFile(ID, io.Reader) error { |
| 123 | return nil |
| 124 | } |
| 125 | |
| 126 | // APIBooter gets a BootSpec from a remote server over HTTP. |
| 127 | // |
nothing calls this directly
no outgoing calls
no test coverage detected