github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/prompts/function/constants.go (about) 1 package functionPrompts 2 3 const ( 4 NamePrompt = "Function Name:" 5 SelectPrompt = "Select a Function:" 6 ChannelPrompt = "Channel:" 7 CommandPrompt = "Command:" 8 ProtocolPrompt = "Select a Protocol:" 9 SecurePrompt = "Secure (https):" 10 MethodPrompt = "Method:" 11 TypePrompt = "Type:" 12 13 CreateThis = "Create this function?" 14 DeleteThis = "Delete this function?" 15 EditThis = "Edit this function?" 16 NoneFound = "no functions found" 17 NotFound = "function `%s` not found" 18 )