We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da16339 commit dbd7837Copy full SHA for dbd7837
mongo/options/internaloptions.go
@@ -12,8 +12,9 @@ import (
12
"go.mongodb.org/mongo-driver/v2/x/mongo/driver"
13
)
14
15
-// Deprecated: SetInternalClientOptions sets internal only options for ClientOptions. It may be changed
16
-// or removed in any release.
+// SetInternalClientOptions sets internal options for ClientOptions.
+//
17
+// Deprecated: This function is for internal use only. It may be changed or removed in any release.
18
func SetInternalClientOptions(opts *ClientOptions, custom map[string]any) (*ClientOptions, error) {
19
const typeErr = "unexpected type for %s"
20
for k, v := range custom {
0 commit comments