options

package
v0.0.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 1 Imported by: 0

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 Collation added in v0.0.21

type Collation options.Collation

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
)

type Page added in v0.0.19

type Page struct {
	// contains filtered or unexported fields
}

func NewPage added in v0.0.19

func NewPage(pageNo, pageSize int64) *Page

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL