• Han-Wen Nienhuys's avatar
    Introduce new interfaces: · bf20a9f2
    Han-Wen Nienhuys authored
    * NodeFileSystem: interface for defining filesystems in terms of inodes.
    
    * FsNode: interface for inodes to be used by NodeFileSystem
    
    * PathNodeFs: NodeFileSystem that assumes bijective mapping between
      inodes and paths
    
    * Change inode to Inode, a public (but mostly opaque) type.
    bf20a9f2
api.go 9.38 KB