Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(v2/callctx): add new callctx package #291

Merged
merged 3 commits into from
Jun 23, 2023
Merged

Commits on Jun 23, 2023

  1. feat(v2/callctx): add new callctx package

    Add a new callctx package to gax to facilitate adding and
    retrieving values from context.Context that our libraries can use
    to share information throughout the call stack. The first addition
    to this package will be two APIs to allow users to set RPC headers
    that will be added to API requests our clients make.
    
    A follow up PR will be made to add using these after these changes
    are merged with googleapis#290.
    codyoss committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    83575c1 View commit details
    Browse the repository at this point in the history
  2. add panic

    codyoss committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    cf89839 View commit details
    Browse the repository at this point in the history
  3. typo

    codyoss committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3df438f View commit details
    Browse the repository at this point in the history