github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/prompts/service/constants.go (about)

     1  package servicePrompts
     2  
     3  const (
     4  	NamePrompt     = "Service Name:"
     5  	SelectPrompt   = "Select a Service:"
     6  	ProtocolPrompt = "Protocol:"
     7  
     8  	CreateThis = "Create this service?"
     9  	DeleteThis = "Delete this service?"
    10  	EditThis   = "Edit this service?"
    11  	NoneFound  = "no services found"
    12  	NotFound   = "service `%s` not found"
    13  )