[v4] hide access to internal mutex (#185)

* changed embedded mutex to private field

* update ci

* fix tests
This commit is contained in:
pugnack
2025-05-23 01:45:39 +05:00
committed by Vasiliy Tolstov
parent b0691edf82
commit b796c43257

View File

@@ -39,6 +39,7 @@ type consumer struct {
}
type Subscriber struct {
<<<<<<< HEAD
consumers map[tp]*consumer
c *kgo.Client
htracer *hookTracer