moby--moby/registry
Vincent Demeester 636c276f67
Add Unit test to daemon.SearchRegistryForImages…
… and refactor a little bit some daemon on the way.

- Move `SearchRegistryForImages` to a new file (`daemon/search.go`) as
  `daemon.go` is getting pretty big.
- `registry.Service` is now an interface (allowing us to decouple it a
  little bit and thus unit test easily).
- Add some unit test for `SearchRegistryForImages`.
- Use UniqueExactMatch for search filters
- And use empty restore id for now in client.ContainerStart.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-05-24 11:07:11 +02:00
..
auth.go
auth_test.go
config.go
config_test.go
config_unix.go
config_windows.go
endpoint_test.go
endpoint_v1.go
reference.go
registry.go
registry_mock_test.go
registry_test.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
service.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
service_v1.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
service_v2.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
session.go
types.go