| 150 | } |
| 151 | |
| 152 | type FileInfoModel struct { |
| 153 | walk.SortedReflectTableModelBase |
| 154 | dirPath string |
| 155 | items []*FileInfo |
| 156 | } |
| 157 | |
| 158 | var _ walk.ReflectTableModel = new(FileInfoModel) |
| 159 |
nothing calls this directly
no outgoing calls
no test coverage detected