Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2025 Changes in this version + type Scheme struct + Machine *glfs.Machine + func NewScheme() *Scheme + func (s *Scheme) CreateAt(ctx context.Context, dst schema.WO, src schema.RO, root []byte, ...) (string, []byte, error) + func (s *Scheme) DeleteAt(ctx context.Context, dst schema.WO, src schema.RO, root []byte, ...) ([]byte, error) + func (s *Scheme) FlushExtents(ctx context.Context, dst schema.WO, src schema.RO, root []byte, ...) ([]byte, error) + func (s *Scheme) ReadDir(ctx context.Context, src schema.RO, root []byte, id string) ([]bcfuse.DirEntry[string], error) + func (s *Scheme) ReadFile(ctx context.Context, src schema.RO, root []byte, id string, buf []byte) (int, error)