package local
import "golang.org/x/perf/storage/fs/local"
Package local implements the fs.FS interface using local files. Metadata is not stored separately; the header of each file should contain metadata as written by storage/app.
Index ¶
Functions ¶
func NewFS ¶
NewFS constructs an FS that writes to the provided directory.
Source Files ¶
local.go
- Version
- v0.0.0-20250214215153-c95ad7d5b636 (latest)
- Published
- Feb 14, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 week ago –
Tools for package owners.