(_ *cobra.Command, _ []string)
| 100 | } |
| 101 | |
| 102 | func down(_ *cobra.Command, _ []string) { |
| 103 | fmt.Printf(`{ "type": "error", "message": "Permission error" }%s`, lineSeparator) |
| 104 | } |
| 105 | |
| 106 | func stop(_ *cobra.Command, _ []string) { |
| 107 | if marker := os.Getenv("PROVIDER_STOP_MARKER"); marker != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected