Add Connection ClientSetting (#25)

On Dial, if Connection is not nil, it's used in place of any user
provided gRPC settings or the default.
3 files changed
tree: 586b7a76cabaed8fb46a096087fd309b37c25aa7
  1. .travis.yml
  2. call_option.go
  3. call_option_test.go
  4. client_option.go
  5. client_option_test.go
  6. CONTRIBUTING.md
  7. dial.go
  8. gax.go
  9. invoke.go
  10. invoke_test.go
  11. LICENSE
  12. path_template.go
  13. path_template_parser.go
  14. path_template_test.go
  15. README.md
README.md

Google API Extensions for Go

Build Status Code Coverage

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.