(opts *shared.ViewOptions)
| 36 | } |
| 37 | |
| 38 | func ViewRun(opts *shared.ViewOptions) error { |
| 39 | return shared.ViewRun(opts, contributeEndpoint, "SSH") |
| 40 | } |
| 41 | |
| 42 | func contributeEndpoint(opts *shared.ViewOptions, workerEndpoint machines.IEndpoint) ([]*output.DataRow, error) { |
| 43 | data := []*output.DataRow{} |