Versions in this module Expand all Collapse all v0 v0.21.0 May 22, 2026 Changes in this version + func ReadDir(ctx context.Context, mount snapshots.MountableRef, req ReadDirRequest) ([]*fstypes.Stat, error) + func ReadFile(ctx context.Context, mount snapshots.MountableRef, req ReadRequest) ([]byte, error) + func StatFile(ctx context.Context, mount snapshots.MountableRef, path string) (*fstypes.Stat, error) + type FileRange struct + Length int + Offset int + type ReadDirRequest struct + IncludePattern string + Path string + type ReadRequest struct + Filename string + Range *FileRange