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

Struct mqChannelTest

cony_test.go:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type mqChannelTest struct {
19 _Close func() error
20 _Consume func(string, string, bool, bool, bool, bool, amqp.Table) (<-chan amqp.Delivery, error)
21 _NotifyClose func(chan *amqp.Error) chan *amqp.Error
22 _Publish func(string, string, bool, bool, amqp.Publishing) error
23 _Qos func(int, int, bool) error
24}
25
26func (m *mqChannelTest) Close() error {
27 return m._Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected