(ctx context.Context, name string)
| 43 | RemoveAll(ctx context.Context, name string) error |
| 44 | Rename(ctx context.Context, oldName, newName string) error |
| 45 | Stat(ctx context.Context, name string) (os.FileInfo, error) |
| 46 | } |
| 47 | |
| 48 | // A File is returned by a FileSystem's OpenFile method and can be served by a |
no outgoing calls