(ctx context.Context)
| 62 | |
| 63 | Child(ctx context.Context, name string) (Entry, error) |
| 64 | Iterate(ctx context.Context) (DirectoryIterator, error) |
| 65 | // SupportsMultipleIterations returns true if the Directory supports iterating |
| 66 | // through the entries multiple times. Otherwise it returns false. |
| 67 | SupportsMultipleIterations() bool |
no outgoing calls
no test coverage detected