FileStream opens a stream reading from the manager's binary
()
| 87 | |
| 88 | // FileStream opens a stream reading from the manager's binary |
| 89 | func (arch *AvailableArchitecture) FileStream() (io.ReadCloser, error) { |
| 90 | return executablehash.StreamByName(arch.binaryPath) |
| 91 | } |
| 92 | |
| 93 | // availableArchitectures stores the result of DetectAvailableArchitectures function |
| 94 | var availableArchitectures []*AvailableArchitecture |
no test coverage detected