Versions in this module Expand all Collapse all v0 v0.0.17 Oct 25, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.16 Oct 11, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.15 Sep 27, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.14 Sep 20, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.13 Sep 6, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.12 Aug 16, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.11 Aug 8, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.10 Jul 26, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver Changes in this version + type ListDatabases interface + type ListDatabasesBundle struct + func BundleListDatabases(opts ...ListDatabases) *ListDatabasesBundle + func (lcb *ListDatabasesBundle) ConvertListDatabasesOption() option.ListDatabasesOptioner + func (lcb *ListDatabasesBundle) NameOnly(b bool) *ListDatabasesBundle + func (lcb *ListDatabasesBundle) String() string + func (lcb *ListDatabasesBundle) Unbundle(deduplicate bool) ([]option.ListDatabasesOptioner, *session.Client, error) + type ListDatabasesOption interface + ConvertListDatabasesOption func() option.ListDatabasesOptioner + type ListDatabasesSession interface + ConvertListDatabasesSession func() *session.Client + type ListDatabasesSessionOpt struct + func (ListDatabasesSessionOpt) ConvertListDatabasesSession() *session.Client + type OptNameOnly option.OptNameOnly + func NameOnly(b bool) OptNameOnly + func (opt OptNameOnly) ConvertListDatabasesOption() option.ListDatabasesOptioner