WebListData holds the data needed to generate HTML source code listing.
| 190 | |
| 191 | // WebListData holds the data needed to generate HTML source code listing. |
| 192 | type WebListData struct { |
| 193 | Total string |
| 194 | Files []WebListFile |
| 195 | } |
| 196 | |
| 197 | // WebListFile holds the per-file information for HTML source code listing. |
| 198 | type WebListFile struct { |
nothing calls this directly
no outgoing calls
no test coverage detected