type FS interface {
fs.ReadFileFS// Mount mounts a filesystem to the given mount point.// The mount point is the scheme of the URI.
Mount(mountPoint string, fs fs.FS)
// ListMounts returns a list of all mount points in sorted order. ListMounts() []string
}