Skip to content

Commit

Permalink
chore: make variables accessible
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Nov 7, 2023
1 parent c26e423 commit 7972834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulsar/common/analytics/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (

// other consts
const (
platformProperty = "platform"
environmentProperty = "environment"
googlePlatform = "google"
PlatformProperty = "platform"
EnvironmentProperty = "environment"
GooglePlatform = "google"
)

0 comments on commit 7972834

Please sign in to comment.