Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + const Name + type FilesystemType struct + func (FilesystemType) Name() string + func (FilesystemType) Release(ctx context.Context) + func (ft FilesystemType) GetFilesystem(ctx context.Context, vfsObj *vfs.VirtualFilesystem, creds *auth.Credentials, ...) (*vfs.Filesystem, *vfs.Dentry, error) + type RegistryImpl struct + func NewRegistryImpl(ctx context.Context, vfsObj *vfs.VirtualFilesystem, creds *auth.Credentials) (*RegistryImpl, error) + func (r *RegistryImpl) Destroy(ctx context.Context) + func (r *RegistryImpl) Get(ctx context.Context, name string, access mq.AccessType, block bool, ...) (*vfs.FileDescription, bool, error) + func (r *RegistryImpl) New(ctx context.Context, name string, q *mq.Queue, access mq.AccessType, ...) (*vfs.FileDescription, error) + func (r *RegistryImpl) Unlink(ctx context.Context, name string) error