Versions in this module Expand all Collapse all v0 v0.3.1 Oct 17, 2018 v0.3.0 Oct 12, 2018 Changes in this version + 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 struct + Length int + Offset int + type ReadDirRequest struct + IncludePattern string + Path string + type ReadRequest struct + Filename string + Range *FileRange