Skip to content

Commit

Permalink
add name field to payload
Browse files Browse the repository at this point in the history
  • Loading branch information
kenanfarukcakir committed Jun 10, 2024
1 parent a91e1df commit 91e1489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datastore/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ type SvcEvent struct {
Type string `json:"type"`
ClusterIPs []string `json:"cluster_ips"`
Ports []struct {
Name string `json:"name"`
Src int32 `json:"src"`
Dest int32 `json:"dest"`
Protocol string `json:"protocol"`
Expand Down

0 comments on commit 91e1489

Please sign in to comment.