options

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2022 License: Apache-2.0 Imports: 1 Imported by: 58

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateOptions added in v0.9.2

type AggregateOptions struct {
	*options.AggregateOptions
}

type ChangeStreamOptions added in v1.0.2

type ChangeStreamOptions struct {
	*options.ChangeStreamOptions
}

type ClientOptions added in v0.9.1

type ClientOptions struct {
	*options.ClientOptions
}

type CreateCollectionOptions added in v1.0.4

type CreateCollectionOptions struct {
	*options.CreateCollectionOptions
}

type DatabaseOptions added in v1.0.7

type DatabaseOptions struct {
	*options.DatabaseOptions
}

type FindOptions

type FindOptions struct {
	QueryHook interface{}
}

type IndexModel added in v0.7.4

type IndexModel struct {
	Key []string // Index key fields; prefix name with dash (-) for descending order
	*options.IndexOptions
}

type InsertManyOptions

type InsertManyOptions struct {
	InsertHook interface{}
	*options.InsertManyOptions
}

type InsertOneOptions

type InsertOneOptions struct {
	InsertHook interface{}
	*options.InsertOneOptions
}

type RemoveOptions

type RemoveOptions struct {
	RemoveHook interface{}
	*options.DeleteOptions
}

type ReplaceOptions added in v0.8.0

type ReplaceOptions struct {
	UpdateHook interface{}
	*options.ReplaceOptions
}

type RunCommandOptions added in v0.8.2

type RunCommandOptions struct {
	*options.RunCmdOptions
}

type SessionOptions added in v1.0.2

type SessionOptions struct {
	*options.SessionOptions
}

type TransactionOptions added in v1.0.2

type TransactionOptions struct {
	*options.TransactionOptions
}

type UpdateOptions

type UpdateOptions struct {
	UpdateHook interface{}
	*options.UpdateOptions
}

type UpsertOptions added in v0.7.2

type UpsertOptions struct {
	UpsertHook interface{}
	*options.ReplaceOptions
}

Jump to

Keyboard shortcuts

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