mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
bubble up updates from go-multihash changes
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> This commit was moved from ipfs/interface-go-ipfs-core@be73d10538 This commit was moved from ipfs/boxo@dcecd3345b
This commit is contained in:
parent
1c53ef3f98
commit
393471674c
@ -5,8 +5,8 @@ import (
|
||||
"errors"
|
||||
"io"
|
||||
|
||||
cid "gx/ipfs/QmV5gPoRsjN1Gid3LMdNZTyfCtP2DsvqEbMAmz82RmmiGk/go-cid"
|
||||
ipld "gx/ipfs/QmYDscK7dmdo2GZ9aumS8s5auUUAH5mR1jvj5pYhWusfK7/go-ipld-node"
|
||||
cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
|
||||
ipld "gx/ipfs/Qmb3Hm9QDFmfYuET4pu7Kyg8JV78jFa1nvZx5vnCZsK4ck/go-ipld-format"
|
||||
)
|
||||
|
||||
type Path interface {
|
||||
@ -17,7 +17,7 @@ type Path interface {
|
||||
}
|
||||
|
||||
// TODO: should we really copy these?
|
||||
// if we didn't, godoc would generate nice links straight to go-ipld-node
|
||||
// if we didn't, godoc would generate nice links straight to go-ipld-format
|
||||
type Node ipld.Node
|
||||
type Link ipld.Link
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user