tusd/vendor/github.com/googleapis/gax-go
Tom Berger 4c0f4cc9d9 Add support for Google Cloud storage as a DataStore (#106)
* Add support for Google cloud storage as a DataStore

* Use memorylocker in GCS composer

* Add documentation and recursive compose

* Offset being calculated in getInfo. Tests not working

* Fix tests. Attach metadata to composed object.

* Add dependencies using govendor. Add new package to README. Add test instructions for AppVeyor

* Add google cloud internal and transport packages with govendor

* Adding more dependencies to pass travis integration

* Update w/ internal packages

* Skip tests on go1.5/1.6

* Gcsstore tests (#2)

* Refactor as a struct of clojures for testing

* Refactor to support tests

* Add docs

* Struct members cannot fufill the interface, adding wrapper functions

* update tests

* Update documentation

* add more tests

* Add gock and redo some tests

* Add gock

* remove unneeded clojures
2017-09-16 20:49:09 +02:00
..
CONTRIBUTING.md Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
LICENSE Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
README.md Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
call_option.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
gax.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
invoke.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
path_template.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00
path_template_parser.go Add support for Google Cloud storage as a DataStore (#106) 2017-09-16 20:49:09 +02:00

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.

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.