rename Connection to SteampipeConnection

remove unneeded code
use CloudMetadata from pipe-fittings
This commit is contained in:
kai
2024-09-17 12:37:19 +01:00
committed by Puskar Basu
parent 4ca3d2fda4
commit dde7c23ed5
48 changed files with 53 additions and 3944 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/spf13/viper"
pconstants "github.com/turbot/pipe-fittings/constants"
"github.com/turbot/pipe-fittings/contexthelpers"
"github.com/turbot/pipe-fittings/modconfig"
"github.com/turbot/pipe-fittings/querydisplay"
"github.com/turbot/pipe-fittings/utils"
"github.com/turbot/steampipe/pkg/cmdconfig"
@@ -17,7 +18,6 @@ import (
"github.com/turbot/steampipe/pkg/error_helpers"
"github.com/turbot/steampipe/pkg/interactive"
"github.com/turbot/steampipe/pkg/query"
"github.com/turbot/steampipe/pkg/steampipeconfig/modconfig"
)
func RunInteractiveSession(ctx context.Context, initData *query.InitData) error {