MCPcopy
hub / github.com/go-eagle/eagle / Producer

Interface Producer

pkg/queue/interface.go:4–6  ·  view source on GitHub ↗

Producer queue producer

Source from the content-addressed store, hash-verified

2
3// Producer queue producer
4type Producer interface {
5 Publish(message string) error
6}
7
8// Consumer queue consumer
9type Consumer interface {

Callers 11

mainFunction · 0.95
PublishFunction · 0.65
PublishMethod · 0.65
PublishFunction · 0.65
PublishWithDelayFunction · 0.65
PublishMethod · 0.65
NewProducerFunction · 0.95
NewProducerFunction · 0.95
StartMethod · 0.95
ReConnectMethod · 0.95
StartMethod · 0.95

Implementers 4

Producerpkg/queue/kafka/producer.go
Producerpkg/queue/rabbitmq/producer.go
Channelpkg/queue/rabbitmq/channel.go
Producerpkg/queue/nats/producer.go

Calls

no outgoing calls

Tested by

no test coverage detected