Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <amirm@armosec.io>
  • Loading branch information
amirmalka committed Nov 6, 2023
1 parent d63d366 commit 803b507
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pulsar/common/synchronizer/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package synchronizer

const (
// MsgPropEvent is the property name for the event type
MsgPropEvent = "event"
MsgPropEventValueGetObjectMessage = "GetObject"
MsgPropEventValuePatchObjectMessage = "PatchObject"
MsgPropEventValueVerifyObjectMessage = "VerifyObject"
MsgPropEventValueDeleteObjectMessage = "DeleteObject"
MsgPropEventValuePutObjectMessage = "PutObject"
MsgPropEventValueServerConnected = "ServerConnected"
MsgPropEvent = "event"
MsgPropEventValueGetObjectMessage = "GetObject"
MsgPropEventValuePatchObjectMessage = "PatchObject"
MsgPropEventValueVerifyObjectMessage = "VerifyObject"
MsgPropEventValueDeleteObjectMessage = "DeleteObject"
MsgPropEventValuePutObjectMessage = "PutObject"
MsgPropEventValueServerConnectedMessage = "ServerConnected"
)

// FIXME we need to document how to process these messages
Expand Down

0 comments on commit 803b507

Please sign in to comment.