Documentation
¶
Index ¶
- func SetInternalAggregateOptions(a *options.AggregateOptionsBuilder, key string, option any) error
- func SetInternalBulkWriteOptions(a *options.BulkWriteOptionsBuilder, key string, option any) error
- func SetInternalClientBulkWriteOptions(a *options.ClientBulkWriteOptionsBuilder, key string, option any) error
- func SetInternalClientOptions(opts *options.ClientOptions, key string, option any) error
- func SetInternalCountOptions(a *options.CountOptionsBuilder, key string, option any) error
- func SetInternalCreateIndexesOptions(a *options.CreateIndexesOptionsBuilder, key string, option any) error
- func SetInternalDeleteManyOptions(a *options.DeleteManyOptionsBuilder, key string, option any) error
- func SetInternalDeleteOneOptions(a *options.DeleteOneOptionsBuilder, key string, option any) error
- func SetInternalDistinctOptions(a *options.DistinctOptionsBuilder, key string, option any) error
- func SetInternalDropIndexesOptions(a *options.DropIndexesOptionsBuilder, key string, option any) error
- func SetInternalEstimatedDocumentCountOptions(a *options.EstimatedDocumentCountOptionsBuilder, key string, option any) error
- func SetInternalFindOneAndDeleteOptions(a *options.FindOneAndDeleteOptionsBuilder, key string, option any) error
- func SetInternalFindOneAndReplaceOptions(a *options.FindOneAndReplaceOptionsBuilder, key string, option any) error
- func SetInternalFindOneAndUpdateOptions(a *options.FindOneAndUpdateOptionsBuilder, key string, option any) error
- func SetInternalFindOneOptions(a *options.FindOneOptionsBuilder, key string, option any) error
- func SetInternalFindOptions(a *options.FindOptionsBuilder, key string, option any) error
- func SetInternalInsertManyOptions(a *options.InsertManyOptionsBuilder, key string, option any) error
- func SetInternalInsertOneOptions(a *options.InsertOneOptionsBuilder, key string, option any) error
- func SetInternalListCollectionsOptions(a *options.ListCollectionsOptionsBuilder, key string, option any) error
- func SetInternalListIndexesOptions(a *options.ListIndexesOptionsBuilder, key string, option any) error
- func SetInternalReplaceOptions(a *options.ReplaceOptionsBuilder, key string, option any) error
- func SetInternalUpdateManyOptions(a *options.UpdateManyOptionsBuilder, key string, option any) error
- func SetInternalUpdateOneOptions(a *options.UpdateOneOptionsBuilder, key string, option any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetInternalAggregateOptions ¶
func SetInternalAggregateOptions(a *options.AggregateOptionsBuilder, key string, option any) error
SetInternalAggregateOptions sets internal options for AggregateOptions.
func SetInternalBulkWriteOptions ¶
func SetInternalBulkWriteOptions(a *options.BulkWriteOptionsBuilder, key string, option any) error
SetInternalBulkWriteOptions sets internal options for BulkWriteOptions.
func SetInternalClientBulkWriteOptions ¶
func SetInternalClientBulkWriteOptions(a *options.ClientBulkWriteOptionsBuilder, key string, option any) error
SetInternalClientBulkWriteOptions sets internal options for ClientBulkWriteOptions.
func SetInternalClientOptions ¶
func SetInternalClientOptions(opts *options.ClientOptions, key string, option any) error
SetInternalClientOptions sets internal options for ClientOptions.
func SetInternalCountOptions ¶
func SetInternalCountOptions(a *options.CountOptionsBuilder, key string, option any) error
SetInternalCountOptions sets internal options for CountOptions.
func SetInternalCreateIndexesOptions ¶
func SetInternalCreateIndexesOptions(a *options.CreateIndexesOptionsBuilder, key string, option any) error
SetInternalCreateIndexesOptions sets internal options for CreateIndexesOptions.
func SetInternalDeleteManyOptions ¶
func SetInternalDeleteManyOptions(a *options.DeleteManyOptionsBuilder, key string, option any) error
SetInternalDeleteManyOptions sets internal options for DeleteManyOptions.
func SetInternalDeleteOneOptions ¶
func SetInternalDeleteOneOptions(a *options.DeleteOneOptionsBuilder, key string, option any) error
SetInternalDeleteOneOptions sets internal options for DeleteOneOptions.
func SetInternalDistinctOptions ¶
func SetInternalDistinctOptions(a *options.DistinctOptionsBuilder, key string, option any) error
SetInternalDistinctOptions sets internal options for DistinctOptions.
func SetInternalDropIndexesOptions ¶
func SetInternalDropIndexesOptions(a *options.DropIndexesOptionsBuilder, key string, option any) error
SetInternalDropIndexesOptions sets internal options for DropIndexesOptions.
func SetInternalEstimatedDocumentCountOptions ¶
func SetInternalEstimatedDocumentCountOptions(a *options.EstimatedDocumentCountOptionsBuilder, key string, option any) error
SetInternalEstimatedDocumentCountOptions sets internal options for EstimatedDocumentCountOptions.
func SetInternalFindOneAndDeleteOptions ¶
func SetInternalFindOneAndDeleteOptions(a *options.FindOneAndDeleteOptionsBuilder, key string, option any) error
SetInternalFindOneAndDeleteOptions sets internal options for FindOneAndDeleteOptions.
func SetInternalFindOneAndReplaceOptions ¶
func SetInternalFindOneAndReplaceOptions(a *options.FindOneAndReplaceOptionsBuilder, key string, option any) error
SetInternalFindOneAndReplaceOptions sets internal options for FindOneAndReplaceOptions.
func SetInternalFindOneAndUpdateOptions ¶
func SetInternalFindOneAndUpdateOptions(a *options.FindOneAndUpdateOptionsBuilder, key string, option any) error
SetInternalFindOneAndUpdateOptions sets internal options for FindOneAndUpdateOptions.
func SetInternalFindOneOptions ¶
func SetInternalFindOneOptions(a *options.FindOneOptionsBuilder, key string, option any) error
SetInternalFindOneOptions sets internal options for FindOneOptions.
func SetInternalFindOptions ¶
func SetInternalFindOptions(a *options.FindOptionsBuilder, key string, option any) error
SetInternalFindOptions sets internal options for FindOptions.
func SetInternalInsertManyOptions ¶
func SetInternalInsertManyOptions(a *options.InsertManyOptionsBuilder, key string, option any) error
SetInternalInsertManyOptions sets internal options for InsertManyOptions.
func SetInternalInsertOneOptions ¶
func SetInternalInsertOneOptions(a *options.InsertOneOptionsBuilder, key string, option any) error
SetInternalInsertOneOptions sets internal options for InsertOneOptions.
func SetInternalListCollectionsOptions ¶
func SetInternalListCollectionsOptions(a *options.ListCollectionsOptionsBuilder, key string, option any) error
SetInternalListCollectionsOptions sets internal options for ListCollectionsOptions.
func SetInternalListIndexesOptions ¶
func SetInternalListIndexesOptions(a *options.ListIndexesOptionsBuilder, key string, option any) error
SetInternalListIndexesOptions sets internal options for ListIndexesOptions.
func SetInternalReplaceOptions ¶
func SetInternalReplaceOptions(a *options.ReplaceOptionsBuilder, key string, option any) error
SetInternalReplaceOptions sets internal options for ReplaceOptions.
func SetInternalUpdateManyOptions ¶
func SetInternalUpdateManyOptions(a *options.UpdateManyOptionsBuilder, key string, option any) error
SetInternalUpdateManyOptions sets internal options for UpdateManyOptions.
func SetInternalUpdateOneOptions ¶
func SetInternalUpdateOneOptions(a *options.UpdateOneOptionsBuilder, key string, option any) error
SetInternalUpdateOneOptions sets internal options for UpdateOneOptions.
Types ¶
This section is empty.