package unionfs
import "golang.org/x/telemetry/internal/unionfs"
Package unionfs allows multiple file systems to be read as a union.
Index ¶
Types ¶
type FS ¶
A FS is an FS presenting the union of the file systems in the slice. If multiple file systems provide a particular file, Open uses the FS listed earlier in the slice.
func Sub ¶
Sub returns an FS corresponding to the merged subtree rooted at a set of fsys's dirs.
func (FS) Open ¶
func (FS) ReadDir ¶
Source Files ¶
unionfs.go
- Version
- v0.0.0-20250221144447-d58820209c11 (latest)
- Published
- Feb 21, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 month ago –
Tools for package owners.