Read all.
(ctx context.Context, volume string, path string)
| 107 | |
| 108 | // Read all. |
| 109 | ReadAll(ctx context.Context, volume string, path string) (buf []byte, err error) |
| 110 | GetDiskLoc() (poolIdx, setIdx, diskIdx int) // Retrieve location indexes. |
| 111 | SetDiskLoc(poolIdx, setIdx, diskIdx int) // Set location indexes. |
| 112 | } |
no outgoing calls