Commit 3cf3c886 authored by Arthur Elliott's avatar Arthur Elliott

trivial comment update

License: MIT
Signed-off-by: default avatarArthur Elliott <clownpriest@gmail.com>
parent 840b169d
...@@ -6,9 +6,10 @@ import ( ...@@ -6,9 +6,10 @@ import (
"fmt" "fmt"
"sync" "sync"
blocks "gx/ipfs/QmVA4mafxbfH5aEvNz8fyoxC6J1xhAtw88B4GerPznSZBg/go-block-format"
bserv "github.com/ipfs/go-ipfs/blockservice" bserv "github.com/ipfs/go-ipfs/blockservice"
offline "github.com/ipfs/go-ipfs/exchange/offline" offline "github.com/ipfs/go-ipfs/exchange/offline"
blocks "gx/ipfs/QmVA4mafxbfH5aEvNz8fyoxC6J1xhAtw88B4GerPznSZBg/go-block-format"
cid "gx/ipfs/QmTprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS/go-cid" cid "gx/ipfs/QmTprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS/go-cid"
ipldcbor "gx/ipfs/QmXgUVPAxjMLZSyxx818YstJJAoRg3nyPWENmBLVzLtoax/go-ipld-cbor" ipldcbor "gx/ipfs/QmXgUVPAxjMLZSyxx818YstJJAoRg3nyPWENmBLVzLtoax/go-ipld-cbor"
...@@ -32,8 +33,8 @@ type DAGService interface { ...@@ -32,8 +33,8 @@ type DAGService interface {
Get(context.Context, *cid.Cid) (node.Node, error) Get(context.Context, *cid.Cid) (node.Node, error)
Remove(node.Node) error Remove(node.Node) error
// GetDAG returns, in order, all the single leve child // GetMany returns a channel of NodeOption given
// nodes of the passed in node. // a set of CIDs
GetMany(context.Context, []*cid.Cid) <-chan *NodeOption GetMany(context.Context, []*cid.Cid) <-chan *NodeOption
Batch() *Batch Batch() *Batch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment