(contract *action.WorkflowContractItem)
| 43 | } |
| 44 | |
| 45 | func contractItemTableOutput(contract *action.WorkflowContractItem) error { |
| 46 | return contractListTableOutput([]*action.WorkflowContractItem{contract}) |
| 47 | } |
| 48 | |
| 49 | func contractListTableOutput(contracts []*action.WorkflowContractItem) error { |
| 50 | t := output.NewTableWriter() |
nothing calls this directly
no test coverage detected