mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-02 11:02:13 -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
|
|
}
|