threefoldtech / 0-fs

A new filesystem for zero-os that leverage on unionfs and a thin fuse layer to get the files on demand
Apache License 2.0
0 stars 1 forks source link

Implement a walk function #44

Closed muhamadazmy closed 3 years ago

muhamadazmy commented 3 years ago

Note: a new interface Walker is introduced because it's not possible for all store types to implement the Walker interface. Hence once a store is created an explicit check can be done to see if this store supports it or not.