Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Last active April 19, 2020 22:46
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/e6ff228242cfd47d7287772caffe08b4 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/e6ff228242cfd47d7287772caffe08b4 to your computer and use it in GitHub Desktop.
client.UpdateUser(&stream.User{
ID: "user_id",
Name: "User",
Role: "admin",
Image: "https://example.com/avatar.png",
ExtraData: map[string]interface{}{"favourite_city": "Berlin"},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment