@cryptotaxi247 / kubo / commits / 57fdb89f3

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@162e182a2c2f67c227b7dd4b3d661d3b15ca1d7b This commit was moved from ipfs/boxo@0373c3c9aee429624a99c6a1c080027923ec6e6f

Łukasz Magiera committed Sep 26, 2018 at 18:24 UTC 57fdb89f375e9a589d52e765d658b385ac28508b
1 file changed -1
core/coreiface/pubsub.go
-1
@@ -38,7 +38,6 @@ type PubSubAPI interface {
38 Ls(context.Context) ([]string, error)
39
40 // Peers list peers we are currently pubsubbing with
41 - // TODO: WithTopic
41 Peers(context.Context, ...options.PubSubPeersOption) ([]peer.ID, error)
42
43 // Publish a message to a given pubsub topic