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

Method Errors

consumer.go:36–38  ·  view source on GitHub ↗

Errors returns channel with AMQP channel level errors

()

Source from the content-addressed store, hash-verified

34
35// Errors returns channel with AMQP channel level errors
36func (c *Consumer) Errors() <-chan error {
37 return c.errs
38}
39
40// Cancel this consumer.
41//

Callers 4

ExampleFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by 1

ExampleFunction · 0.76