From b796c4325745217a5adee562393df3afa6a57c92 Mon Sep 17 00:00:00 2001 From: pugnack Date: Fri, 23 May 2025 01:45:39 +0500 Subject: [PATCH] [v4] hide access to internal mutex (#185) * changed embedded mutex to private field * update ci * fix tests --- subscriber.go | 1 + 1 file changed, 1 insertion(+) diff --git a/subscriber.go b/subscriber.go index c61854a..e7557b8 100644 --- a/subscriber.go +++ b/subscriber.go @@ -39,6 +39,7 @@ type consumer struct { } type Subscriber struct { +<<<<<<< HEAD consumers map[tp]*consumer c *kgo.Client htracer *hookTracer