From 8ff06996c8f682d5dee004c75148bbc2fc26214b Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Thu, 10 Mar 2022 11:45:38 +0700 Subject: [PATCH] [Update] Update constants --- constants.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/constants.go b/constants.go index f3018b0..fb397b9 100644 --- a/constants.go +++ b/constants.go @@ -1,5 +1,7 @@ package elasticsearch -const SubjectSyncData = "elasticsearch_sync_data" -const SubjectSearch = "elasticsearch_search" -const SubjectUpdateDocument = "elasticsearch_update_document" +const ( + SubjectSyncData = "elasticsearch/sync_data" + SubjectSearch = "elasticsearch/search" + SubjectUpdateDocument = "elasticsearch/update_document" +)