1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 03:28:25 +08:00

misc(exch/bitswap) add TODOs

This commit is contained in:
Brian Tiger Chow
2014-10-22 14:41:17 -07:00
parent 4d81560dd8
commit d3ac9ceee3

View File

@ -10,6 +10,9 @@ import (
u "github.com/jbenet/go-ipfs/util"
)
// TODO move message.go into the bitswap package
// TODO move bs/msg/internal/pb to bs/internal/pb and rename pb package to bitswap_pb
type BitSwapMessage interface {
Wantlist() []u.Key
Blocks() []blocks.Block