mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-28 06:34:05 +08:00
update to newer ipld node interface with Copy and better Tree
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
dag "github.com/ipfs/go-ipfs/merkledag"
|
||||
ft "github.com/ipfs/go-ipfs/unixfs"
|
||||
|
||||
node "gx/ipfs/QmU7bFWQ793qmvNy7outdCaMfSDNk8uqhx4VNrxYj5fj5g/go-ipld-node"
|
||||
node "gx/ipfs/QmUsVJ7AEnGyjX8YWnrwq9vmECVGwBQNAKPpgz5KSg8dcq/go-ipld-node"
|
||||
)
|
||||
|
||||
func ResolveUnixfsOnce(ctx context.Context, ds dag.DAGService, nd node.Node, name string) (*node.Link, error) {
|
||||
|
Reference in New Issue
Block a user