MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / NatsBus

Struct NatsBus

messagebus/nats.go:15–21  ·  view source on GitHub ↗

NatsBus is MessageBus implementation for RabbitMQ

Source from the content-addressed store, hash-verified

13
14// NatsBus is MessageBus implementation for RabbitMQ
15type NatsBus struct {
16 Config Config
17 Log log15.Logger
18
19 conn *nats.EncodedConn
20 countTimeouts int64
21}
22
23// OptionNatsFunc options for RabbitMQ
24type OptionNatsFunc func(n *NatsBus)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected