Details
-
New Feature
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
Currently, the API for specifying the cursor type of a query requires calling the yamgo.CursorType() function with an option.CursorType argument. We should replace the yamgo.CursorType() function with two separate functions, yamgo.Tailable() and yamgo.TailableAwait().