cri-o/vendor/github.com/googleapis/gax-go
Jacek J. Łakis bf51655a7b vendor: Update vendoring for the exec client and server implementations
Signed-off-by: Jacek J. Łakis <jacek.lakis@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-04-24 18:38:41 +02:00
..
.gitignore vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
.travis.yml vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
call_option.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
call_option_test.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
CONTRIBUTING.md vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
gax.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
header.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
header_test.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
invoke.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
invoke_test.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
LICENSE vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
path_template.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
path_template_parser.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
path_template_test.go vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
README.md vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00

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.

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.

This project is currently experimental and not supported.

Go Versions

This library requires Go 1.6 or above.

License

BSD - please see LICENSE for more information.