MCPcopy Create free account
hub / github.com/Done-0/gin-scaffold / Handle

Method Handle

internal/queue/queue.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, msg *sarama.ConsumerMessage)

Source from the content-addressed store, hash-verified

27// Handler defines the interface for message processing
28type Handler interface {
29 Handle(ctx context.Context, msg *sarama.ConsumerMessage) error
30}
31
32// NewProducer creates a new Kafka producer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected