package
0.0.0-20250307203412-7e5349ef2bba
Repository: https://github.com/mongodb/mongo-tools.git
Documentation: pkg.go.dev
# Functions
NewIndexCatalog inits an IndexCatalog.
NewIndexDocumentFromD converts a bson.D index spec into an IndexDocument.
# Structs
CollectionIndexCatalog stores the current view of all indexes of a single collection.
IndexCatalog stores the current view of all indexes in all databases.
IndexDocument holds information about a collection's index.
NamespaceQueue is a goroutine-safe queue of namespaces.