Skip to content

Commit

Permalink
Update pulsar/connector/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: kooomix <eranm@armosec.io>
Signed-off-by: YiscahLevySilas1 <80635572+YiscahLevySilas1@users.noreply.github.com>
  • Loading branch information
YiscahLevySilas1 and kooomix committed Sep 4, 2023
1 parent d8b07fd commit a6128d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pulsar/connector/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ type AttackChainScanStatus struct {
CustomerGUID string `json:"customerGUID,omitempty" bson:"customerGUID,omitempty"`
ProcessingStatus string `json:"processingStatus,omitempty" bson:"processingStatus,omitempty"` // "processing"/ "done"
}

type AttackChainDelete struct {
ClusterName string `json:"clusterName,omitempty" bson:"clusterName,omitempty"`
CustomerGUID string `json:"customerGUID,omitempty" bson:"customerGUID,omitempty"`
}
func (acps *AttackChainScanStatus) GetCustomerGUID() string {
return acps.CustomerGUID
}
Expand Down

0 comments on commit a6128d5

Please sign in to comment.