Imports of package session

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
go.mongodb.org/mongo-driver/bsonPackage bson is a library for reading, writing, and manipulating BSON.
go.mongodb.org/mongo-driver/bson/primitivePackage primitive contains types similar to Go primitives for BSON types that do not have direct Go primitive representations.
go.mongodb.org/mongo-driver/internal/uuid
go.mongodb.org/mongo-driver/mongo/addressPackage address provides structured representations of network addresses.
go.mongodb.org/mongo-driver/mongo/descriptionPackage description contains types and functions for describing the state of MongoDB clusters.
go.mongodb.org/mongo-driver/mongo/readconcernPackage readconcern defines read concerns for MongoDB operations.
go.mongodb.org/mongo-driver/mongo/readprefPackage readpref defines read preferences for MongoDB queries.
go.mongodb.org/mongo-driver/mongo/writeconcernPackage writeconcern defines write concerns for MongoDB operations.
go.mongodb.org/mongo-driver/x/bsonx/bsoncorePackage bsoncore is intended for internal use only.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.