// // find.go // Copyright (C) 2023 tiglog // // Distributed under terms of the MIT license. // package mgodb import "go.mongodb.org/mongo-driver/mongo/options" // Find creates a new FindOptions instance. var Find = options.Find // FindOne creates a new FindOneOptions instance. var FindOne = options.FindOne