| 13 | |
| 14 | type ( |
| 15 | pushConsumer struct { |
| 16 | sync.Mutex |
| 17 | js *jetStream |
| 18 | stream string |
| 19 | name string |
| 20 | info *ConsumerInfo |
| 21 | started atomic.Bool |
| 22 | } |
| 23 | |
| 24 | pushSubscription struct { |
| 25 | sync.Mutex |
nothing calls this directly
no outgoing calls
no test coverage detected