| 49 | } |
| 50 | |
| 51 | orderedSubscription struct { |
| 52 | consumer *orderedConsumer |
| 53 | opts []PullMessagesOpt |
| 54 | done chan struct{} |
| 55 | closed atomic.Uint32 |
| 56 | } |
| 57 | |
| 58 | cursor struct { |
| 59 | streamSeq uint64 |
nothing calls this directly
no outgoing calls
no test coverage detected