package util
import "github.com/moby/buildkit/cache/util"
Index ¶
- func ReadDir(ctx context.Context, mount snapshot.Mountable, req ReadDirRequest) ([]*fstypes.Stat, error)
- func ReadFile(ctx context.Context, mount snapshot.Mountable, req ReadRequest) ([]byte, error)
- func StatFile(ctx context.Context, mount snapshot.Mountable, path string) (*fstypes.Stat, error)
- type FileRange
- type ReadDirRequest
- type ReadRequest
Functions ¶
func ReadDir ¶
func ReadDir(ctx context.Context, mount snapshot.Mountable, req ReadDirRequest) ([]*fstypes.Stat, error)
func ReadFile ¶
func StatFile ¶
Types ¶
type FileRange ¶
type ReadDirRequest ¶
type ReadRequest ¶
Source Files ¶
- Version
- v0.13.0-beta1
- Published
- Sep 29, 2023
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 2 minutes ago –
Tools for package owners.