A line containing data in the tabular output.
| 109 | |
| 110 | // A line containing data in the tabular output. |
| 111 | type item struct { |
| 112 | symbol string |
| 113 | name string |
| 114 | description string |
| 115 | path *Path |
| 116 | value counts.Humanable |
| 117 | humaner counts.Humaner |
| 118 | unit string |
| 119 | scale float64 |
| 120 | } |
| 121 | |
| 122 | func newItem( |
| 123 | symbol string, |
nothing calls this directly
no outgoing calls
no test coverage detected