mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 01:08:08 +08:00
coreapi pubsub: fix review nits
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> This commit was moved from ipfs/interface-go-ipfs-core@162e182a2c This commit was moved from ipfs/boxo@0373c3c9ae
This commit is contained in:
parent
d5d6e5c13b
commit
57fdb89f37
@ -38,7 +38,6 @@ type PubSubAPI interface {
|
||||
Ls(context.Context) ([]string, error)
|
||||
|
||||
// Peers list peers we are currently pubsubbing with
|
||||
// TODO: WithTopic
|
||||
Peers(context.Context, ...options.PubSubPeersOption) ([]peer.ID, error)
|
||||
|
||||
// Publish a message to a given pubsub topic
|
||||
|
||||
Loading…
Reference in New Issue
Block a user