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:
@ -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
|
||||
|
Reference in New Issue
Block a user