Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"github.com/turbot/pipe-fittings/v2/hclhelpers"
4
5
type
PluginConnection
interface
{
6
GetDeclRange() hclhelpers.Range
7
GetName() string
8
GetDisplayName() string
9
}
Callers
5
Print
Method · 0.80
Print
Method · 0.80
showPluginListAsTable
Function · 0.80
showPluginListAsJSON
Function · 0.80
List
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected