We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f375fb commit 49c50d8Copy full SHA for 49c50d8
sdks/community/go/pkg/core/events/state_events.go
@@ -15,7 +15,7 @@ var validJSONPatchOps = map[string]bool{
15
"test": true,
16
}
17
18
-// Role constants to avoid repeated literals.
+// RoleActivity is the role for activity messages
19
const RoleActivity = "activity"
20
21
// StateSnapshotEvent contains a complete snapshot of the state
0 commit comments