diff --git a/registry.go b/registry.go index 844e5b9..d20d0c3 100644 --- a/registry.go +++ b/registry.go @@ -10,6 +10,8 @@ import ( const ( registryPath = "/v2/registry" + // RegistryServer is the hostname of the DigitalOcean registry service + RegistryServer = "registry.digitalocean.com" ) // RegistryService is an interface for interfacing with the Registry endpoints