This commit is contained in:
nquidox 2026-02-21 16:07:19 +03:00
parent c8a6a7f8fa
commit 46e07b7577

View file

@ -8,7 +8,7 @@ import (
) )
type Publisher interface { type Publisher interface {
Start(chanLen uint) chan<- []byte Start(ctx context.Context, chanLen uint) chan<- []byte
} }
type pubHandler struct { type pubHandler struct {