moby--moby/registry
Sebastiaan van Stijn 569dc6d692
registry: un-export DefaultService
The DefaultService was not really meant to be used outside of the package, so
un-export it, and change NewService()'s signature to return a Service interface.

To un-export this type, a test in daemon/images was updated to not use DefaultService,
but now using the registry.Service interface itself.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-17 17:08:04 +01:00
..
resumable refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
auth.go
auth_test.go registry: tests: remove unused mock code and use gotest.tools 2022-03-17 17:07:48 +01:00
config.go registry: remove TODO for removing localhost as insecure by default 2022-03-17 17:07:58 +01:00
config_test.go Use designated test domains (RFC2606) in tests 2021-04-02 14:06:27 +02:00
config_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
config_windows.go
endpoint_test.go
endpoint_v1.go registry: EndPointV1.Ping() remove redundant "Standalone" and cleanup logs 2021-10-07 16:26:39 +02:00
errors.go
registry.go distribution: remove use of deprecated dial.DualStack 2022-02-22 16:34:12 +01:00
registry_mock_test.go registry: tests: remove unused mock code and use gotest.tools 2022-03-17 17:07:48 +01:00
registry_test.go registry: un-export DefaultService 2022-03-17 17:08:04 +01:00
service.go registry: un-export DefaultService 2022-03-17 17:08:04 +01:00
service_v2.go registry: un-export DefaultService 2022-03-17 17:08:04 +01:00
session.go registry: remove unused authConfig from Session 2022-03-17 17:08:02 +01:00
types.go registry: remove unused RepositoryData and ImgData 2022-03-17 17:08:00 +01:00