Shutdown must be called when the Reader is finished and cleans up any associated resources.
()
| 76 | ReadRange(ctx context.Context, name string, keypath KeyPath, offset uint64, buffer []byte, cacheInfo *CacheInfo) error |
| 77 | // Shutdown must be called when the Reader is finished and cleans up any associated resources. |
| 78 | Shutdown() |
| 79 | } |
| 80 | |
| 81 | type writer struct { |
no outgoing calls