Skip to content

Commit 96394ea

Browse files
author
Lenny Goodell
authored
Merge pull request #757 from ItsRico/config_const
refactor: adding config stem constants
2 parents 551051d + 2bee4e9 commit 96394ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

common/constants.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,10 @@ const (
303303
DeviceSystemEventActionUpdate = "update"
304304
DeviceSystemEventActionDelete = "delete"
305305
)
306+
307+
const (
308+
ConfigStemApp = "edgex/appservices/"
309+
ConfigStemCore = "edgex/core/"
310+
ConfigStemDevice = "edgex/devices/"
311+
ConfigStemSecurity = "edgex/security/"
312+
)

0 commit comments

Comments
 (0)