Skip to content

Commit

Permalink
fix: describedBy type
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 11, 2024
1 parent 6dfc8b3 commit 380fe17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pkg/sdk/es/resources_clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ package opengovernance

import (
"context"
"encoding/json"
"fmt"
awsDescriber "github.com/opengovern/og-describer-aws/provider/describer"
aws "github.com/opengovern/og-describer-aws/provider/model"
essdk "github.com/opengovern/og-util/pkg/opengovernance-es-sdk"
steampipesdk "github.com/opengovern/og-util/pkg/steampipe"
Expand Down
3 changes: 0 additions & 3 deletions pkg/sdk/runable/steampipe_es_client_generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,9 @@ func Get{{ .Name }}(ctx context.Context, d *plugin.QueryData, _ *plugin.HydrateD
fmt.Fprintln(&buf, `
import (
"context"
"encoding/json"
"fmt"
essdk "github.com/opengovern/og-util/pkg/opengovernance-es-sdk"
steampipesdk "github.com/opengovern/og-util/pkg/steampipe"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
`+configs.IntegrationTypeLower+`Describer "`+configs.OGPluginRepoURL+`/provider/describer"
`+configs.IntegrationTypeLower+` "`+configs.OGPluginRepoURL+`/provider/model"
"runtime"
)
Expand Down

0 comments on commit 380fe17

Please sign in to comment.