Skip to content

Commit

Permalink
Merge pull request #163 from opengovern/fix-tasks
Browse files Browse the repository at this point in the history
Fix tasks
  • Loading branch information
artaasadi authored Dec 18, 2024
2 parents cf96e25 + 1bd4890 commit 1855411
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/tasks/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ type TaskRequest struct {
IngestionPipelineEndpoint string `json:"ingestionPipelineEndpoint"`
UseOpenSearch bool `json:"useOpenSearch"`

DescribeJob TaskDefinition `json:"describeJob"`
TaskDefinition TaskDefinition `json:"taskDefinition"`

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

type TaskResponse struct {
}

0 comments on commit 1855411

Please sign in to comment.