Documentation ¶
Index ¶
- func ReadDir(ctx context.Context, ref cache.ImmutableRef, req ReadDirRequest) ([]*fstypes.Stat, error)
- func ReadFile(ctx context.Context, ref cache.ImmutableRef, req ReadRequest) ([]byte, error)
- func StatFile(ctx context.Context, ref cache.ImmutableRef, path string) (*fstypes.Stat, error)
- type FileRange
- type ReadDirRequest
- type ReadRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadDir ¶
func ReadDir(ctx context.Context, ref cache.ImmutableRef, req ReadDirRequest) ([]*fstypes.Stat, error)
func ReadFile ¶
func ReadFile(ctx context.Context, ref cache.ImmutableRef, req ReadRequest) ([]byte, error)
Types ¶
type ReadDirRequest ¶
type ReadRequest ¶
Click to show internal directories.
Click to hide internal directories.