()
| 10 | // Subscription represents a NATS subscription that can be unsubscribed. |
| 11 | type Subscription interface { |
| 12 | Unsubscribe() error |
| 13 | } |
| 14 | |
| 15 | // MessagingClient is the full interface for NATS messaging operations. |
no outgoing calls
no test coverage detected