Commit 162e182a authored by Łukasz Magiera's avatar Łukasz Magiera Committed by Steven Allen

coreapi pubsub: fix review nits

License: MIT
Signed-off-by: default avatarŁukasz Magiera <magik6k@gmail.com>
parent 706e5520
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment