An IPFS implementation in Go
Go to file
Steven Allen 987a46a697 tweak the Ls interface
1. Avoid `ipld.Link`. This is a protodag specific thing that will go away in
   future IPLD versions.
2. Avoid exposing the underlying file types. The user shouldn't care if they're
   dealing with a hamt, etc.
3. Add a field for a symlink's target.
4. Rename LsLink to DirEntry to better this type's role.


This commit was moved from ipfs/interface-go-ipfs-core@dbee8cc1ad

This commit was moved from ipfs/boxo@9c3cf70c5f
2019-03-04 20:21:25 -08:00
core/coreiface tweak the Ls interface 2019-03-04 20:21:25 -08:00