Skip to content

Commit

Permalink
remove ACName
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval Leibovich committed Oct 26, 2023
1 parent 8944ca3 commit 1e5693d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions broadcastevents/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type EventBase struct {
type AttackChainCreated struct {
EventBase `json:",inline"`
ClusterName string `json:"clusterName"`
ACName string `json:"ACName"`
ACId string `json:"ACId"`
ACType string `json:"ACType"`
ACFirstSeeing string `json:"ACFirstSeeing"`
Expand All @@ -28,7 +27,6 @@ type AttackChainCreated struct {
type AttackChainResolved struct {
EventBase `json:",inline"`
ClusterName string `json:"clusterName"`
ACName string `json:"ACName"`
ACId string `json:"ACId"`
ACType string `json:"ACType"`
ACFirstSeeing string `json:"ACFirstSeeing"`
Expand Down

0 comments on commit 1e5693d

Please sign in to comment.