Brian Bland
0e1b1cc04e
Adds push/pull client functionality
...
These methods rely on an ObjectStore interface, which is meant to
approximate the storage behavior of the docker engine. This is very much
subject to change.
2014-11-17 16:50:02 -08:00
Brian Bland
88795e0a14
Lots of various golint fixes
...
Changes some names to match go conventions
Comments all exported methods
Removes dot imports
2014-11-17 15:46:06 -08:00
Brian Bland
8ad7819b1b
Fixes "go vet" for drone CI
...
Removes "go get" commands for go cmd packages to use the default
versions
Also updates client/client.go to conform to go vet style
2014-11-17 13:35:58 -08:00
Brian Bland
53bd19b98f
Adds a low level registry http client interface and implementation
2014-11-11 17:43:39 -08:00