(ctx context.Context)
| 111 | // DirectoryWithSummary is optionally implemented by Directory that provide summary. |
| 112 | type DirectoryWithSummary interface { |
| 113 | Summary(ctx context.Context) (*DirectorySummary, error) |
| 114 | } |
| 115 | |
| 116 | // ErrorEntry represents entry in a Directory that had encountered an error or is unknown/unsupported (ErrUnknown). |
no outgoing calls
no test coverage detected