* First pass at etcd3 locker
* Add etcd packages to vendor ignore attribute
* Properly exclude etcd3locker from earlier versions of golang
* Etcd test to only run on go1.9 and go1.10
* Do not export internal etcd3locker methods
* context.TODO -> context.Background
* Return errors instead of logging
* Enforce a 1.5s timeout on acquiring a lease from etcd
* Allow etcd3 concurreny.NewSession manage KeepAlive connection
- Introduce LockerOptions to allow a custom session TTL (default: 60s); etcd3Locker can be initialized with NewWithLockerOptions if one wants granular control over TTL and prefix used for etcd3 keys
- Keep NewWithPrefix backwards compatible by calling NewWithLockerOptions
* Add comment on locker_test.go regarding testing the session KeepAlive
* Re-export main type
* Try to address missing github.com/gogo/protobuf/gogoproto package
* Update etcd package import to use go.etcd.io/etcd/clientv3
* Use forked go-etcd-harness for testing
* Add more extensive package overview / docs
* go fmt
* Fix test script
* Add downloaded etcd binary to path
* 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
This prevented using the s3store and consullocker packages since
Go required the user to provide types from the vendored packages
but the user cannot access these.
Fixes#59
commit 0203e5c57f397865fd5a95b7f91f5f27fd306431
Author: Marius <maerious@gmail.com>
Date: Sat Jan 9 20:39:46 2016 +0100
Update dependencies
commit be5b2b8f62b4644fd9c52a838fe68d98b4eae8e4
Author: Marius <maerious@gmail.com>
Date: Sat Jan 9 19:17:32 2016 +0100
Pull dependencies from vendor/ in /home/marius/workspace/go for Go < 1.5
commit e631bbcc59e4c9e5e928b172b4c6aab6eb71274d
Author: Marius <maerious@gmail.com>
Date: Sat Jan 9 19:15:20 2016 +0100
Vendor dependencies