Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Last active April 19, 2020 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightnBubbly/3d665360e56758dc7bdde7e55e5eea39 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/3d665360e56758dc7bdde7e55e5eea39 to your computer and use it in GitHub Desktop.
client.QueryUsers(&stream.QueryOption{
Filter: map[string]interface{}{
"id": map\[string\][]string{
"$in": {"thompson", "john", "trump"},
},
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment