()
| 201 | } |
| 202 | |
| 203 | func (*testConnectionFailures) Error() string { |
| 204 | // The errs are already shown in the console, so we don't need to show them again here |
| 205 | return "at least one test connection failed" |
| 206 | } |
| 207 | |
| 208 | type testConnectionResult struct { |
| 209 | PluginRef string `json:"plugin_ref"` |
no outgoing calls