Skip to content

Commit

Permalink
fix: change es message structure
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 5, 2024
1 parent 96098f5 commit 70a26f7
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pkg/describe/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,8 @@ type DescribeWorkerInput struct {
ExtraInputs map[string][]string `json:"extraInputs"`
}

// Connector source.Type
//
// ResourceName string
// ResourceLabel string
// ServiceName string
//
// Tags map[string][]string
//
// ListDescriber ResourceDescriber
// GetDescriber SingleResourceDescriber
//
// TerraformName []string
// TerraformServiceName string
//
// FastDiscovery bool
// CostDiscovery bool
// Summarize bool
type ResourceType interface {
GetConnector() integration.Type
GetIntegrationType() integration.Type
GetResourceName() string
GetResourceLabel() string
GetTags() map[string][]string
}

0 comments on commit 70a26f7

Please sign in to comment.