MCPcopy Create free account
hub / github.com/assembla/cony / Consume

Method Consume

cony.go:47–47  ·  view source on GitHub ↗
(string, string, bool, bool, bool, bool, amqp.Table)

Source from the content-addressed store, hash-verified

45type mqChannel interface {
46 Close() error
47 Consume(string, string, bool, bool, bool, bool, amqp.Table) (<-chan amqp.Delivery, error)
48 NotifyClose(chan *amqp.Error) chan *amqp.Error
49 Publish(string, string, bool, bool, amqp.Publishing) error
50 Qos(int, int, bool) error

Callers 1

serveMethod · 0.65

Implementers 1

mqChannelTestcony_test.go

Calls

no outgoing calls

Tested by

no test coverage detected