1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Sebastiaan van Stijn 6e3e657ea6
registry: un-export config.LoadXXX() functions
Un-export:

- config.LoadAllowNondistributableArtifacts()
- config.LoadInsecureRegistries()
- config.LoadMirrors()

The config type is already un-exported; this also un-exports these functions
to be explicit they're internal only.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-17 17:09:11 +01:00
..
resumable
auth.go registry: un-export HTTPClient() and NewTransport() 2022-03-17 17:08:05 +01:00
auth_test.go registry: tests: remove unused mock code and use gotest.tools 2022-03-17 17:07:48 +01:00
config.go registry: un-export config.LoadXXX() functions 2022-03-17 17:09:11 +01:00
config_test.go registry: un-export config.LoadXXX() functions 2022-03-17 17:09:11 +01:00
config_unix.go
config_windows.go
endpoint_test.go registry: un-export V1Endpoint and NewV1Endpoint() 2022-03-17 17:09:00 +01:00
endpoint_v1.go registry: un-export Ping(), PingResult, remove v1Endpoint.Path() 2022-03-17 17:09:07 +01:00
errors.go
registry.go registry: un-export HTTPClient() and NewTransport() 2022-03-17 17:08:05 +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 Session, remove NewSession() 2022-03-17 17:09:09 +01:00
service.go registry: un-export config.LoadXXX() functions 2022-03-17 17:09:11 +01:00
service_v2.go registry: un-export DefaultService 2022-03-17 17:08:04 +01:00
session.go registry: un-export Session, remove NewSession() 2022-03-17 17:09:09 +01:00
types.go registry: un-export Ping(), PingResult, remove v1Endpoint.Path() 2022-03-17 17:09:07 +01:00