• hannahhoward's avatar
    feat(Directory): Add EnumLinksAsync method · 0e51ad49
    hannahhoward authored
    - Add LinkResult type to unix-fs - is an ipld Link or an error
    - Add EnumLinksAsync method to Directory interface, returns channel of directory links or error
    - Add EnumLinksAsync method to Shard interface in HAMT, returns channel
    of directory links or error
    - EnumLinks method in Shard interface in HAMT uses EnumLinksAsync now
    - modify makeAsyncTrieGetLinks to use channel
    0e51ad49
hamt.go 13.9 KB