Skip to content

Commit

Permalink
minor addition
Browse files Browse the repository at this point in the history
  • Loading branch information
kooomix committed Nov 12, 2023
1 parent e2443ed commit e589d9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions messaging/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ type NewChecksumMessage struct {
Kind string `json:"kind"`
MsgId string `json:"msgId"`
Name string `json:"name"`

// annotations - "kubescape.io/instance-id"
InstanceID string `json:"instanceId"`
}

type NewObjectMessage struct {
Expand Down Expand Up @@ -120,6 +123,9 @@ type VerifyObjectMessage struct {
Kind string `json:"kind"`
MsgId string `json:"msgId"`
Name string `json:"name"`

// annotations - "kubescape.io/instance-id"
InstanceID string `json:"instanceId"`
}

type ServerConnectedMessage struct {
Expand Down

0 comments on commit e589d9a

Please sign in to comment.