github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/prompts/domain/constants.go (about) 1 package domainPrompts 2 3 const ( 4 NamePrompt = "Domain Name:" 5 SelectPrompt = "Select a Domain:" 6 CertificateTypePrompt = "Certificate type:" 7 CertificateFilePrompt = "Certificate file:" 8 KeyFilePrompt = "Key file:" 9 FQDNPrompt = "FQDN:" 10 11 CreateThis = "Create this domain?" 12 DeleteThis = "Delete this domain?" 13 EditThis = "Edit this domain?" 14 NoneFound = "no domains found" 15 NotFound = "domain `%s` not found" 16 )