Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
func
(c *Consumer) Errors() <-
chan
error {
37
return
c.errs
38
}
39
40
// Cancel this consumer.
41
//
Callers
4
Example
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
1
Example
Function · 0.76