update deps && structs && hooks

This commit is contained in:
2024-12-19 13:21:32 +03:00
committed by devstigneev
parent 07fa36d704
commit 7c5da60556
6 changed files with 71 additions and 43 deletions

View File

@@ -8,11 +8,14 @@ import (
)
type event struct {
ctx context.Context
topic string
err error
sync.RWMutex
msg *broker.Message
err error
topic string
ctx context.Context
sync.RWMutex
ack bool
}