(timeoutInSeconds int)
| 173 | } |
| 174 | |
| 175 | func getSleepCommand(timeoutInSeconds int) string { |
| 176 | return fmt.Sprintf("sleep %d", timeoutInSeconds) |
| 177 | } |
| 178 | |
| 179 | func getVoiceCommand(message string, voiceCommand string) string { |
| 180 | if len(voiceCommand) == 0 { |
no outgoing calls
no test coverage detected