From 2365e620696a2f16d80a3c2cf2718d6614234878 Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Tue, 24 Oct 2023 11:14:28 -0500 Subject: [PATCH] fk --- contrib/codecs/broker/broker.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/codecs/broker/broker.go b/contrib/codecs/broker/broker.go index 453847e..bac5839 100644 --- a/contrib/codecs/broker/broker.go +++ b/contrib/codecs/broker/broker.go @@ -19,6 +19,10 @@ type Broker interface { ClientSpoke } +type Replier interface { + Send(json.RawMessage) +} + type Subscription interface { // channel that will close when done or error Listen() <-chan json.RawMessage -- GitLab