Skip to content

Commit

Permalink
fix: add extra inputs in describer worker input
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 5, 2024
1 parent 33e8cb7 commit 0bff13a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkg/describe/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ type DescribeWorkerInput struct {
VaultConfig vault.Config

DescribeJob DescribeJob `json:"describeJob"`

ExtraInputs map[string][]string `json:"extraInputs"`
}

// Connector source.Type
Expand All @@ -51,11 +53,5 @@ type ResourceType interface {
GetConnector() integration.Type
GetResourceName() string
GetResourceLabel() string
GetServiceName() string
GetTags() map[string][]string
GetTerraformName() []string
GetTerraformServiceName() string
IsFastDiscovery() bool
IsCostDiscovery() bool
IsSummarized() bool
}

0 comments on commit 0bff13a

Please sign in to comment.