(clientID string)
| 71 | } |
| 72 | |
| 73 | func (b *EventBus) NumClientSubscriptions(clientID string) int { |
| 74 | return b.pubsub.NumClientSubscriptions(clientID) |
| 75 | } |
| 76 | |
| 77 | func (b *EventBus) Subscribe( |
| 78 | ctx context.Context, |
nothing calls this directly
no test coverage detected