mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
10 lines
182 B
Go
10 lines
182 B
Go
package plugin
|
|
|
|
import pplugin "github.com/turbot/pipe-fittings/plugin"
|
|
|
|
type PluginConnection interface {
|
|
GetDeclRange() pplugin.Range
|
|
GetName() string
|
|
GetDisplayName() string
|
|
}
|