From ccaef40083adcbe2687c3705d1cdd30e7f00452a Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 25 Sep 2024 17:22:08 +0530 Subject: [PATCH] Added activity constants --- constant/activity.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 constant/activity.go diff --git a/constant/activity.go b/constant/activity.go new file mode 100644 index 0000000..ef354d1 --- /dev/null +++ b/constant/activity.go @@ -0,0 +1,5 @@ +package constant + +const CompanyProfileCreated = "COMPANY_PROFILE_CREATED" +const OpportunityCreated = "OPPORTUNITY_CREATED" +const ApplicationCreated = "APPLICATION_CREATED"