mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-24 22:38:27 +08:00
coreapi dht: add a note on name change
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:

committed by
Steven Allen

parent
77ceb7546b
commit
9fe843f156
@ -10,6 +10,8 @@ import (
|
||||
)
|
||||
|
||||
// DhtAPI specifies the interface to the DHT
|
||||
// Note: This API will likely get renamed in near future, see
|
||||
// https://github.com/ipfs/interface-ipfs-core/issues/249 for more context.
|
||||
type DhtAPI interface {
|
||||
// FindPeer queries the DHT for all of the multiaddresses associated with a
|
||||
// Peer ID
|
||||
|
Reference in New Issue
Block a user