export the DO registry hostname as a const

This commit is contained in:
Kamal Nasser 2020-02-27 15:49:52 +02:00
parent db948ca548
commit a043fa7499
1 changed files with 2 additions and 0 deletions

View File

@ -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