Skip to content

Instantly share code, notes, and snippets.

@amsokol
Created December 16, 2018 12:20
Show Gist options
  • Save amsokol/3d663553844f7624d6fce8f8988b347d to your computer and use it in GitHub Desktop.
Save amsokol/3d663553844f7624d6fce8f8988b347d to your computer and use it in GitHub Desktop.
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