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 70a26f7 commit 00f2ddc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkg/describe/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import (
)

type DescribeJob struct {
JobID uint // DescribeResourceJob ID
ResourceType string
SourceID string
AccountID string
DescribedAt int64
SourceType integration.Type
CipherText string
TriggerType enums.DescribeTriggerType
RetryCounter uint
JobID uint // DescribeResourceJob ID
ResourceType string
IntegrationID string
ProviderID string
DescribedAt int64
IntegrationType integration.Type
CipherText string
TriggerType enums.DescribeTriggerType
RetryCounter uint
}

type DescribeWorkerInput struct {
Expand Down

0 comments on commit 00f2ddc

Please sign in to comment.