package
1.17.3
Repository: https://github.com/mongodb/mongo-go-driver.git
Documentation: pkg.go.dev

# Functions

RawToDocuments converts a bson.Raw that is internally an array of documents to []bson.Raw.
RawToInterfaces takes one or many bson.Raw documents and returns them as a []interface{}.
StringSliceFromRawValue decodes the provided BSON value into a []string.