Versions in this module Expand all Collapse all v0 v0.1.0 Aug 21, 2015 Changes in this version + type BlobLoader interface — darwin/amd64, js/wasm, linux/amd64 + LoadBlob func(pack.BlobType, backend.ID, []byte) ([]byte, error) + LookupBlobSize func(backend.ID) (uint, error) + type SnapshotWithId struct — darwin/amd64, js/wasm, linux/amd64 + type SnapshotsDir struct — darwin/amd64, js/wasm, linux/amd64 + func NewSnapshotsDir(repo *repository.Repository, ownerIsRoot bool) *SnapshotsDir + func (sn *SnapshotsDir) Attr(ctx context.Context, attr *fuse.Attr) error + func (sn *SnapshotsDir) Lookup(ctx context.Context, name string) (fs.Node, error) + func (sn *SnapshotsDir) ReadDirAll(ctx context.Context) ([]fuse.Dirent, error)