Files
steampipe/pkg/plugin/plugin_connection.go
Puskar Basu 9e713885e9 building
2024-09-27 18:14:28 +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
}