Clone this repo:
  1. d531001 feat(v2): hook transport telemetry into gax.Invoke and record (#496) by Wes Tarle · 31 hours ago main
  2. 25485ab chore: create a release (#495) by Alex Hong · 2 days ago release-495 v2.20.0
  3. 1f3e9ae feat: hook metric recording into gax.Invoke (#494) by Wes Tarle · 2 days ago
  4. defdded feat(v2): add TelemetryErrorInfo and ExtractTelemetryErrorInfo (#487) by Wes Tarle · 3 days ago
  5. 399c197 chore(all): update all (#492) by Mend Renovate · 4 days ago

Google API Extensions for Go

GoDoc

Google API Extensions for Go (gax-go) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions.

To install the API extensions, use:

go get -u github.com/googleapis/gax-go/v2

Note: Application code will rarely need to use this library directly, but the code generated automatically from API definition files can use it to simplify code generation and to provide more convenient and idiomatic API surface.

Go Versions

This library requires Go 1.6 or above.

License

BSD - please see LICENSE for more information.