Skip to content

Commit

Permalink
Merge pull request #857 from lenny-intel/fix-constants
Browse files Browse the repository at this point in the history
fix: Restore previouly removed constants that are still used.
  • Loading branch information
Lenny Goodell authored Sep 13, 2023
2 parents bbd47e8 + bd81a3f commit 446f517
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@ const (
ConfigStemSecurity = ConfigStemAll
)

const (
CommandQueryRequestTopicKey = "CommandQueryRequestTopic" // #nosec G101
CommandQueryRequestTopicPrefixKey = "CommandQueryRequestTopicPrefix"
CommandRequestTopicKey = "CommandRequestTopic"
CommandRequestTopicPrefixKey = "CommandRequestTopicPrefix"
)

// MessageBus Topics
const (

Expand Down

0 comments on commit 446f517

Please sign in to comment.