Skip to content
Snippets Groups Projects
Commit 857ff05f authored by ko_oler's avatar ko_oler
Browse files

исправлены названия констант: заменен "_" на "."

parent 3a18ffc3
No related branches found
No related tags found
No related merge requests found
...@@ -7,14 +7,14 @@ import ( ...@@ -7,14 +7,14 @@ import (
) )
const ( const (
EventItemCreate = "item_create" EventItemCreate = "item.create"
EventItemUpdate = "item_update" EventItemUpdate = "item.update"
EventItemPublish = "item_publish" EventItemPublish = "item.publish"
EventItemUnpublish = "item_unpublish" EventItemUnpublish = "item.unpublish"
EventItemDelete = "item_delete" EventItemDelete = "item.delete"
EventItemUndelete = "item_undelete" EventItemUndelete = "item.undelete"
EventItemArchive = "item_archive" EventItemArchive = "item.archive"
EventItemUnarchive = "item_unarchive" EventItemUnarchive = "item.unarchive"
DefaultEventSubject = "content.{{.EventType}}.{{.SpaceID}}.{{.EnvID}}.{{.CollectionID}}.{{.ItemID}}" DefaultEventSubject = "content.{{.EventType}}.{{.SpaceID}}.{{.EnvID}}.{{.CollectionID}}.{{.ItemID}}"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment