(opts *shared.ViewOptions)
| 35 | } |
| 36 | |
| 37 | func ViewRun(opts *shared.ViewOptions) error { |
| 38 | return shared.ViewRun(opts, contributeDetails) |
| 39 | } |
| 40 | |
| 41 | func contributeDetails(opts *shared.ViewOptions, workerPool workerpools.IWorkerPool) ([]*output.DataRow, error) { |
| 42 | workerType := workerPool.(*workerpools.DynamicWorkerPool).WorkerType |