Skip to content

Instantly share code, notes, and snippets.

@denisdubovitskiy
Created November 24, 2021 15:50
Show Gist options
  • Select an option

  • Save denisdubovitskiy/16b17004febf7ffe49daaf0cca153b93 to your computer and use it in GitHub Desktop.

Select an option

Save denisdubovitskiy/16b17004febf7ffe49daaf0cca153b93 to your computer and use it in GitHub Desktop.
res, err := client.WithOptionsHandler(ctx, &desc.RequestWithOptions{
Options: []desc.RequestWithOptions_Option{
desc.RequestWithOptions_OPT_BASIC_INFO,
desc.RequestWithOptions_OPT_AVAILABILITY,
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment