(opts *shared.ViewOptions)
| 39 | } |
| 40 | |
| 41 | func ViewRun(opts *shared.ViewOptions) error { |
| 42 | return shared.ViewRun(opts, contributeDetails) |
| 43 | } |
| 44 | |
| 45 | func contributeDetails(opts *shared.ViewOptions, workerPool workerpools.IWorkerPool) ([]*output.DataRow, error) { |
| 46 | workers, err := opts.Client.WorkerPools.GetWorkers(workerPool) |