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:
Łukasz Magiera 2018-09-26 18:24:35 +02:00 committed by Steven Allen
parent d5d6e5c13b
commit 57fdb89f37

View File

@ -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