Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayFilters ¶ added in v0.0.21
type ArrayFilters interface {
Raw() options.ArrayFilters
}
type CursorType ¶ added in v0.0.21
type CursorType options.CursorType
const ( // NonTailable specifies that a cursor should close after retrieving the last data. NonTailable CursorType = iota // Tailable specifies that a cursor should not close when the last data is retrieved and can be resumed later. Tailable // TailableAwait specifies that a cursor should not close when the last data is retrieved and // that it should block for a certain amount of time for new data before returning no data. TailableAwait )
Click to show internal directories.
Click to hide internal directories.