1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Michael Crosby 03d3d79b2b Remove jobs from registry.Service
This makes `registry.Service` a first class type and does not use jobs
to interact with this type.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-03-31 16:38:04 -07:00
..
v2
auth.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
auth_test.go
authchallenge.go
config.go
config_test.go
endpoint.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
endpoint_test.go
httpfactory.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
registry.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
registry_mock_test.go Merge pull request #11788 from reikani/pchoi 2015-03-26 23:55:50 -07:00
registry_test.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
service.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
session.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
session_v2.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
token.go Refactor utils/http.go, fixes #11899 2015-03-30 17:59:57 +02:00
types.go