rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
167 stars 18 forks source link

QuerySequence v2 #230

Closed ablease closed 1 year ago

ablease commented 1 year ago

Closes #228 This PR adds QuerySequence to the public API for v2

Question for reviewers, should the public functions return a custom type to encapsulate data from the raw layer? (see QueryStreamStats where we have a stream.Stats type)