dirEntry is the default implementation of DirectoryEntry
| 141 | |
| 142 | // dirEntry is the default implementation of DirectoryEntry |
| 143 | type dirEntry struct { |
| 144 | ss superset |
| 145 | fetcher blob.Fetcher |
| 146 | fr *FileReader // or nil if not a file |
| 147 | dr *DirReader // or nil if not a directory |
| 148 | } |
| 149 | |
| 150 | // A SearchQuery must be of type *search.SearchQuery. |
| 151 | // This type breaks an otherwise-circular dependency. |
nothing calls this directly
no outgoing calls
no test coverage detected