| 84 | } |
| 85 | |
| 86 | pullConsumer struct { |
| 87 | sync.Mutex |
| 88 | js *jetStream |
| 89 | stream string |
| 90 | durable bool |
| 91 | name string |
| 92 | info *ConsumerInfo |
| 93 | subs syncx.Map[string, *pullSubscription] |
| 94 | pinID string |
| 95 | } |
| 96 | |
| 97 | pullRequest struct { |
| 98 | Expires time.Duration `json:"expires,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected