MCPcopy
hub / github.com/turbot/steampipe / PluginConnection

Interface PluginConnection

pkg/plugin/plugin_connection.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/turbot/pipe-fittings/v2/hclhelpers"
4
5type PluginConnection interface {
6 GetDeclRange() hclhelpers.Range
7 GetName() string
8 GetDisplayName() string
9}

Callers 5

PrintMethod · 0.80
PrintMethod · 0.80
showPluginListAsTableFunction · 0.80
showPluginListAsJSONFunction · 0.80
ListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected