fauna / fauna-go

Go driver for Fauna v10 (current)
https://fauna.com
Mozilla Public License 2.0
6 stars 3 forks source link

ENG-6205: Allow to resume a stream at a given timestamp #141

Closed erickpintor closed 7 months ago

erickpintor commented 7 months ago

Ticket(s): ENG-6205

This allows for users to give streaming a start time:

events, err := client.Subscribe(stream, fauna.StartTime(txnTime))
// ...