(plugin cqapi.ListPlugin)
| 263 | } |
| 264 | |
| 265 | func linkForPlugin(plugin cqapi.ListPlugin) string { |
| 266 | return link.Sprintf("https://www.cloudquery.io/hub/plugins/%s/%s/%s", plugin.Kind, plugin.TeamName, plugin.Name) |
| 267 | } |
| 268 | |
| 269 | // writePlatformSourceOnlySpec scaffolds a source-only spec for a user with a |
| 270 | // CloudQuery Platform tenant: no destination block, since the CLI auto-injects |
no outgoing calls
no test coverage detected