Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountOpts ¶ added in v0.2.0
type CountOpts struct {
options.CountOptions
}
CountOpts represents all possible options to the CountWithOptions() function.
type DeleteOpts ¶
type DeleteOpts struct {
options.DeleteOptions
}
DeleteOpts represents all possible options to the DeleteWithOptions() and DeletesWithOptions() functions.
type FindOpts ¶
type FindOpts struct {
options.FindOptions
}
FindOpts represent all possible options to the FindWithOptions and FindsWithOptions function.
type InsertOneOpts ¶ added in v0.2.0
type InsertOneOpts struct {
options.InsertOneOptions
}
InsertOneOpts
type InsertOpts ¶
type InsertOpts struct {
options.InsertManyOptions
}
InsertOpts represents all possible options to the InsertWithOptions and InsertsWithOptions function.
type UpdateOpts ¶
type UpdateOpts struct {
options.UpdateOptions
}
UpdateOpts represents all possible options to the UpdateWithOptions() and UpdatesWithOptions() functions.
Click to show internal directories.
Click to hide internal directories.