Created
December 16, 2018 12:20
-
-
Save amsokol/3d663553844f7624d6fce8f8988b347d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TopologyOptions: []topology.Option{ | |
topology.WithServerOptions(func(opts ...topology.ServerOption) []topology.ServerOption { | |
return []topology.ServerOption{ | |
topology.WithRegistry(func(r *bsoncodec.Registry) *bsoncodec.Registry { | |
return reg | |
}), | |
} | |
}), | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment