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 (
)
const (
EventItemCreate = "item_create"
EventItemUpdate = "item_update"
EventItemPublish = "item_publish"
EventItemUnpublish = "item_unpublish"
EventItemDelete = "item_delete"
EventItemUndelete = "item_undelete"
EventItemArchive = "item_archive"
EventItemUnarchive = "item_unarchive"
EventItemCreate = "item.create"
EventItemUpdate = "item.update"
EventItemPublish = "item.publish"
EventItemUnpublish = "item.unpublish"
EventItemDelete = "item.delete"
EventItemUndelete = "item.undelete"
EventItemArchive = "item.archive"
EventItemUnarchive = "item.unarchive"
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