tractordev / toolkit-go

MIT License
5 stars 4 forks source link

watchfs: search child filesystems for watch implementations #3

Closed Parzival-3141 closed 10 months ago

Parzival-3141 commented 10 months ago

Filesystems that implement WatchFS should now search their child filesystems for Watch implementations before providing their own. This enables child implementations to override their parents.

Upstream support for https://github.com/tractordev/wanix/issues/38