Files
steampipe/pkg/plugin/plugin_connection.go
Puskar Basu c0553ef598 building
2024-10-22 17:25:37 +05:30

10 lines
181 B
Go

package plugin
import "github.com/turbot/pipe-fittings/hclhelpers"
type PluginConnection interface {
GetDeclRange() hclhelpers.Range
GetName() string
GetDisplayName() string
}