Skip to content

Commit

Permalink
feat: replcae vault key with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Apr 10, 2024
1 parent 0d2e02e commit 96e7085
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pkg/describe/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ import (
)

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

type DescribeWorkerInput struct {
Expand Down

0 comments on commit 96e7085

Please sign in to comment.